当前位置:首页
> Luz 第5901页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which of the following is NOT used for describing the virtual ad
Which of the following is NOT used for describing the virtual address space of a user process? @[B](1)A. mm_structB. m…
单选题:Which of the following structures can be called as the FCB (File
Which of the following structures can be called as the FCB (File Control Block)?@[A](1)A. struct inode;B. struct pcb;C…
单选题:Which of the following structures should contain int (*link)(str
Which of the following structures should contain int (*link)(struct dentry*, struct inode*, struct dentry*) ?@[B](1)A.…
单选题:设计数据结构和算法
设计数据结构和算法 @[B](1)A. 数据结构就是程序B. 算法+数据结构=程序C. 算法=数据结构+程序D. 算法就是程序A.数据结构就是程序B.算法+数据结构=程序C.算法=数据结构+程序D.算法就是程序答案:B…
单选题:Which option is to display a dialog like below?
Which option is to display a dialog like below? @[C](2)A. JOption…
单选题:About the Java language, which statement below is NOT correct?
About the Java language, which statement below is NOT correct? @[C](2)A. A variable of byte type occupies one byteB. A…
单选题:How many items can be selected from a ComboBox at a time?
How many items can be selected from a ComboBox at a time? @[D](2)A. 2 B. Unlimited C. 0 D. 1 A.2B.UnlimitedC.0D.1答案:D…
单选题:The method __________ adds an item s into a ComboBox cbo.
The method __________ adds an item s into a ComboBox cbo. @[D](2)A. cbo.addChoice(s) B. cbo.add(s) C. cbo.addItem(s)…
单选题:There is a piece of code:
There is a piece of code:The correct descriptoin is ( )…
单选题:About the Java language, which statement below is correct?
About the Java language, which statement below is correct? @[D](2)A. All methods in an abstract superclass must be dec…