-->
当前位置:首页 > Luz 第6017页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:Which switch-case below is NOT correct?

Luz5年前 (2021-05-10)2081
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:

Luz5年前 (2021-05-10)863
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

Luz5年前 (2021-05-10)614
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

Luz5年前 (2021-05-10)957
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

Luz5年前 (2021-05-10)499
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?

Luz5年前 (2021-05-10)597
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

Luz5年前 (2021-05-10)608
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?

Luz5年前 (2021-05-10)565
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?

Luz5年前 (2021-05-10)595
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

Luz5年前 (2021-05-10)566
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…