首页
笔记
分类
Toggle navigation
更多 >
计算机等级考试题库
hot
其他
new
大学生网课
娱乐头条
政府办事
求职面试
电子产品
益智问答
您所在的当前位置:
计算机等级考试题库
1
[单项选择题] 已知:char a="70":,则变量a中( )。 A.包含1个字符 B.包含2个字符 C.包含3个字符 D.说明非法
2
[单项选择题] 下列程序的执行结果为( ) Private Sub Command1_Click() Dim x As Integer,y As Integer x=12:y=20 Call Value(X,y) Print x;y End Sub Private Sub Value(ByVal m As Integer,ByVal n As Integer) m=m * 2:n=n-5 Print m; n End Sub A.20 12 20 15 B.12 20 12 25 C.24 15 12 20 D.24 12 12 15
3
[填空题] Applet类属于 【15】 包。
4
[单项选择题] 在调用含有对象的过程时,对象只能通过______传送。 A.传址方式 B.传值方式 C.数组方式 D.变量方式
5
[单项选择题] Java语言中,下列标识符错误的是 ( ) A.diss B.$_name C.&count D._i
6
[填空题] 编译Java Applet源程序文件产生的字节码文件的扩展名为 【14】 。
7
[单项选择题] 选择循环结构的作用是( )。 A.提高程序运行速度 B.控制程序的流程 C.便于程序的阅读 D.方便程序的调试
8
[填空题] 下列程序段的输出结果为 【10】 。 public class Test void printValue(int m) do Systern.out,println("The value is "+m); while(-m>10); public static void main(String arg[]) int i=10; Test t=new Test(); t.print Value(i);
9
[单项选择题] 如果要将文本框作为密码框使用时,应设置的属性为( )。 A. Name B. Caption C. PasswordChar D. Text
10
[单项选择题] 如果进栈序列为e1,e2,e3,e4,则可能的出栈序列是 A.e3,e1,e4,e2 B.e2,e4,e3,e1 C.e3,e4,e1,e2 D.任意顺序
11
12
13
14
15
16