In sight of another
Sights the another
Not in sight of the other
In sight of one another
第1题:
The required number and type of hand portable fire extinguishers for staterooms on cargo vessels is ______.
A.one A-I
B.one B-I
C.one C-I
D.none required
第2题:
A vessel sailing shall keep out of the way of all of the following vessels except a vessel ______.
A.not under command
B.engaged on pilotage duty
C.restricted in her ability to maneuver
D.engaged in fishing
第3题:
A. When two-way disk mirroring is required for the allocation units
B. When three-way disk mirroring is required for the allocation units
C. When using hardware mirroring or RAID
D. When disk mirroring is required for the Automatic Storage Management (ASM) disks
第4题:
In which case would an overtaking vessel sound a whistle signal of two prolonged followed by one short blast? ______.
A.When overtaking in restricted visibility
B.When overtaking in a narrow channel
C.When overtaking on open waters
D.When no other vessels are in the immediate area
第5题:
In a crossing situation on open waters, a sailing vessel shall keep out of the way of all the following vessels EXCEPT a vessel ______.
A.not under command
B.retricted in her ability to maneuver
C.engaged in towing
D.Fishing
第6题:
Under normal weather and sea conditions when securing a stack of containers with twist locks,lashings are required when the tier exceeds what height?
A.Lashings are always required
B.One container
C.Two containers
D.Three containers
第7题:
When loading a tanker,you should ______.
A.load only one tank at a time
B.keep the seamen on watch on standby in the mess room
C.keep a strain on the loading hoses
D.close valves by closing them down,reopening one or two turns,and re-closing
第8题:
Where one of two vessels is to keep out of the way the other________.
A.shall not keep her course but shall keep her speed
B.shall not keep her course and speed
C.shall keep her course but change her speed
D.shall keep her course and speed
第9题:
In which situation do the Rules require both vessels to change course ?______.
A.Two power-driven vessels meeting head-on
B.Two power-driven vessels crossing when it is apparent to the stand-on vessel that the give-way vessel is not taking appropriate action
C.Two sailing vessels crossing with the wind on the same side
D.All of the above
第10题:
class One { public One() { System.out.print(1); } } class Two extends One { public Two() { System.out.print(2); } } class Three extends Two { public Three() { System.out.print(3); } } public class Numbers{ public static void main( String[] argv) { new Three(); } } What is the result when this code is executed?()