If anything abnormal be found on the load change of main engine when the ship is entering in shallow waterway, before taking measures the engineer on duty should _______.A.stop main engine immediatelyB.ask the captain and the chief engineer's permission for stopping the engineC.inquire the bridge for the situation initiativelyD.stop engine and inform bridge

If anything abnormal be found on the load change of main engine when the ship is entering in shallow waterway, before taking measures the engineer on duty should _______.

A.stop main engine immediately

B.ask the captain and the chief engineer's permission for stopping the engine

C.inquire the bridge for the situation initiatively

D.stop engine and inform bridge


相关考题:

_____the hall, he found all the people_______ there. A.Entered; seatB.Entering; seatedC.To enter; sittingD.Entering; seating

定时器定时工作所触发的事件是()。 A、Click()B、Change()C、Timer()D、Load()

使用VC6打开考生文件夹下的工程test17_1,此工程包含一个源程序文件test17_1.唧,但该程序运行有问题,请改正程序中的错误,使程序的输出结果如下:Vehicle messageCar messageVehicle message源程序文件test17_1.cpp 清单如下:include <iostream.h>class vehicle{int wheels;float weight;public:/***************** found *****************/void message(void){ cout<<"Vehicle message\n";}};class car:public vehicle{int passenger_load;public:/***************** found *****************/void message (void){cout>>"Car message\n";}};class truck:public vehicle{int passenger_load;float payload;public:int passengers(void){return passenger_load;}};void main(){vehicle * unicycle;unicycle=new vehicle;/***************** found *****************/unicycle.message()delete unicycle;unicycle=new car;unicycle->message();delete unicycle;unicycle=new truck;unicycle->message();delete unicycle;}

请编写一个函数char*change(char instr[]),将输入字符串中的所有小写字母转换为大写字母输出。要求使用for循环实现。如输入jinfeiteng,则输出结果是JINFEITENG。注意:部分源程序已存在文件test21_2.cpp中。请勿修改主函数main和其他函数中的任何内容,仅在函数change的花括号中填写若干语句。文件test21_2.cpp的内容如下:char*change(char instr[]);include"iostream.h"void main(){char instr[50];char *outstr;cout<<"Input a string:"<<endl;cin>>instr;utstr=change(instr);cout<<"Over graded string:"<<endl;cout<<outstr<<endl;}char*change(char instr[]){}

使用VC6打开考生文件夹下的工程proj2。此工程包含一个源程序文件main2.cpp,但该程序运行有问题。请改正main函数中的错误。源程序文件main2.cpp清单如下://main2.cppinclude <iostream>using namespace std;class MyClass{public:MyClass(int m){member=m;}~MyClass() {}int GetMember(){return member;}private:int member;};MyClass MakeObject(int m){MyClass *pMyClass=new MyClass(m);return *pMyClass;}int main ( ){int x=7;/************found**************/MyClass *myObj=MakeObject(x);/*************found*************/cout<<"My object has member"<<myObj.GetMember()<<end1;return 0;}

下列给定程序中,函数fun()的功能是:计算整数n的阶乘。请改正程序中的错误,使它能得出正确的结果。注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。试题程序:include <stdio.h>double fun(int n){double result=l.0;whil (n>ln<170)/**************found********************/result*=--n;/**************found********************/return;main(){int. n;clrscr();printf("Enter an integer: ");scanf("%d",n);printf("\n\n%d!=%lg\n\n ",n, fun(n));}

若vehicle=['train','bus','car','ship'],则vehicle[1]是什么? A.trainB.busC.carD.ship

A vessel in distress should send by radio telephone the two tone alarm signal followed immediately by the ______.A.distress positionB.spoken words “Mayday, Mayday, Mayday”C.ship’s nameD.ship’s call letters

In relation to cargo gear, what does SWL mean ?______.A.Safe working loadB.Ship’s working liftC.Starboard wing liftD.Stress, weight, load

The school trip has become an annual event.A:yearly B:averageC:tedious D:abnormal