参考答案和解析
正确答案:D
更多“Duty sailors will consider the c”相关问题
  • 第1题:

    To protect wild animals is our duty.(改为同义句)

    __________ our duty__________ __________ wild animals.


    正确答案:
     32. It's; to protect

  • 第2题:

    水手经常保养锚机。()

    • A、Sailors often maintain the derrick.
    • B、Sailors often maintain the winch.
    • C、Sailors often maintain the windlass.
    • D、Sailors often maintain the machine.

    正确答案:C

  • 第3题:

    水手在船首进行了望。()

    • A、Sailors keep uplook at sea.
    • B、Sailors keep outlook at sea.
    • C、Sailors keep lookout at sea.
    • D、Sailors keep lookup at sea.

    正确答案:C

  • 第4题:

    下面If语句统计满足性别为男、职称为副教授以上、年龄小于40岁条件的人数,不正语句是()。

    • A、If sex="男"And age<40 And (duty="教授"Or duty="副教授")Then n=n+1
    • B、If sex="男"And age<40 And InStr(duty,"教授")>0Then n=n+1
    • C、If sex="男"And age<40 And Right(duty,2)="教授"Then n=n+1
    • D、If sex="男"And age<40 And duty="教授"And duty="副教授"Then n=n+1

    正确答案:D

  • 第5题:

    Sailors should keep ()at sea.

    • A、lookout
    • B、outlook
    • C、uplook
    • D、lookup

    正确答案:A

  • 第6题:

    The sailors spend most of their time in ().

    • A、scraping and painting
    • B、the engine room
    • C、looking out
    • D、steering

    正确答案:A

  • 第7题:

    下面If语句统计满足性别为男、职称为副教授以上、年龄小于40岁条件的人数,不正确的语句是()。

    • A、If sex=“男”And age<40 And InStr(duty,“教授”)>0 Then n=n+1
    • B、If sex=“男”And age<40 And(duty=“教授”Or duty=“副教授”)Then n=n+1
    • C、If sex=“男”And age<40 And Right(duty,2)=“教授”Then n=n+1
    • D、If sex=“男”And age<40 And duty=“教授”And duty=“副教授”Then n=n+1

    正确答案:D

  • 第8题:

    单选题
    The sailors should show the relevant ()by day.
    A

    ladders

    B

    flags

    C

    hands

    D

    lines


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

  • 第9题:

    单选题
    Duty Sailors must greet visitors ()on gangway.
    A

    polite

    B

    politely

    C

    impolite

    D

    impolitely


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

  • 第10题:

    单选题
    The main tasks for sailors on duty are, first of all, ()persons who come on board to do their business, such as the PSC inspectors, the agent, the ship chandler, etc.
    A

    receiving

    B

    getting

    C

    taking

    D

    meeting


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

  • 第11题:

    单选题
    _____, Henry felt a great weight taken off his mind.
    A

    His duty was fulfilled

    B

    His duty fulfilled

    C

    His duty fulfilling

    D

    His duty had been fulfilled


    正确答案: D
    解析:
    句意:任务完成了,Henry感到心中一块石头落了地。句中fulfill这个动作的主语是his duty,与本句主语Henry不一致,所以此处要用独立主格结构,来充当一个状语从句。而duty是被主语henry完成的,所以fulfill要用过去分词形式,表示被动。此处独立主格结构的形式应为:名词/代词+过去分词。

  • 第12题:

    单选题
    It is the job of ()to drop off the pilot.
    A

    the duty sailor

    B

    the 2nd officer

    C

    the captain

    D

    the duty officer


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

  • 第13题:

    作为一名值班水手,你必须懂得如何调整吊杆。()

    • A、As an officer on duty, you must know how to adjust derricks.
    • B、As a sailor on duty, you must know how to adjust derricks.
    • C、As a sailor on duty, you must know how to operate cranes.
    • D、As an officer on duty, you must know how to operate cranes.

    正确答案:B

  • 第14题:

    驾驶台始终有驾驶员值班。()

    • A、Sailors are always on watch on the bridge.
    • B、Deck officers are always on watch on the bridge.
    • C、Sailors are never on watch on the bridge.
    • D、Deck officers are never on watch on the bridge.

    正确答案:B

  • 第15题:

    水手用扫帚清扫甲板。()

    • A、Sailors use brown to clean the deck.
    • B、Sailors use broom to clean the deck.
    • C、Sailors use brush to clean the deck.
    • D、Sailors use mop to clean the deck.

    正确答案:B

  • 第16题:

    It is the job of ()(值班水手)to drop off the pilot.

    • A、the duty sailor
    • B、the 2nd officer
    • C、the captain
    • D、the duty officer

    正确答案:A

  • 第17题:

    船舶发生溢油事故时,水手的主要工作是清理油污。()

    • A、When oilspilling happens on board, the sailors’ work is to do oil-cleaning.
    • B、When oilspilling happens on board, the sailors’ work is painting.
    • C、When oilspilling happens on board, the sailors’ work is to do some repair work.
    • D、When oilspilling happens on board, the captain is in over command of it.

    正确答案:A

  • 第18题:

    Duty officer and ()keep navigational watches on the bridge at sea.

    • A、seaman
    • B、sailor
    • C、duty sailor
    • D、OS

    正确答案:C

  • 第19题:

    单选题
    下面If语句统计满足性别为男、职称为副教授以上、年龄小于40岁条件的人数,不正语句是()。
    A

    If sex=男And age<40 And (duty=教授Or duty=副教授)Then n=n+1

    B

    If sex=男And age<40 And InStr(duty,教授)>0Then n=n+1

    C

    If sex=男And age<40 And Right(duty,2)=教授Then n=n+1

    D

    If sex=男And age<40 And duty=教授And duty=副教授Then n=n+1


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

  • 第20题:

    单选题
    船舶发生溢油事故时,水手的主要工作是清理油污。()
    A

    When oilspilling happens on board, the sailors’ work is to do oil-cleaning.

    B

    When oilspilling happens on board, the sailors’ work is painting.

    C

    When oilspilling happens on board, the sailors’ work is to do some repair work.

    D

    When oilspilling happens on board, the captain is in over command of it.


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

  • 第21题:

    单选题
    作为一名值班水手,你必须懂得如何调整吊杆。()
    A

    As an officer on duty, you must know how to adjust derricks.

    B

    As a sailor on duty, you must know how to adjust derricks.

    C

    As a sailor on duty, you must know how to operate cranes.

    D

    As an officer on duty, you must know how to operate cranes.


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

  • 第22题:

    单选题
    The main tasks for sailors on duty are, first of all,()the persons who come on board to do their business.
    A

    received

    B

    receives

    C

    receiving

    D

    receive


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

  • 第23题:

    单选题
    下面If语句统计满足性别为男、职称为副教授以上、年龄小于40岁条件的人数,不正确的语句是()。
    A

    If sex=“男”And age<40 And InStr(duty,“教授”)>0 Then n=n+1

    B

    If sex=“男”And age<40 And(duty=“教授”Or duty=“副教授”)Then n=n+1

    C

    If sex=“男”And age<40 And Right(duty,2)=“教授”Then n=n+1

    D

    If sex=“男”And age<40 And duty=“教授”And duty=“副教授”Then n=n+1


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