更多“The regulation of marine pollution in the North East Atlanti”相关问题
  • 第1题:

    请将下列程序的空白处补充完整。

    Importjava.awt.*;

    PublicclassEll_4

    {

    Publicstaticvoidmain(Stringargs[])

    {

    Framef=newFrame(“BorderLayout”);

    fiadd(“North”,newbuRon(“North”));

    f.add(“East”,newbutton(“East”));

    f.add(“West”,newbutton(“West”));

    f.add(“South”,tf);

    f.setSize(200,200)

    fipack();

    fisetVisible(true);

    }

    }


    正确答案:TextField if=llew TextField("Text");
    TextField if=llew TextField("Text"); 解析: 本题考查java中常用组件的创建。由题可知,创建的是3个按键和1个文本框,tf为该文本框。

  • 第2题:

    The general circulation of the surface water in Mediterranean is ______.

    A.counter-clockwise

    B.clockwise

    C.from east to west

    D.from north to south


    正确答案:A

  • 第3题:

    If your weather bulletin shows the center of a low pressure area to be 100 miles due east of your position, what winds can you expect in the Northern Hemisphere?______.

    A.East to northeast

    B.East to southeast

    C.North to northwest

    D.South to southeast


    正确答案:C
    假如你的气象报告显示有一低压区域的中心正好在你船位置以东100海里,在北半球你将预计是什么风?北到西北风

  • 第4题:

    In the Northern Hemisphere, if the center of a high pressure area is due west of you, what wind direction would you expect?______.

    A.South to west

    B.South to east

    C.North to west

    D.North to east


    正确答案:C
    在北半球,如果高压中心在你的西部,你预料到是什么风向?西北风。

  • 第5题:

    New Zealand is situated about 1, 500 km ()

    • A、north-west of Australia
    • B、south-east of Australia
    • C、north-east of Australia
    • D、south-west of Australia

    正确答案:B

  • 第6题:

    填空题
    The regulation of marine pollution in the North East Atlantic Region is based on the OSPAR Convention.____

    正确答案: I
    解析:
    由题干中“the North East Atlantic Region”定位至I段。由本段可知,是OSPAR公约管理东北大西洋地区海洋污染,故匹配段落为I段。

  • 第7题:

    填空题
    Oil pollution is mentioned as the most visible and familiar marine pollution.____

    正确答案: A
    解析:
    由题干中“the most visible and familiar marine pollution”可定位至A段。由本段可知,最常见的海洋污染是石油污染。故匹配段落为A段。

  • 第8题:

    单选题
    There is a drifting mine()in position 21 degrees 31 minutes North 124 degrees 20 minutes East.
    A

    report

    B

    reports

    C

    reported

    D

    reporting


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

  • 第9题:

    单选题
    What does “old traditions” in the last sentence of the passage refer to?
    A

    Most of the north-eastern institutions were set up for both male and female students.

    B

    Most of the north-eastern institutions enrolled only men students or women students before the 1960s.

    C

    A lot of institutions in the north-east refused to enroll more students before the 1960s.

    D

    Many institutions in the north-east have the same reputation as Harvard or Yale.


    正确答案: C
    解析:
    从文中可知,old traditions即指美国东北部一些学校单招男生或女生的情况。文章倒数第三句提到“Most of the north-eastern institutions of this kind were originally founded for men or women only”。故B项为正确答案。

  • 第10题:

    单选题
    class Parent {     String one, two;  public Parent(String a, String b){     one = a;     two = b;    }  public void print(){ System.out.println(one); }    }  public class Child extends Parent {     public Child(String a, String b){     super(a,b);     }  public void print(){  System.out.println(one + " to " + two);     }  public static void main(String arg[]){     Parent p = new Parent("south", "north");     Parent t = new Child("east", "west");     p.print();     t.print();     }     }  Which of the following is correct?()
    A

     Cause error during compilation. 

    B

     south         east 

    C

     south to north     east to west    

    D

     south to north      east    

    E

     south     east to west


    正确答案: C
    解析: 这个题目涉及继承时的多态性问题,在前面的问题中已经有讲述,要注意的是语句t.print();在运行时t实际指向的是一个Child对象,即java在运行时决定变量的实际类型,而在编译时t是一个Parent对象,因此,如果子类Child中有父类中没有的方法,例如printAll(),那么不能使用t.printAll()。

  • 第11题:

    单选题
    In North America the majority of the weather systems move from().
    A

    north to south

    B

    south to north

    C

    east to west

    D

    west to east


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

  • 第12题:

    判断题
    There are three major routes of container transportation: Far East to North America, Far East to Europe and Mediterranean, North America to Europe and Mediterranean.
    A

    B


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

  • 第13题:

    Which of the following marine insurance policies is normally purchased by the cargo owner? ______.

    A.Hull

    B.Cargo

    C.Protection and Indemnity

    D.Pollution


    正确答案:B

  • 第14题:

    If a weather bulletin shows the center of a low pressure system to be 100 miles due east of you, what winds can you expect in the Southern Hemisphere? ______.

    A.South-southwesterly

    B.North-northwesterly

    C.South-southeasterly

    D.North-northeasterly


    正确答案:A
    假如你的气象报告显示有一低压区域的中心正好在你船位置以东100海里,在南半球你将预计是什么风?南到西南风。

  • 第15题:

    In the Northern Hemisphere a wind is said to veer when the wind ______.

    A.changes direction clockwise, as from north to east, etc

    B.changes direction counterclockwise, as from south to east, etc

    C.changes direction violently and erratically

    D.remains constant in direction and speed


    正确答案:A
    在北半球大风的风向会顺时针旋转,例如北到东。

  • 第16题:

    Tasmania is an island which lies()of the Australian mainland.

    • A、north of the northeastern corner
    • B、south of the southeastern corner
    • C、east of the northeastern comer
    • D、west of the southeastern corner

    正确答案:B

  • 第17题:

    There are three major routes of container transportation: Far East to North America, Far East to Europe and Mediterranean, North America to Europe and Mediterranean.


    正确答案:正确

  • 第18题:

    单选题
    If a vessel moored at a U-Sterminal does not comply with coast guard pollution prevention regulation, it may be detained by the ()
    A

    Inspector general

    B

    Captain of the port

    C

    local port authority

    D

    state pollution board


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

  • 第19题:

    单选题
    In the Northern Hemisphere a wind is said to veer when the wind().
    A

    Changes direction clockwise,as from north to east,etc

    B

    Changes direction violently and erratically

    C

    Remains constant in direction and speed

    D

    Changes direction counterclockwise,as from south to east,etc


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

  • 第20题:

    单选题
    The SOLAS Convention is the main international convention()
    A

    about marine pollution prevention

    B

    covering safety of life

    C

    about marine

    D

    about ship and port security


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

  • 第21题:

    单选题
    The MARPOL Convention is the main international convention()
    A

    about marine pollution prevention

    B

    covering marine protection of life

    C

    about marine

    D

    about ship and port security


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

  • 第22题:

    单选题
    All engineer officers and engine room ratings shall be aware of the serious effects of operational or accidental pollution of the marine environment and shall take all possible() to prevent such pollution, particularly within the framework of relevant international and port regulations.
    A

    steps

    B

    procedures

    C

    precautions

    D

    programs


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

  • 第23题:

    单选题
    定义枚举如下:  public  enum  Direction{      EAST,SOUTH,WEST,NORTH      }  下列正确使用该枚举类型的语句是哪项?()
    A

    Direction Direction=EAST;

    B

    Direction direction=Direction.WEST;

    C

    int a- Direction.NORTH;

    D

    Direction direction=2;


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

  • 第24题:

    单选题
    The international body responsible for drafting the convention prohibiting marine pollution (MARPOL) is the().
    A

    Maritime Advisory Council

    B

    International Maritime Organization

    C

    International Association of Shipping

    D

    Association of Seafaring Nations


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