网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Which statement about the deck line is TRUE ________.

A.The top of the deck line is marked at the highest point of the freeboard deck,including camber,at the midships point

B.A vessel with wooden planks on a steel deck will have the deck line marked at the intersection of the upper line of the wood sheathing with the side shell

C.The deck edge is marked at the intersection of the freeboard deck with the side shell,at the lowest point of sheer,with the vessel at even trim

D.On a vessel with a rounded stringer-sheer plate,the deck line is marked where the stringer plate turns down from the plane of the deck line


参考答案

更多 “ Which statement about the deck line is TRUE ________.A.The top of the deck line is marked at the highest point of the freeboard deck,including camber,at the midships pointB.A vessel with wooden planks on a steel deck will have the deck line marked at the intersection of the upper line of the wood sheathing with the side shellC.The deck edge is marked at the intersection of the freeboard deck with the side shell,at the lowest point of sheer,with the vessel at even trimD.On a vessel with a rounded stringer-sheer plate,the deck line is marked where the stringer plate turns down from the plane of the deck line ” 相关考题
考题 ●Which one of these statements about connecting to the Internet is true? (68) .(68) A.The Internet can only be used to link computers with same operating systemB.The Internet can be used to connect computers with different ISPC.You must have a telephone line to connect to the InternetD.You must have a modem to connect to the Internet

考题 Which one of these statements about connecting to the Internet is true?(68).A.The Internet can only be used to link computers with same operating systemB.The Internet can be used to connect computers with different ISPC.You must have a telephone line to connect to the InternetD.You must have a modem to connect to the Internet

考题 Click the Exhibit button. Which statement is true about the classes and interfaces in the exhibit?() A.Compilation will succeed for all classes and interfaces.B.Compilation of class C will fail because of an error in line 2.C.Compilation of class C will fail because of an error in line 6.D.Compilation of class AImpl will fail because of an error in line 2

考题 Click the Exhibit button. Given:Which two statements are true if a NullPointerException is thrown on line 3 of class C? () A.The application will crash.B.The code on line 29 will be executed.C.The code on line 5 of class A will execute.D.The code on line 5 of class B will execute.E.The exception will be propagated back to line 27.

考题 Which statement concerning the carriage of containers is TRUE? ______.A.The Chief Mate and Master of a container ship should have the proposed stowage plan ready for the stevedore upon arrival in portB.When stowed on deck of a break bulk ship,the bottom of the container must be evenly supported throughoutC.With tiered containers,a 40-foot container may be stowed on top of two 20-foot containersD.Deck load calculations must take into account the square footage of the entire container bottom

考题 You are loading a cargo that includes cylinders of acetylene aboard your break bulk vessel. Which statement is true?A.The cylinders must be stowed at least 10 horizontal feet from corrosive materials in the same spaceB.Stowage in the upper deck-deck is considered to be the equivalent of "on deck" stowage for this cargoC.The cylinders must have a red label for flammability and a green label for compressed gasD.The cylinders may be protected from the radiant heat of the Sun by laying a tarp on them

考题 Which statement is TRUE about the use of a“gob rope”________.A.The gob rope is a mooring line for tying up lighters for working cargo alongside a vessel anchored in an open roadsteadB.The gob rope is used to secure the towline aft over the centerline of a tugC.The gob rope is a line hung over a vessel's side to assist in boardingD.The gob rope is a rope used in mooring a vessel to a buoy

考题 The oil transfer procedures aboard a tanker transferring oil are NOT required to contain ______.A.The name of each person designated as the person in charge of transferB.A line diagram of the vessel's oil transfer pipingC.Special procedures for topping off tanksD.A description of the deck discharge containment system

考题 材料:In a bill of lading there might be a clause known as general liberty to carry on deck clause which reads“Carrier has liberty to carry GOODs on deck”.This clause frequently gives the carrier the option of stowing the cargo either on or under deck,while also exempting the carrier from all liability for loss of or damage to cargo stowed on deck.A clause of this type is an option,not a statement.The problem arises when the bill of lading contains this clause,but the face of the bill of lading does not state that the cargo was loaded on deck.Under such circumstances,it would appear that deck carriage is unjustifiable for at least two reasons:a)The general liberty to carry on deck clause is merely an option to carry on deck,a choice which the carrier ordinarily does not make.If the bill of lading does not bear a statement on its face giving notice that the cargo is actually stowed on deck,then by default the option has been exercised in favour of under deck carriage.b)The typewritten or handwritten wording on the face of a bill of lading has precedence over the bills printed clauses.And a clean bill of lading,because it implies under-deck stowage,is functionally equivalent to a typewritten or handwritten notation on the face of the document calling for carriage below deck.A clean bill of lading therefore overrides the printed liberty to carry on deck clause.A general deck carriage clause without a statement on the face of the bill of lading that cargo is carried on deck is merely an option not exercised and the deck carriage is therefore a fundamental breach of the contract and the Rules.问题:A clause which reads“Carrier has liberty to carry GOODs on deck”contained in B/L is ________.A.a statementB.a problemC.an optionD.a typewritten or handwritten wording on its faceIf there is no deck stowage statement on the face of B/L,it is implied that ________.A.all cargoes are stowed under deckB.all cargoes are stowed on deckC.cargoes are stowed either on or under deckD.it can not be decided whether cargoes are stowed on or under deckIf a handwritten wording on the face of B/L is in conflict with one of its printed clause,________.A.the handwritten wording shall prevailB.the printed clause shall prevailC.both the handwritten wording and the printed clause shall be ignoredD.the B/L shall become null and voidThe deck carriage is justifiable only when ________.A.there is a general liberty to carry on deck clause in the B/L and a statement on its face that the cargo is actually stowed on deckB.there is either a general liberty to carry on deck clause in the B/L or a statement on its face that the cargo is actually stowed on deckC.there is neither general liberty to carry on deck clause in the B/L nor a statement on its face that the cargo is actually stowed on deckD.only when the carrier is exempted from all liability for loss of or damage to cargo stowed on deck请帮忙给出每个问题的正确答案和分析,谢谢!

考题 Laying out a line in successive circles flat on deck with the bitter end in the center is known as ______.A.coilingB.fakingC.flemishingD.Lining

考题 Take to the forecastle deck an ()(油壶)and a hammer.A、oil canB、ropeC、heavy lineD、head line

考题 Given the following code fragment:     public void create() {     Vector myVect;     myVect = new Vector();      }  Which of the following statements are true?() A、 The declaration on line 2 does not allocate memory space for the variable myVect.B、 The declaration on line 2 allocates memory space for a reference to a Vector object.C、 The statement on line 2 creates an object of class Vector.D、 The statement on line 3 creates an object of class Vector.E、 The statement on line 3 allocates memory space for an object of class Vector.

考题 Which is the earliest line in the following code after which the object created on the line marked (0) will be a candidate for being garbage collected, assuming no compiler optimizations are done? ()  public class Q76a9 {   static String f() {   String a = "hello";   String b = "bye"; // (0)   String c = b + "!"; // (1)   String d = b;  b = a; // (2)   d = a; // (3)   return c; // (4)  }   public static void main(String args[]) {   String msg = f();   System.out.println(msg); // (5)   }   }  A、The line marked (1).B、The line marked (2).C、The line marked (3).D、The line marked (4).E、The line marked (5).

考题 单选题Click the Exhibit button. Which statement is true about the classes and interfaces in the exhibit?()A Compilation will succeed for all classes and interfaces.B Compilation of class C will fail because of an error in line 2.C Compilation of class C will fail because of an error in line 6.D Compilation of class AImpl will fail because of an error in line 2.

考题 单选题When a line is spirally coiled about its end and lying flat on deck,it is said to be().A coiledB fakedC flemishedD seized

考题 单选题Which statement is TRUE about nylon line?()A Manila line will usually last longer than nylon lineB Nylon line is excellent for use in alongside towingC A normal safe working load will stretch nylon line 50%D Nylon stoppers should be used with nylon line

考题 单选题If the situation arose where it became necessary to tow a disabled vessel,which statement is TRUE concerning the towing line?().A The towing line between the two vessels should be clear of the waterB The towing line should be taut at all times between the vesselsC There should be a catenary so the line dips into the waterD None of the above

考题 单选题The usual method of arranging a line on deck so that it will run out easily without kinking or fouling is().A coiling the lineB faking down the lineC flemishing the lineD racking the line

考题 单选题The helicopter deck of a ship must be marked with the units identification,appropriate aiming circles,and a continuous line on the perimeter which is().A 8 inches wideB 16 inches wideC 24 inches wideD 32 inches wide

考题 单选题You are loading a cargo that includes cylinders of acetylene aboard your break bulk vessel. Which statement is true? ()A The cylinders must be stowed at least 10 horizontal feet from corrosive materials in the same spaceB Stowage in the upper deck-deck is considered to be the equivalent of on deck stowage for this cargoC The cylinders must have a red label for flammability and a green label for compressed gasD The cylinders may be protected from the radiant heat of the Sun by laying a tarp on them

考题 单选题You are on a containership. The cargo includes a container of small arms ammunition,a container of lead-acid storage batteries and bottles of methyl acetylene. Which statement is TRUE?().A The storage batteries must be stowed on deck away from the ammunitionB The storage batteries must be at least ten horizontal feet away from the methyl acetylene if in the same spaceC The ammunition must be separated from the methyl acetylene by at least one holdD The methyl acetylene may be stowed on deck or under deck with under deck stowage to be used if available

考题 单选题Which is the earliest line in the following code after which the object created on the line marked (0) will be a candidate for being garbage collected, assuming no compiler optimizations are done? ()  public class Q76a9 {   static String f() {   String a = "hello";   String b = "bye"; // (0)   String c = b + "!"; // (1)   String d = b;  b = a; // (2)   d = a; // (3)   return c; // (4)  }   public static void main(String args[]) {   String msg = f();   System.out.println(msg); // (5)   }   }A The line marked (1).B The line marked (2).C The line marked (3).D The line marked (4).E The line marked (5).

考题 单选题Laying out a line in successive circles flat on deck with the bitter end in the center is known as().A coilingB fakingC flemishingD lining

考题 多选题Given the following code fragment:     public void create() {     Vector myVect;     myVect = new Vector();      }  Which of the following statements are true?()AThe declaration on line 2 does not allocate memory space for the variable myVect.BThe declaration on line 2 allocates memory space for a reference to a Vector object.CThe statement on line 2 creates an object of class Vector.DThe statement on line 3 creates an object of class Vector.EThe statement on line 3 allocates memory space for an object of class Vector.

考题 单选题Which statement is TRUE about placing the eyes of two mooring lines on the same bollard?()A Put one line at the low point and one at the high point of the bollard so they don't touchB Take the eye of the second line up through the eye of the first line before putting the second line on the bollardC Never put two mooring lines on the same bollardD The mooring line forward should be put on the bollard first

考题 单选题Ullage measurements are taken from the top of the liquid to().A the base of the expansion trunkB the base of the ullage portC a line scribed within the ullage portD an above-deck datum,usually the top of the ullage hole

考题 单选题Right at the top is()It is 300 mm long and 25 mm wide with its upper edgs in line with the uppermost continuous watertight deck.A the deck lineB Plimsoll discC Plimsoll lineD sunmmer load line