单选题He does nothing that violates the interests of the collective.A runs forB runs againstC runs overD runs into

题目
单选题
He does nothing that violates the interests of the collective.
A

runs for

B

runs against

C

runs over

D

runs into

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

第1题:

The young lady( )nothing but fashions on which she spends a lot.

A.cares for

B.applies for

C. sends for

D.runs for


正确答案:A
A[解析]Carefor关心,照顾;applyfor请求,申请;sendfor派人去请,召唤;runfor竞选.A项符合句意.

第2题:

My daughter runs faster than__in herclass.She runs the fastest.

A.a boy
B.any boy
C.some boys
D.most boys

答案:B
解析:

第3题:

Is it Dave Williams ________ runs a website ________ he encourages people to protect the environment?

A、who;that

B、that;which

C、who;where

D、that;as


参考答案:C

第4题:

public class ForBar {   public static void main(String args) {   int i = 0, j = 5;   tp: for (;;) {   i ++;   for(;;)   if(i > --j) break tp;   }   system.out.printIn(“i = ” + i + “, j = “+ j);   }   }   What is the result? () 

  • A、 The program runs and prints “i=1, j=0”
  • B、 The program runs and prints “i=1, j=4”
  • C、 The program runs and prints “i=3, j=4”
  • D、 The program runs and prints “i=3, j=0”
  • E、 An error at line 4 causes compilation to fail.
  • F、 An error at line 7 causes compilation to fail.

正确答案:A

第5题:

public class foo {   public static void main (stringargs)   try {return;}   finally {system.out.printIn(“Finally”);}   }     What is the result?()  

  • A、 The program runs and prints nothing.
  • B、 The program runs and prints “Finally”
  • C、 The code compiles, but an exception is thrown at runtime.
  • D、 The code will not compile because the catch block is missing.

正确答案:B

第6题:

The young lady__nothing but fashions on which she spends a lot.

A.cares for
B.applies for
C.sends for
D.runs for

答案:A
解析:
考查动词短语辨析。care for“关心,照顾”;apply for“请求,申请”;send for“派人去请”;run for“竞选”。句意:那位年轻的小姐只关注时尚,为此花了很多钱。A项符合句意。

第7题:

某种轮胎的广告语He laughs best who runs longest是套用了英语谚语He laughs best who laughs last。


正确答案:正确

第8题:

The workers were resting with the machine ________.

A、run

B、running

C、to run

D、runs


参考答案:B

第9题:

public class foo {  public static void main (string[]args)  try {return;}  finally {system.out.printIn(“Finally”);}  }  What is the result?()

  • A、 The program runs and prints nothing.
  • B、 The program runs and prints “Finally”
  • C、 The code compiles, but an exception is thrown at runtime.
  • D、 The code will not compile because the catch block is missing.

正确答案:B

第10题:

public class X {   public static void main (Stringargs) {   String s1 = new String (“true”);   Boolean b1 = new Boolean (true);   if (s2.equals(b1)) {   System.out.printIn(“Equal”);   }   }   }   What is the result? () 

  • A、 The program runs and prints nothing.
  • B、 The program runs and prints “Equal”
  • C、 An error at line 5 causes compilation to fail.
  • D、 The program runs but aborts with an exception.

正确答案:A

更多相关问题