【名词&注释】
文件系统(file system)、优先级(priority)、表达式、关键字、文本框(text box)、文件名(file name)、布尔运算符(boolean operator)
[单选题]索引属于 ______ 。
A. 模式
B. 内模式
C. 外模式
D. 概念模式
查看答案&解析查看所有试题
学习资料:
[单选题]假定一个表单里有一个文本框Text l和一个命令按钮组CommandGroup1。命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,正确的表达式是( )。
A. This.ThisForm.Text1.alue
B. This.Parent.Parent.Text1.Value
C. Parent.Parent.Text1.Value
D. This.Parent.Text1.Value
[单选题]Visual Basic布尔运算符(boolean operator)Xor,Or,Eqv,And中,级别最高的运算符是
A. Xor
B. Or
C. Eqv
D. And
[单选题]欲构造ArrayList类的一个实例,此类继承厂List接口,下列哪个方法是正确的? ( )
A. ArrayList myLis=new Object():
B. List myList--new ArrayList():
C. ArrayList myList=new List();
D. myList=new List();
[单选题]下列代码的执行结果是( )。 public class Test 2{ public static void main (String arg[]){ System.out.println(100%3); System.out.println(100%3.0); } }
A. 1和1
B. 1和1.0
C. 1.0和1
D. 1.0和1.0
[单选题]有下列程序: int fun(int x[],int n) { static int sum=0,i: for(i 0;i
A. 45
B. 50
C. 60
D. 55
本文链接:https://www.51ksbd.net/show/y6xpwe.html