( ) of them knew what the other was doing.A、AnyB、NoneC、NeitherD、Every

题目
( ) of them knew what the other was doing.

A、Any

B、None

C、Neither

D、Every


相似考题
更多“( ) of them knew what the other was doing. ”相关问题
  • 第1题:

    There are a lot of students in the reading room, most of with their eyes __ on and their heads bent over their books.

    A、whom; fixing

    B、them; fixed

    C、whom; fixed

    D、them; fixing


    参考答案:B

  • 第2题:

    classWorkimplementsRunnable{Threadother;Work(Threadother){this.other=other;}publicvoidrun(){try{other.join();}catch(Exceptione){}System.out.print("afterjoin");}}classLaunch{publicstaticvoidmain(String[]args){newThread(newWork(Thread.currentThread())).start();System.out.print("afterstart");}}结果为:()

    A.afterjoin

    B.afterstart

    C.afterjoinafterstart

    D.afterstartafterjoin


    参考答案:D

  • 第3题:

    针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。
    switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}

    A.2
    B.3
    C.4
    D.5

    答案:C
    解析:
    本题考查白盒测试用例设计方法--语句覆盖法的概念。语句覆盖(Statement Coverage)的含义是:选择足够多的测试数据,使被测程序中的每条语句至少执行一次。

  • 第4题:

    Rose is _____ as the symbol of love.

    A、known

    B、knows

    C、know

    D、knew


    正确答案:A

  • 第5题:

    He talks as if he__everything.

    A.knows
    B.was known
    C.will know
    D.knew

    答案:D
    解析:
    句中含有一个由as if引起的方式状语从句,这种从句有时要求用虚拟语气。本句是与现在事实相反的假设,因此谓语用过去式。

  • 第6题:

    1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }

    A.2

    B.3

    C.4

    D.5


    4