海船船员考试

单选题Class C EPIRBs are().A manually activated and operate on maritime (VHF) channelsB automatically activated and operate on maritime (VHF) channelsC manually operated and detected by satelliteD automatically operated and detected by satellite

题目
单选题
Class C EPIRBs are().
A

manually activated and operate on maritime (VHF) channels

B

automatically activated and operate on maritime (VHF) channels

C

manually operated and detected by satellite

D

automatically operated and detected by satellite

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

第1题:

下面程序输出的结果为

#include"iostream.h"

class A

{

public:

A( ){cout<<"CLASS A"<<endl;}

~A( ){}

};

class B:public A

{

public:

B( ){cout<<"CLASS B"<<endl;}

~B( ){}

};

void main( )

{

A*p;

p=new B;

B *q;

q=new B;

}

A.CLASS A CLASS B

B.CLASS A CLASS B CLASS B

C.CLASS A CLASS B CLASS A CLASS B

D.CLASS A CLASS B CLASS B CLASS B


正确答案:C
解析:每实例化一个类就要调用其构造函数,结束运行该实例后调用析构函数。注意:类的实例化和构造函数、析构函数的调用方式和何时调用。

第2题:

下面程序输出的结果为 #include"iostream.h” class A { public: A(){cout<<"CLASSA"<<endl;} ~A() {} }; class B:public A { public: B(){cout<<"CLASS B"<<endl;} ~B(){} }; void main() { A*p; p=new B;

A.CLASS A CLASS B CLASS B CLASS B

B.CLASS A CLASS B CLASS A CLASS B

C.CLASS A CLASS B CLASS B

D.CLASS A CLASS B


正确答案:C

第3题:

YouneedtorecommendaserverbuildfortheWebservers.Whichserverbuildshouldyourecommend?()

A.Class1

B.Class2

C.Class3

D.Class4


参考答案:A

第4题:

Which statement concerning satellite EPIRBs is TRUE ________.

A.Once activated,these EPIRBs continuously send up a signal for use in identifying the vessel and for determining the position of the beacon

B.The coded signal identifies the nature of the distress situation

C.The coded signal only identifies the vessel's name and port of registry

D.If the GMDSS Radio Operator does not program the EPIRB,it will transmit default information such as the follow-on communications frequency and mode


正确答案:A

第5题:

对于下面( )类定义,可以通过“newJ_Class()”生成类J_Class的实例对象。

A、publicclassJ_Class{

publicJ_Class(void){}

}

B、publicclassJ_Class{}

C、publicclassJ_Class{

publicJ_Class(Strings){}

}

D、publicclassJ_Class{

publicvoidJ_Class(){}

publicJ_Class(Strings){}


正确答案:B

第6题:

The class of fire on which a blanketing effect is essential to extinguish the fire is

A.Class 'A'

B.Class 'B'

C.Class 'C'

D.Class 'D'


正确答案:B

第7题:

下面程序输出的结果为( )。 #inClUde”iostream.h” Class A {public: A(){cout<<“CLASS A”<<endl;} ~A()<)}; class B:public A {public: B(){cout<<”CLASSB”<<endl;} ~B(){}}; void main() {A*p; p=new B; B *q; q=new B;}

A.CLASS A CLASS B

B.CLASS A CLASS B CLASS B

C.CLASS A ClASS B

D.CLASS A CLASS B CLASS A CLASS B CLASS B CLASS B


正确答案:C
解析: 本题考查类的继承、类的实例化和构造函数、析构函数的调用方式和何时调用。每实例化一个类就要调用其构造函数,结束运行该实例后调用析构函数。

第8题:

下面程序输出的结果为 #include"iostream.h" class A { public: A(){cout<<"CLASSA"<<endl;} ~A() {} }; class B:public A { public: B(){cout<<"CLASSB"<<endl;} ~B() {} }; void main() { A * p; p=new B; B *q; q=new B; }

A.CLASS A CLASS B

B.CLASS A CLASS B CLASS B

C.CLASS A CLASS B CLASS A CLASS B

D.CLASS A CLASS B CLASS B CLASS B


正确答案:C
解析:每实例化一个类就要调用其构造函数,结束运行该实例后调用析构函数。注意:类的实例化和构造函数、析函数的调用方式和何时调用。

第9题:

WhichclassofCiscoaccesspointsoperateunderIEEE802.3afpower?()

A.ClassA

B.Class1

C.Class2

D.Class3

E.Class4


参考答案:D

第10题:

以下哪种不属于GPRS手机类型?()

  • A、Class D
  • B、Class A
  • C、Class B
  • D、Class C

正确答案:A

更多相关问题