更多“英译汉:I am a bea”相关问题
  • 第1题:

    请分析下列程序。 int main() { printf("This is in main program"); if(fork()==0) printf("I am in child process"); else printf("I am in parent process");} 程序正确运行后结果是

    A.This is in main program I am in child process I am in parent process

    B.This is in main program I am in child process

    C.This is in main program I am in parent process

    D.This is in main program I am in child process This is in main program I am in parent process


    正确答案:A

  • 第2题:

    I miss the noise and activity of the city. (英译汉)


    参考答案:我怀念城市的喧闹和忙碌。

  • 第3题:

    I was going to tell him what really happened, but he cut me short. (英译汉)


    参考答案:我正想把实际发生的情况告诉他,但他打断了我的话。

  • 第4题:

    我是一名水手,在船上干二水。

    A.I am a sailor. I work as an OS on board

    B.I am an AB I work as a sailor.

    C.I am a sailor. I work as a quartermaster.

    D.I am an AB I work as an oiler.


    正确答案:A

  • 第5题:

    下列程序的输出结果为( )。 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()。

  • 第6题:

    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

  • 第7题:

    How are you going on with your English?()

    • A、I am very well. 
    • B、I am going to the library. 
    • C、I am going to take College English Test Band Four. 
    • D、That's a good question

    正确答案:C

  • 第8题:

    I()of snakes.

    • A、am terrifying
    • B、terrify
    • C、am terrified
    • D、terrified

    正确答案:C

  • 第9题:

    我是你们的代理。()

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

    正确答案:A

  • 第10题:

    单选题
    I don't like the sports programs on Sundays. ()
    A

    So do I.

    B

    Neither do I.

    C

    So am I.

    D

    Neither Am I.


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

  • 第11题:

    单选题
    —“Will you go home tomorrow evening?”—“No, I am going to a lecture, or at least, I am planning _____.”
    A

    on

    B

    to

    C

    so

    D

    it


    正确答案: C
    解析:
    句意:“你明晚回家吗?”“不回,我要去听一个讲座;至少我正打算去。”本题考查省略句的用法。将本句补充完整为:I am planning to go to a lecture.其中go to a lecture可以省略。

  • 第12题:

    单选题
    我是一名水手,在船上干二水。()
    A

    I am a sailor. I work as an OS on board.

    B

    I am an AB I work as a sailor.

    C

    I am a sailor. I work as a quartermaster.

    D

    I am an AB I work as an oiler.


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

  • 第13题:

    4.—Are you her uncle?

    —_________

    A.I’m not

    B. Yes, I am not

    C. No, I am

    D. No, I am not


    正确答案:D
    4.D【解析】一般疑问句的回答必须用Yes或No开头,所以排除A选项,只有选项D前后一致,选D。

  • 第14题:

    I was unfortunate to be caught in the rain on my way home.(英译汉)


    参考答案:我回家路上赶上下雨,真倒霉。

  • 第15题:

    A:What do you do?

    B: ( ).

    A. I am washing the dishes now

    B. I am a policeman

    C. I do my homework


    正确答案:B

  • 第16题:

    下列程序的输出结果为( )。 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()。

  • 第17题:

    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
    我船有舵效说明我船有前进的速度,船舶需要驾驶员。

  • 第18题:

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

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

    正确答案:C

  • 第19题:

    ()to have kept you waiting so long. Oh, never mind. After all, you are here.

    • A、I am happy 
    • B、It's a pleasure
    • C、I am sorry
    • D、I am welcome

    正确答案:C

  • 第20题:

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

    • 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

  • 第21题:

    英译汉: May I have your passport? ()。


    正确答案:请出示您的护照

  • 第22题:

    单选题
    —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。

  • 第23题:

    单选题
    —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项。