当前位置:首页
> Luz 第6017页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which switch-case below is NOT correct?
Which switch-case below is NOT correct? @[D](2)A. int i; switch (i) { case...}B. String s; switch (s) { case...}C. cha…
单选题:The output of the code below is:
The output of the code below is: @[C](2)```JavaSystem.out.println(true?Integer.valueOf(1):Double.valueOf(2));```A. 1B.…
单选题:What will happen if you try to compile and run the following cod
What will happen if you try to compile and run the following code? @[D](2)```Javapublic class Test { public static…
单选题:What best describes the appearance of an application with the fo
What best describes the appearance of an application with the following code? @[B](2)```Javapublic class App extends J…
单选题:What is the default filename of an executable file produced by g
What is the default filename of an executable file produced by gcc?@[A](1)A. a.out B. a.exe C. a.bat D. elfA.a.outB.a.…
单选题:Unnamed pipes are tools for communication between processes?
Unnamed pipes are tools for communication between processes?@[A](1)A. that have the same parent PIDB. that are parent…
单选题:We can create a file using normal file creation system calls in
We can create a file using normal file creation system calls in a file-system except? @[C](1)A. fat32B. ntfsC. procD.…
单选题:Which of the following is not a system call?
Which of the following is not a system call?@[A](1)A. ls B. mkdir C. forkD. dupA.lsB.mkdirC.forkD.dup答案:A…
单选题:What trap number does the Linux system call use?
What trap number does the Linux system call use?@[A](1)A. 128 B. 256C. 16 D. 33A.128B.256C.16D.33答案:A…
单选题:What is the term for a small integer that is used to specify an
What is the term for a small integer that is used to specify an open file in a Linux program?@[A](1)A. file descriptorB…