更多“The assistant worked late into the night, ______ a long speech for the president. ”相关问题
  • 第1题:

    My brother used ____ in the same office with John. They are very good friends.

    A. to work

    B. working

    C. work

    D. worked


    答案:C

  • 第2题:

    As he is going to work in Holland for two years,he will be parted from his two children.

    A: stayed
    B: separated
    C: far
    D: worked

    答案:B
    解析:
    句意:由于他要到荷兰去工作两年,所以他得同自己的两个孩子分开。四个选项中,A. stay的意思是“住、逗留”,人作主语时应该选用主动语态;C. far意思是“远的”; D. work的意思是“工作”;B. separate的意思是“分开、隔离”,be separated from表示“和……分离开”,题目中画线部分的意思是“分开、隔离”,be parted from的意思是“同……分开”,因此B选项符合题意。

  • 第3题:

    A ( ) is not a sound, it is a collection of distinctive phonetic features.

    A.phoneme
    B.phone
    C.sound
    D.speech

    答案:A
    解析:
    考查语音学。音素不是声音,音素是根据语音的自然属性划分出来的最小语音单位,是具有特定含义的语音特征的集合。

  • 第4题:

    He carried on( )after his accident.

    A. to work

    B. work

    C. working

    D. worked


    正确答案:C

  • 第5题:

    She_as an animal trainer since2003.

    A.hasworked
    B.works
    C. willwork
    D.worked

    答案:A
    解析:
    考査时态。since意为“自从”,应用现在完成时态,所以答案应选A。

  • 第6题:

    下面语句执行后,变量w中的值是____。 w=Choose(2 , "Morning", "Afternoon", "Day", "Night",)

    A.Morning

    B.Afternoon

    C.Day

    D.Night


    C 题中变量W的定义为double型,函数fun2,的定义为int型,按照各类数值型数据间的混合运算,整型数据被转换为实型数据。