Which statement is NOT true concerning the stowage of class 1 explosives ________.A.Class 1.1 explosives may be stowed with class 9 dangerous substancesB.Class 1.4 explosives must be“separated from”a stow of class 5.1 oxidizing materialsC.Class 1.4 explos

题目

Which statement is NOT true concerning the stowage of class 1 explosives ________.

A.Class 1.1 explosives may be stowed with class 9 dangerous substances

B.Class 1.4 explosives must be“separated from”a stow of class 5.1 oxidizing materials

C.Class 1.4 explosives may not be stowed in the same hold with class 6.1 poisons

D.Class 1.4 explosives must be“separated from”a stow of class 8 corrosive materials


相似考题
参考答案和解析
正确答案:C
更多“Which statement is NOT true concerning the stowage of class 1 explosives ________.A.Class ”相关问题
  • 第1题:

    What entry on a dangerous cargo manifest concerning the classification of a cargo is correct ________.

    A.Class 8

    B.Class 3 - flammable liquid

    C.Division 2.2 - nonflammable gas

    D.All of the above are correct


    正确答案:A

  • 第2题:

    Which statement concerning GPS is TRUE ________.

    A.It cannot be used in all parts of the world

    B.There are 12 functioning GPS satellites at present

    C.It may be suspended without warning

    D.Two position lines are used to give a 2D fix


    正确答案:C

  • 第3题:

    Which statement about static inner classes is true?()

    • A、 An anonymous class can be declared as static.
    • B、 A static inner class cannot be a static member of the outer class.
    • C、 A static inner class does not require an instance of the enclosing class.
    • D、 Instance members of a static inner class can be referenced using the class name of the static inner class.

    正确答案:C

  • 第4题:

    Which statements concerning the relationships between the following classes are true?()   class Foo {  int num;   Baz comp = new Baz();   }   class Bar {  boolean flag;   }   class Baz extends Foo {   Bar thing = new Bar();   double limit;   }  

    • A、A Bar is a Baz.
    • B、A Foo has a Bar.
    • C、A Baz is a Foo.
    • D、A Foo is a Baz.
    • E、A Baz has a Bar.

    正确答案:C,E

  • 第5题:

    Which statement is true?()

    • A、 An anonymous inner class may be declared as final.
    • B、 An anonymous inner class can be declared as private.
    • C、 An anonymous inner class can implement multiple interfaces.
    • D、 An anonymous inner class can access final variables in any enclosing scope.
    • E、 Construction of an instance of a static inner class requires an instance of the enclosing outer class.

    正确答案:D

  • 第6题:

    单选题
    Which statement(s) is/are TRUE concerning crane cargo operations? ()
    A

    Do not exceed rated load capacity of crane and container spreader or slings

    B

    During any cargo handling operation,the safety of personnel is paramount

    C

    Cargo handlers must be outfitted with adequate protection from personal injury

    D

    All the above


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

  • 第7题:

    单选题
    You are on a containership. Which statement about the stowage of hazardous materials in containers is TRUE?().
    A

    The containers provide automatic segregation of hazardous materials except for class A explosives

    B

    All packages within a container must be marked This End Up to indicate the correct stowage

    C

    A refrigerated container with a fuel tank containing a flammable liquid must be stowed on deck

    D

    Packages of liquids within a container should be stowed on top of packages of solids to prevent crushing


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

  • 第8题:

    单选题
    Which statement about firefighting foam is TRUE?()
    A

    Foam conducts electricity

    B

    To be most effective,foam should be directed at the base of the fire

    C

    Foam is most effective on burning liquids which are flowing

    D

    Foam can ONLY be used to extinguish class A fires


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

  • 第9题:

    单选题
    Which statement concerning teams is true?
    A

    Nowadays teamwork is a popular concept.

    B

    All the companies put great emphasis on teams.

    C

    A good team involves close supervision of the team leader.

    D

    There’s nothing in common between a team and a group.


    正确答案: B
    解析:
    根据本文的第一句话“Teams are all the rage in the workplace today, and every organization speaks of the importance of teams.”,可以判断选项A与本句的意思相符合,此句中的固定短语all the rage的意思是“非常流行,风靡一时”,所以本题答案为A。

  • 第10题:

    单选题
    Which statement is TRUE concerning lifeboat gripes?()
    A

    They must be released by freeing a safety shackle

    B

    They should not be released until the boat is in lowering position

    C

    They may be adjusted by a turnbuckle

    D

    They are normally used only with radial davits


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

  • 第11题:

    单选题
    Which statement concerning Montauk Point Light is TRUE().
    A

    The light comes on at sunset

    B

    There is an emergency light if the main light is extinguished

    C

    The height of the light is 24 feet

    D

    The tower is painted with black and white stripes


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

  • 第12题:

    单选题
    Which statement is true about The QoS Class Fibre Channel?()
    A

     Cannot be disabled

    B

     Cannot have the CoS changed

    C

     Can have Packet Drop enabled

    D

     Is multicast optimized

    E

     Can have the MTU changed


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

  • 第13题:

    Which statement is TRUE concerning combustible gas indicators ________.

    A.One sample of air is adequate to test a tank

    B.They do not work properly where there is a lack of oxygen

    C.They will detect a lack of oxygen

    D.They are calibrated to read the percentage chance of explosion


    正确答案:B

  • 第14题:

    Which the statement is true?()

    • A、 The Error class is a Runtime Exception.
    • B、 No exceptions are subclasses of Error.
    • C、 Any statement that may throw an Error must be enclosed in a try block.
    • D、 any statement that may throw an Exception must be enclosed in a try block.
    • E、 Any statement that may throw an Runtime Exception must be enclosed in a try block.

    正确答案:B

  • 第15题:

    Which statement is true about The QoS Class Fibre Channel?()

    • A、 Cannot be disabled
    • B、 Cannot have the CoS changed
    • C、 Can have "Packet Drop" enabled
    • D、 Is multicast optimized
    • E、 Can have the MTU changed

    正确答案:A

  • 第16题:

    public class Test{  public static void main( String[] argv ){  // insert statement here  }  }   Which statement, inserted at line 3, produces the following output?()  Exception in thread “main” java.lang.AssertionError: true at Test.main(Test.java:3)  

    • A、 assert true;
    • B、 assert false;
    • C、 assert false : true;
    • D、 assert false == true;
    • E、 assert false: false;

    正确答案:C

  • 第17题:

    Which statement is TRUE about the CacheFactory class ?()

    • A、 it is a topology agnostic way to access NamedCaches
    • B、 it provides mechanisms to manage underlying remote data sources
    • C、 both A and B are TRUE
    • D、Neither A nor B are TRUE

    正确答案:A

  • 第18题:

    单选题
    Which statement is TRUE concerning the gooseneck().
    A

    It is a sailing maneuver which brings the vessel's head through the wind

    B

    It connects the boom to the mast and allows the boom to swing freely

    C

    It is a sailing condition where there is a loss of air flow over the sails

    D

    None of the above


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

  • 第19题:

    单选题
    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 port

    B

    When stowed on deck of a break bulk ship,the bottom of the container must be evenly supported throughout

    C

    With tiered containers,a 40-foot container may be stowed on top of two 20-foot containers

    D

    Deck load calculations must take into account the square footage of the entire container bottom


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

  • 第20题:

    单选题
    Which statement is TRUE about the CacheFactory class ?()
    A

     it is a topology agnostic way to access NamedCaches

    B

     it provides mechanisms to manage underlying remote data sources

    C

     both A and B are TRUE

    D

    Neither A nor B are TRUE


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

  • 第21题:

    单选题
    public class Test{  public static void main( String[] argv ){  // insert statement here  }  }   Which statement, inserted at line 3, produces the following output?()  Exception in thread “main” java.lang.AssertionError: true at Test.main(Test.java:3)
    A

     assert true;

    B

     assert false;

    C

     assert false : true;

    D

     assert false == true;

    E

     assert false: false;


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

  • 第22题:

    单选题
    Which statement is TRUE concerning gasoline vapors on board a vessel().
    A

    They are heavier than air and will settle in the lowest part of the vessel

    B

    They are lighter than air and will settle in the highest part of the vessel

    C

    They should be vented into the engine to improve combustion

    D

    They should be vented into the wheelhouse


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

  • 第23题:

    单选题
    Which statement about static inner classes is true? ()
    A

     An anonymous class can be declared as static.

    B

     A static inner class cannot be a static member of the outer class.

    C

     A static inner class does not require an instance of the enclosing class.

    D

     Instance members of a static inner class can be referenced using the class name of the static inner class.


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