参考答案和解析
参考答案:C
更多“Something strange seems to be () me since I have been taking this drug. ”相关问题
  • 第1题:

    If only we______(have)a phone! I'm tired of waiting outside the public phone box.


    正确答案:
    had[解析] 虚拟语气,要是我们有电话就好了,用过去式。

  • 第2题:

    Why()the old block of flats()demolished next month?

    A、are…being

    B、is…being

    C、has…been

    D、have…been


    参考答案:B

  • 第3题:

    i’m thinking about ______________ the course in diving this summer.

    A. making

    B. visiting

    C. training

    D. taking


    参考答案:D

  • 第4题:

    -Would you like to go to the cinema?

    -I'd _____to go to the museum.

    A. rather

    B. Prefer

    C. have


    参考答案:B

  • 第5题:

    —I'd met Smith several times before.—So (have) ( ) I.


    正确答案:had

  • 第6题:

    Java程序中读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。

    A.if(I>10)throw Exception(“something’swrong!”);

    B.if(I>10)throw Exceptione(“something’swrong!”);

    C.if(I>10)thrownew Exception(“something’swrong!”);

    D.if(I>10)thrownew Exceptione(“something’swrong!”);


    正确答案:C