While installing a&en

题目

While installing a new PCI card the administrator touched the motherboard. While powering on the server, a series of beeps were emitted and the server did not POST.  Which of the following could be done to prevent this problem? ()

  • A、 Use ESD equipment.
  • B、 Verify correct voltages are being supplied.
  • C、 Use a system board tester to check for compatibility issues.
  • D、 Install compatible PCI cards
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

与以下程序段等价的是( ) while (a) { if (b) continue; C; }

A.while(a)

B.while(c) {if(!b) c;) {if(!b)break: c:)

C.while?

D.while(a) {if(b) c:) {if(b) break: c;}


正确答案:A

第2题:

while和do-while循环的主要区别是

A.do-while的循环体至少无条件执行一次

B.while的循环控制条件比do-while的循环控制条件更严格

C.do-while允许从外部转到循环体内

D.do-while的循环体不能是复合语句


正确答案:A
解析:while是先判断条件再执行语句;do-while则是先执行一次语句再判断条件,从而决定是否继续再执行循环体中的语句,这正是二者主要区别。

第3题:

以下哪个while循环判定式最有可能是因为程序员失误而写出的代码()。

A.while(x<=7)

B.while(x=7)

C.while(x<7)

D.while(x!=7)


正确答案:B

第4题:

The idea for the new project came to Jack ______ to his study recently.

A. while devoting

B. while devoting himself

C. while he was devoted

D. while devoted


正确答案:C
答案为 C。当杰克正投入在研究中时,他有了建立新项目的想法。while引导时间状语,逻辑主句与主句主语不一致,因此不能省略。

第5题:

下列写法中等价的是( )。

A.若x=1,while(x!=x)与while(x)

B.若x=0,while(x!=x)与while(x)

C.若x=1,while(x!=0)与while(!x)

D.若x=0,while(x==0)与while(x)


正确答案:B
解析:该题是把x的值分别代入两个while的表达式中,比较它们的表达式值是否相同。

第6题:

在c语言中while循环和do-while循环的主要区别是()

A.do-while循环体内可以使用break语句,while循环体内不能使用break语句

B.do-while的循环体至少无条件执行一次,while的循环体不是

C.do-while循环体可以使用continue语句,while循环体内不能使用continue语句

D.while的循环体至少无条件执行一次,do-while的循环体不是


参考答案:B

第7题:

While installing a new PCI card the administrator touched the motherboard. While powering on the server, a series of beeps were emitted and the server did not POST.Which of the following could be done to prevent this problem?()

A. Use ESD equipment.

B. Verify correct voltages are being supplied.

C. Use a system board tester to check for compatibility issues.

D. Install compatible PCI cards


参考答案:A

第8题:

Accidental flooding of the engine room bilges by the bilge main is prevented by( ).

A.stop-check valves installed in the bilge suction manifolds

B.using a positive displacement reciprocating bilge pump

C.installing educators in all bilge rose boxes

D.installing a swing check before each bilge valve


正确答案:A
解析:bilge main:舱底水总管;stop-check valves:截止止回阀
译文:在舱底水吸入总管设立截止止回阀可以防止由舱底水总管引起的舱底水泛滥。

第9题:

When is it necessary for a TDA to be conducted on an installed IBM DS8800? ()

A. when installing SSD drives

B. when adding a new workload

C. when installing SATA drives

D. when adding more Linux hosts


参考答案:A

第10题:

while(a)等价于() 

  • A、while(a=0)
  • B、while(a==0)
  • C、while(!a)
  • D、while(a!=0)

正确答案:D

更多相关问题