更多“I got . _____very late this morning. I watched too much TV last night.A. inB. upC. toget ”相关问题
  • 第1题:

    I'm used to()up early now.

    A. get

    B. getting

    C. to get


    答:B

    解析:

    翻译:我现在一直起来很早

    1.be used to doing sth 习惯于做某事(此题)

    2.be used to do sth 被用来做某事

    3.used to do 过去常常做某事

    4.如果used 前面没有be动词千万不可以用doing.只能用原形


  • 第2题:

    Whita:How are you?

    Harrison: I'm fine. Thank you. And you?

    White:_______

    A、Me, too.

    B、I, too.

    C、Fine.

    D、Thanks.


    参考答案:A

  • 第3题:

    2、在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是

    A.j = i; j< = PtrL->Last; j++

    B.j =PtrL->Last; j>= i; j--

    C.j = i-1; j< = PtrL->Last; j++

    D.j =PtrL->Last; j>= i-1; j--


    O(n)

  • 第4题:

    I'll keep ______ eye on the baby when she is away.

    A、the

    B、one

    C、 an

    D、much


    参考答案:C

  • 第5题:

    In Britain, the best season of the year is probably _____ spring.

    (A) later (C) latter

    (B) last (D) late

     

     


    选D

    晚春  late spring  固定搭配。

  • 第6题:

    在顺序结构表示的线性表中,删除第i个元素(数组下标为i-1),需要把后面的所有元素都往前挪一位,相应的语句是: for (___________ ) PtrL->Data[j-1]=PtrL->Data[j]; 其中空缺部分的内容应该是

    A.j = i; j< = PtrL->Last; j++

    B.j =PtrL->Last; j>= i; j--

    C.j = i-1; j< = PtrL->Last; j++

    D.j =PtrL->Last; j>= i-1; j--


    O(n)