海船船员考试

单选题An example of class "A" fire is a/an ().A electrical fire in the engine roomB oil fire in the engine room bilgesC oil fire involving a grade A petroleum productD mattress fire in a stateroom

题目
单选题
An example of class "A" fire is a/an ().
A

electrical fire in the engine room

B

oil fire in the engine room bilges

C

oil fire involving a grade A petroleum product

D

mattress fire in a stateroom

参考答案和解析
正确答案: B
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

如下两个源程序文件,分别编译后,运行Example.class文件,运行结果为______。

AB.java文件代码如下;

package test;

public class AB

{

int a=60;

public void show()

{

System.out.println(”a=”+a);

}

Example.java文件代码如下:

import test.AB;

class Example

{

public static void main(String args[])

{

AB bj=new AB();

obj.show();

}

}


正确答案:a=60
a=60

第2题:

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

第3题:

下面程序运行后输出的结果是【】。 include using namespace std; class example{ const

下面程序运行后输出的结果是【 】。

include <iostream>

using namespace std;

class example{

const int m;

public:

example(int i):m(i){}

void pr(){cout<<"m="<<m<<endl'}

};

int main(){

example x(100);

x.pr();

return 0;

}


正确答案:m=100
m=100 解析:在类example中,定义了一个常数据成员m,所以构造函数只能通过初始化列表来初始化它。

第4题:

All portable fire extinguishers must be capable of being ______.

A.carried by hand to a fire

B.carried or rolled to a fire

C.recharged in the field

D.used on class “B” fire


正确答案:A
所有便携式灭火器必须能够被用手携带到火灾(现场)。

第5题:

A fire in a pile of dunnage would be classified as a _____.

A.class A

B.class B

C.class C

D.class D


正确答案:A

第6题:

下面程序的输出结果是 include class example {int a; public: example(int b) {a=

下面程序的输出结果是

#include<iostream.h>

class example

{

int a;

public:

example(int b) {a=b++;}

void pnnt( ) {a=a+1;cout < < a < <" ";}

void print( ) const{cout < < a < <" ";}

};

void main( )

{

example x(3) ;

const example y(2) ;

x.print( ) ;

y.print( ) ;

}

A.2 2

B.4 3

C.4 2

D.3 2


正确答案:C
解析:“++”是右结合的,所以先赋值为3,最后输出3+1;常成员函数只有常对象才能调用,所以输出2。

第7题:

what is your position (station ) in the muster lists ,for example ,during the fire fighting ,abandon vessel ,oil pollution prevention etc ?


正确答案:Abandon vessel :boarding the lifeboat to manage and control the engine Fire fighting :manage and operate the emergency fire pmp . Oil pollution prevention ;collect the oil from the vessel or go down with the lifeboart to collect the oil from the sea .

第8题:

YouneedtocreateaJavaBeanobjectthatisusedonlywithinthecurrentJSPpage.ItmustNOTbeaccessibletoanyotherpageincludingthosethatthispagemightimport.WhichJSPstandardactioncanaccomplishthisgoal?()

A.<jsp:useBeanid=’pageBean’type=’com.example.MyBean’/>

B.<jsp:useBeanid=’pageBean’class=’com.example.MyBean’/>

C.<jsp:makeBeanid=’pageBean’type=’com.example.MyBean’/>

D.<jsp:makeBeanid=’pageBean’class=’com.example.MyBean’/>


参考答案:B

第9题:

A fire involving trash and paper waste would be classified as a ______.

A.class A

B.class B

C.class C

D.class D


正确答案:A

第10题:

单选题
The spreading of fire as a result of heat being carried through a vessels ventilation system, is an example of heat transfer by ().
A

conduction

B

convection

C

radiation

D

windage


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

更多相关问题