Duty sailors will consider the conditions of (装卸货)().
第1题:
To protect wild animals is our duty.(改为同义句)
__________ our duty__________ __________ wild animals.
第2题:
水手经常保养锚机。()
第3题:
水手在船首进行了望。()
第4题:
下面If语句统计满足性别为男、职称为副教授以上、年龄小于40岁条件的人数,不正语句是()。
第5题:
Sailors should keep ()at sea.
第6题:
The sailors spend most of their time in ().
第7题:
下面If语句统计满足性别为男、职称为副教授以上、年龄小于40岁条件的人数,不正确的语句是()。
第8题:
ladders
flags
hands
lines
第9题:
polite
politely
impolite
impolitely
第10题:
receiving
getting
taking
meeting
第11题:
His duty was fulfilled
His duty fulfilled
His duty fulfilling
His duty had been fulfilled
第12题:
the duty sailor
the 2nd officer
the captain
the duty officer
第13题:
作为一名值班水手,你必须懂得如何调整吊杆。()
第14题:
驾驶台始终有驾驶员值班。()
第15题:
水手用扫帚清扫甲板。()
第16题:
It is the job of ()(值班水手)to drop off the pilot.
第17题:
船舶发生溢油事故时,水手的主要工作是清理油污。()
第18题:
Duty officer and ()keep navigational watches on the bridge at sea.
第19题:
If sex=男And age<40 And (duty=教授Or duty=副教授)Then n=n+1
If sex=男And age<40 And InStr(duty,教授)>0Then n=n+1
If sex=男And age<40 And Right(duty,2)=教授Then n=n+1
If sex=男And age<40 And duty=教授And duty=副教授Then n=n+1
第20题:
When oilspilling happens on board, the sailors’ work is to do oil-cleaning.
When oilspilling happens on board, the sailors’ work is painting.
When oilspilling happens on board, the sailors’ work is to do some repair work.
When oilspilling happens on board, the captain is in over command of it.
第21题:
As an officer on duty, you must know how to adjust derricks.
As a sailor on duty, you must know how to adjust derricks.
As a sailor on duty, you must know how to operate cranes.
As an officer on duty, you must know how to operate cranes.
第22题:
received
receives
receiving
receive
第23题:
If sex=“男”And age<40 And InStr(duty,“教授”)>0 Then n=n+1
If sex=“男”And age<40 And(duty=“教授”Or duty=“副教授”)Then n=n+1
If sex=“男”And age<40 And Right(duty,2)=“教授”Then n=n+1
If sex=“男”And age<40 And duty=“教授”And duty=“副教授”Then n=n+1