
【名词&注释】
数据量(data quantity)、真彩色图像(true color image)、一般情况下(in general case)、24位真彩色(24 bit true color)
[单选题]设当前打开了“教师” 表文件,要列出“职称”为“教授”的教师“姓名”的命令是 ( )。
A. LIST教师姓名WHERE职称=”教授”
B. LIST教师姓名FOR职称=”教授”
C. LIST教师姓名FOR职称SET”教授”
D. LIST教师姓名WHERE职称FOR”教授”
查看答案&解析
举一反三:
[单选题]一幅1280×1024的24位真彩色(24 bit true color)图像,如果未经压缩,则它的数据量为( )。
A. 3.75MB
B. 768KB
C. 24KB
D. 1.44MB
[单选题]下列程序执行后,j的值是( )。 public class Test { public static void main(String args[]) { int j=1; for(int i=7; i>0; i-=2) j*=2; System.out.println(j); } }
A. 15
B. 1
C. 32
D. 16
[单选题](34)有以下程序
A. include
B. int fun()
C. { static int x=1;
D. x*=2;
E. return x;
F. }
G. main()
H. { int i,s=1;
I. for(i=1;i<=3;i++) s*=fun();
J. printf("%d\n",s);
K. }
L. 程序运行后的输出结果是
M. A)0
N. B)10
O. C)30
P. D)64
[单选题]有下列程序:
A. main()
B. {int x=0;
C. inty=0;
D. while(x7&&++y)
E. {y--;
F. printf(:%d,%d",y,x);
G. }
H. 程序的输出结果是( )。
I. 0,7
J. 7,7
K. 0,6
L. 1,6
[单选题]通过以下 ______ 窗口可以在设计时直观的调整窗体在屏幕上的位置。
A. 代码窗口
B. 窗体布局窗口
C. 窗体设计窗口
D. 属性窗口
本文链接:https://www.zhukaozhuanjia.com/download/5v7p5z.html