更多“That morning there were policemen( ). ”相关问题
  • 第1题:

    ()Chris worried about the presentation last week?

    A.Is

    B.Was

    C.Were


    参考答案:B

  • 第2题:

    以下程序的运行结果为:public class Test{public static void main(String argv[ ]){System.out.println("good"+"morning");}}

    A. goodmorning

    B. "good"+"morning"

    C. good morning

    D. good+morning


    正确答案:A

  • 第3题:

    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。

  • 第4题:

    下面程序的运行结果是includemain(){char a[]="morning",t; int i,j=0; for(i=1;i<7;i

    下面程序的运行结果是 #include<stdio.h> main() { char a[]="morning",t; int i,j=0; for(i=1;i<7;i++) if(a[j]<a[i])j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts[a];}

    A.mrgninr

    B.mo

    C.moring

    D.morning


    正确答案:B
    解析:本题考查了一维数组元素的引用方法。题中数组a为一字符串数组,通过数组首地址和下标可以引用数组中的每个元素。因为字符数组相当于字符串,所以可以用字符串输出函数puts()来输出字符数组中的各个字符。

  • 第5题:

    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。

  • 第6题:

    ‘Good’ + morning的结果为:‘Good morning’。

    A

    B