niusouti.com

● The line of computing jobs waiting to be run on a computer system might be a (71) . The jobs are serviced in the order of their arrival, that is, the first in is the first out.(71)A. queueB. stackC. arrayD. record

题目

● The line of computing jobs waiting to be run on a computer system might be a (71) . The jobs are serviced in the order of their arrival, that is, the first in is the first out.

(71)

A. queue

B. stack

C. array

D. record


相似考题
更多“● The line of computing jobs waiting to be run on a computer system might be a (71) . The ”相关问题
  • 第1题:

    给出下列的代码,哪行在编译时可能会有错误? ① public void modify() { ② int i,j,k; ③ i=100; ④ while(i>0) { ⑤ j=i*2; ⑥ System.out.println(" The value of j is"+ j); ⑦ k=k+1; ⑧ } ⑨}

    A.line 4

    B.line 6

    C.line 7

    D.line 8


    正确答案:C
    解析:局部变量在使用前必须进行初始化,而代码中的变量k在使用前没有进行初始化。

  • 第2题:

    给出下列的代码,哪行在编译时可能会有错误? ① public void modify( ){ ② int i,j,k; ③ i = 100; ④ while( i > 0){ ⑤ j = i * 2; ⑥ System.out.println("The value of j is" + j); ⑦ k=k + 1 ⑧ } ⑨ }

    A.line 4

    B.line 6

    C.line 7

    D.line 8


    正确答案:C
    解析:局部变量在使用前必须进行初始化,而代码中的变量k在使用前没有进行初始化。

  • 第3题:

    将后台运行的程序调转到前台,下面的命令那个是正确的?

    A.kill 123

    B.jobs 1

    C.fg 1

    D.run 1


    fg 1

  • 第4题:

    给出下列代码, ( )行在编译时可能会有错误。 ①public void modify( ){ ②int i,j,k; ⑧i=100; ④while(i>0){ ⑤j=i*2; ⑥System.out.println("The value of j is"+j); ⑦k=k+l; ⑧} ⑨}

    A.line 4

    B.line 6

    C.line 7

    D.line 8


    正确答案:C

  • 第5题:

    给出下列的程序段,哪行在编译时可能会有错误? ( ) ①public void modify( ) ②int i,j,k; ③ i=100; ④ while(i>0){ ⑤ j=i*2; ⑥ System.out.println("The value of j is "+j); ⑦ k=k+1; ⑧ } ⑨}

    A.line 4

    B.line 6

    C.line 7

    D.line 8


    正确答案:C

  • 第6题:

    数字媒体技术经历了从2C到4C的发展历程,其中2C代表'Computing' 和 ' '。

    A.Communication

    B.Content

    C.Consuming

    D.Computer


    D