更多“Two women were() the other people on the platform. ”相关问题
  • 第1题:

    About ________ of the workers in the factory were born in the ________.

    A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s


    正确答案:B

  • 第2题:

    Janet as well as the other young people who ____ sent abroad by government ___ brought up in the small town.

    A. was;was
    B. was;were
    C. were ;were
    D. were ;was

    答案:D
    解析:
    引出定语从句的关系代词作从句的主语,而它又前指复数名词“people”,所以考虑到主谓一致谓语动词用“were”。一个名词后有“as well as”引出的短语时,单复数仍然以那个名词本身的单复数确定。此处主句主语是“Janet",单数第三人称,所以谓语用“was”。故选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题:

    12. About_______ of the workers in the factory were born in the __________.

    A. two- thirds;1970

    B. two- thirds ; 1970s

    C. two-third ; 1970

    D. two-third ; 1970s


    正确答案:B
    12.B【解析】句意:工厂里大约2/3的工人出生在20世纪70年代。分数的表达为分子用基数词,分母用序数词,如果分子大于1,则分母要用复数,排除C、D,年代的表达要在年份后加s.故选B。

  • 第5题:

    Janet as well as the other young people who__________sent abroad by the government
    __________brought up in the small town.

    A.was:was
    B.was;were
    C.were;were
    D.were;was

    答案:D
    解析:
    引出定语从句的关系代词作从句的主语,而它又前指复数名词people,所以考虑到主谓一致谓语动词用were。一个名词后有as well as引出的短语时.单复数仍然以那个名词本身的单复数确定。此处主句主语是Janet,单数第三人称,所以谓语用was。故选D。

  • 第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