
【名词&注释】
数据管理(data management)、应用程序(application)、表达式、关键字、存储单元(memory cell)、编译程序(compiler)、无意义的(insignificant)、有组织(organized)、变量值(variable value)、数组名(array name)
[单选题]数据库技术的根本目标是( )。
A. 数据存储
B. 数据共享
C. 数据查询
D. 数据管理
查看答案&解析
举一反三:
[单选题]若函数中有定义语句:int k;,则______。
A. 系统将自动绐K赋初值0
B. 这时K中的值无定义
C. 系统将自动绐K赋初值-1
D. 这时K中无任何值
[单选题]以下数组定义中不正确的是_______。
A. int a[2][3];
B. int b[][3]={0,1,2};
C. int c[100][100={0};
D. int d[3][]={{1,2},{1,2,3},{1,2,3,4}};
[单选题]以下能够正确计算n!的程序是
A. Privas Sub Command1_Click() n=5:x=1 Do x=x*i i=i+1 Loop While in Print x End Sub
B. Private Sub Command1_Click() n=5:x=1:i=1 Do x=x*i i=i+1 Loop While in Print x End Sub
C. Private Sub Command1_Click() n=5:x=1:i=1 Do x=x*i i=i+1 Loop while i=n Print x End Sub
D. Private Sub Command1_Click() n=5:x=1:i=1 Do x=x*i i=i+1 Loop While i>n Print x End Sub
[单选题]以下能够正确计算n!的程序是
A. Private Sub Command1_Chck( ) n=5:x=1 Do x=x*i i=i+1 Loop While in Print x End Sub
B. Private Sub Command1_Click( ) n=5:x=1:i=l Do x=x*i i=i+1 Loop While in Print x End Sub
C. Private Sub Command1_Click( ) n=5:x=1:i=l Do x=x*i i=i+1 Loop While i=n Print x End Sub
D. Private Sub Command1_Click( ) n=5:x=1:i=l Dox=x*i i=i+1 Loop While i>n Print x End Sub
[单选题]表达式(double)(20/3)的值为( )
A. 6
B. 6
C. 2
D. 3
本文链接:https://www.zhukaozhuanjia.com/download/rn7w00.html