To () , the power is supplied by main switchboard directly n

题目
单选题
To () , the power is supplied by main switchboard directly not though sub-board.
A

save network cost

B

improve the reliability of supplying power to important load

C

prevent sequence reverse

D

increase the power factor of important load

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

请将下面程序补充完整。

public class PowerCalc{

public static void main(String[]args){

double x=5.0;

System. out. println(x+"to the power 4 is"+power(x, 4));

System. out. println("7. 5 to the power 5 is"+power(7.5, 5));

System. out. println("7.5 to the power 0 is"+power(7.5, 0));

System. out. println("10 to the power -2 is"+power(10, -2));

}

static double【 】 (double x, int n){

if(n>1)

return x * power(x, n-1);

else if(n<0)

return 1.0/power(x, -n);

else

return n==0 ? 1.0:x;

}

}


正确答案:【 】power
【 】power 解析:通过程序片段可看出,在main方法中调用了。power方法,所以需要在类中对power方法进行定义,否则编译会报错。下面的程序片段就是对power方法的定义。

第2题:

Lubrication for the main reduction gears used with diesel engines is usually supplied by

A.oil from the main engine sump

B.an independent lube oil system

C.the stern bearing head tank

D.the stem bearing sump tank


正确答案:B

第3题:

Where could you monitor the correct instant for synchronizing without aid of synchroscope or synchronizing lamp?

A.Distribution board

B.Section board

C.Emergency switchboard

D.Main switchboard


答案:C

第4题:

A technician has been asked to ensure a PC is supplied with power for a short time, during apower failure. The technician should install which of the following devices to ensure thisrequirement is easily met?()

  • A、Backup power generator
  • B、Uninterruptable power supply
  • C、Power line conditioners
  • D、Surge protectors

正确答案:B

第5题:

A technician has been asked to ensure a PC is supplied with power for a short time, during apower failure. The technician should install which of the following devices to ensure thisrequirement is easily met?()

A. Backup power generator

B. Uninterruptable power supply

C. Power line conditioners

D. Surge protectors


参考答案:B

第6题:

________is supplied with electricity by main switchboard directly not through sub-board on board

A.Deck machinery

B.Little power load

C.Some important load machinery

D.Stationary submersible pump


正确答案:C

第7题:

For _______the power is supplied by main switchboard directly not through sub-board

A.saving network cost

B.improving the reliability of supplying power to important load

C.preventing sequence reversing

D.increasing the power Factor of important load


正确答案:B

第8题:

以下程序运行后的输出结果是( )。 define Power2(x) x*x main() {int i=6,j=8; printf("%d\n",Power2(i+j)); }


正确答案:62
62 解析:本题考查的是宏定义。带参数的宏定义是按#indefine命令行中指定的字符串从左到右进行转换。本题中替换的式子为:6+8*6+8,代入i,j的值得到62。

第9题:

You are on a tanker discharging oil.When all of the oil that the main cargo pumps can handle is pumped out of a tank,the remainder is ______.

A.Stripped out and pumped directly ashore into the mainline as the remaining cargo tanks are pumped out with the main pumps

B.Stripped to one tank and then pumped out with the main pumps

C.Stripped out and pumped directly ashore after all the tanks have been emptied by the main pumps

D.Gravitated to the centers from the wings and pumped out with the main pumps


正确答案:B

第10题:

单选题
()is not installed on the main switchboard.
A

Ammeter and changeover switch

B

Power factor meter

C

Synchroscope

D

Reverse sequence relay


正确答案: D
解析: 暂无解析

更多相关问题