The Emergency Position Indicating Radiobeacon on a cargo vessel must be stowed ______.
A.in an inside passageway
B.in an approved bracket
C.so that it is accessible from the bridge of the vessel
D.so that it will float free if the vessel sinks
第1题:
Shipping articles are a contract of agreement between the members of the crew and the ______.
A.charterers
B.Coast Guard
C.Master
D.vessel's owner
第2题:
Deviation in a compass is caused by the ______.
A.vessel’s geographic position
B.vessel’s heading
C.earth’s magnetic field
D.influence of the magnetic materials of the vessel
第3题:
第4题:
______will be paid by shipowners after tallyman doing the tally work.
A.Cargo-handling expenses
B.Tally money
C.Cargo-tallying dues
D.Tally fees
第5题:
Life jackets should be marked with the______.
A.maximum weight allowed
B.stowage space assigned
C.vessel's home port
D.vessel's name
第6题:
update()方法中,以下哪行代码可以实现动画位置从起始位置匀速移动到目标位置?()
A.transform.position = Vector3.Lerp(start.position, target.position, Time.time);
B.transform.position = Vector3.Lerp(transform.position, target.position, Time.deltaTime );
C.transform.position = Vector3.Slerp(start.position, target.position, Time.time);
D.transform.position = Vector3.Slerp(transform.position, target.position, Time.deltaTime );