I AM MANOEUVRING WITH DIFFICULTY

题目

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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第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题:

A:What do you do?

B: ( ).

A. I am washing the dishes now

B. I am a policeman

C. I do my homework


正确答案:B

第3题:

–I wonder if you can come over tonight.–().

A、I’d love to, but I am busy tonight

B、No, you can’t

C、Yes, but I am busy

D、I don’t know


参考答案:A

第4题:

I’m manoeuvring ______ difficulty.Please keep well clear ______ me.

A.with,of

B.in,of

C.at,apart

D.with,from


正确答案: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.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()。

第6题:

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。

第7题:

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

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

第8题:

Which of the following is closest in meaning with the sentence: "I am feeling black"?

A. I am sad.

B. I am feeling well.

C. I am dirty.

D. I am very tired.


正确答案:A

38.答案为A  通过第二段...black is depressing可知黑色使人阴郁。

第9题:

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

第10题:

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