【判断题】计算机的外部存储设备有很多种,常用的硬盘、光盘、U盘、闪存卡、软盘和移动硬盘等都是外存储器。
【单选题】在下列叙述中,正确的是( )。
C.
计算机系统中的任何存储器在断电的情况下,所存的信息都不会丢失
【单选题】在下列叙述中,正确的是
C.
计算机系统中的任何存储器在断电的情况下,所存的信息不会丢失
【单选题】若有定义:float x=1.5;int a=1,b=3,c=2;则正确的switch语句是( )。
B.
switch((int)x); {case 1.0:printf('*/n'); {case 1:printf('*/n'); case 2.0:printf('**/n')} case 2:printf('**/n')}
D.
switch(a+B){case 1printf('*/n'); {case 1:printf('*/n'); case 2+1:printf('**/n')} case c:printf('**/n'))
【单选题】若有定义如下 class A{int x,x1; int f(){int a;...} int g(){int y;...}} ,则不正确的赋值为()
【单选题】若有定义 class A{int x,y; static float f(int a){…} float g(int x1,int x2){…}} 及A a1=new A( );则下列用法中非法的是( )。
【简答题】若有 int a=1,b=2,x=a>b?a:b; 执行后 x 的值是 。
【单选题】若有 int a = 1, b = 3, c = 2; float x = 1.5; 则 正确 的switch语句是
A.
switch (x) { case 1.0:printf("*\n"); case 2.0:printf("**\n"); }
B.
switch (( int )x); { case 1:printf("*\n"); case 2:printf("**\n"); }
C.
switch ( a+b ) { case 1:printf("*\n"); case 2+1:printf("**\n"); }
D.
switch ( a+b ) { case 1:printf("*\n"); case c:printf ("**\n"); }
【单选题】若有定义 class A { int x,y; static float f(int a) { //… } float g(int x1,int x2) { //… } } 及 A a1 = new A( ); 则下列用法中非法的是
【单选题】下面的叙述中,正确的是______。
C.
计算机系统中的任何存储器在断电的情况下,所存的信息都不会丢失