参考答案和解析
正确答案:错误
更多“I AM IN DANGER OF CAPSIZING.的中文”相关问题
  • 第1题:

    下列程序的输出结果为( )。 public class Reentrant { public synchronized void a() { b(); System.out.println("here I am,in a()"); } public synchronized void b() { System.out.println("here I am,in b()"); } public static void main(String args[]) { Reentrant r=new Reentrant(); r.a(); } }

    A.here I am,in a()/here I am,in b()

    B.here I am,in b()/here I am,in a()

    C.here I am,in a()

    D.here I am,in b()


    正确答案:B
    解析:此题程序中类Reentrant定义了两个带有synchronized的方法,分别是a()和b()。在Reentrant类的main()方法中,Reentrant类的实例r调用了方法a(),在a()中调用b()。a()的执行过程中,线程的控制将请求并获得r的锁,并开始执行a()方法。由b()的定义可知,线程获得r的对象锁才能运行该方法,而此时r的锁已经由该线程获得,根据Java对象锁的可重入性,该线程将再次获得r的锁,并开始运行方法b()。

  • 第2题:

    I have steerage way. It is said that ______.

    A.I am underway

    B.I am out of control

    C.I am not making way through the water

    D.I have the amount of movement forward which the ship needs to be steered properly


    正确答案:D
    我船有舵效说明我船有前进的速度,船舶需要驾驶员。

  • 第3题:

    Hello, Peter. What do you do?()

    • A、I am fine. 
    • B、I am not sick. 
    • C、I am a student from Bonn University. 
    • D、I came from Bonn University.

    正确答案:C

  • 第4题:

    我是船舶物料供应商。()

    • A、I am the PSC inspector.
    • B、I am the ship’s chandler.
    • C、I am the ship’s agent.
    • D、I am the engineer of the shipyard.

    正确答案:B

  • 第5题:

    I AM ON FIRE IN POSITION 112。E55。N.的中文意思是:我船在东经112度北纬55度处失火。


    正确答案:正确

  • 第6题:

    I AM IN CRITICAL CONDITION.的中文意思是:我船情况严重。


    正确答案:正确

  • 第7题:

    I AM MAKING WATER.的中文意思是:我在加水。


    正确答案:错误

  • 第8题:

    判断题
    I AM IN DANGER OF CAPSIZING.的中文意思是:我船有碰撞危险。
    A

    B


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

  • 第9题:

    单选题
    —I’m not going swimming tomorrow afternoon.— ______ . I have to clean up my bedroom.
    A

    So am I

    B

    Neither am I

    C

    Neither I am

    D

    So I am


    正确答案: D
    解析:
    考查特殊句式。句意:——明天下午我不去游泳了。——我也不去,我必须把我的卧室打扫干净。neither +be动词+主语,表示前面提到的否定情况也同样适用于后者。根据语境可知,答案选B。

  • 第10题:

    判断题
    I AM MAKING WATER.的中文意思是:我在加水。
    A

    B


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

  • 第11题:

    判断题
    I AM ON FIRE IN POSITION 112。E55。N.的中文意思是:我船在东经112度北纬55度处失火。
    A

    B


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

  • 第12题:

    单选题
    —I’m not going swimming this afternoon.—______ I have to help my mother do some cleaning.
    A

    So am I.

    B

    So I am.

    C

    Neither am I.

    D

    Neither I am.


    正确答案: B
    解析:
    句意:——我今天下午不去游泳了。——我也不去了,我要帮我妈妈打扫卫生。本题考查倒装句的用法。上句为否定句,因此此句要用neither引导,表示否定含义。可先排除A、B项;否定词放在句首要引起完全倒装,谓语动词要放在主语之前,故要用Neither am I。因此答案为C项。

  • 第13题:

    下列程序的输出结果为( )。 public class Reentrant { public synchronized void a() { b(); System.out.println("here I am, in a()"); } public synchronized void b() { System.out.println("here I am, in b()"); } public static void main(String args[ ]) { Reentrant r=new Reentrant(); r.a(); } }

    A.here I am, in a()/here I am, in b()

    B.hereI am, in b()/here I am, in a()

    C.here I am, in a()

    D.here I am, in b()


    正确答案:B
    解析:此题程序中类Reentrant定义了两个带有synchronized的方法,分别是a()和b()。在Reentrant类的main()方法中,Reentrant类的实例r调用了方法a(),在a()中调用b()。a()的执行过程中,线程的控制将请求并获得r的锁,并开始执行a()方法。由b()的定义可知,线程获得r的对象锁才能运行该方法,而此时r的锁已经由该线程获得,根据Java对象锁的可重入性,该线程将再次获得r的锁,并开始运行方法b()。

  • 第14题:

    I am sure to tell you that there's no danger.

    A:ensure
    B:assure
    C:insure
    D:secure

    答案:B
    解析:
    我向你保证没有一点危险。ensure“保证”,用于ensure sth.或ensure that…例如:Great efforts ensure the success of our work.巨大的努力确保了我们工作的成功。assure“保证”,用于assure sb.of sth.或者assure sb.that…最符合题意,例如:We can assure you that we are well experienced in this line.我们可让你们确信我们在这行是非常有经验的。 insure“投保”,例如:The reason they want to pay is because they want more clients to insure.他们之所以愿意支付,是因为他们希望有更多的客户投保。secure“使……安全、设法做到”,例如: He secured the release of the hostages.他已经设法使人质获释。

  • 第15题:

    “我船有倾覆危险”的英文翻译是().

    • A、I AM MAKING WATER.
    • B、I AM IN CRITICAL CONDITION.
    • C、I AM IN DANGER OF CAPSIZING.
    • D、I HAVEDANGEROUS LIST.

    正确答案:C

  • 第16题:

    我是你们的代理。()

    • A、I am your agent.
    • B、I am from the shipyard.
    • C、I am your ship chandler.
    • D、I am the immigration officer.

    正确答案:A

  • 第17题:

    I AM MANOEUVRING WITH DIFFICULTY.的中文意思是:我船转向困难。


    正确答案:错误

  • 第18题:

    I am on fire in Engine room 的中文意思是().

    • A、我船机舱失火
    • B、我船货舱失火
    • C、我船厨房失火
    • D、我船泵舱失火

    正确答案:A

  • 第19题:

    I am very glad to see you中文意思为()。

    • A、祝你旅途愉快
    • B、请你系好安全带
    • C、很高兴见到你

    正确答案:C

  • 第20题:

    单选题
    I am on fire in Engine room 的中文意思是().
    A

    我船机舱失火

    B

    我船货舱失火

    C

    我船厨房失火

    D

    我船泵舱失火


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

  • 第21题:

    判断题
    I AM MANOEUVRING WITH DIFFICULTY.的中文意思是:我船转向困难。
    A

    B


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

  • 第22题:

    判断题
    I AM IN CRITICAL CONDITION.的中文意思是:我船情况严重。
    A

    B


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

  • 第23题:

    单选题
    “我船有倾覆危险”的英文翻译是().
    A

    I AM MAKING WATER.

    B

    I AM IN CRITICAL CONDITION.

    C

    I AM IN DANGER OF CAPSIZING.

    D

    I HAVEDANGEROUS LIST.


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