niusouti.com
参考答案和解析
参考答案:A
更多“Cherry, what do you think of today’s English homework?().A. A little difficult.B. The t ”相关问题
  • 第1题:

    What () you () at eight o'clock tomorrow morning?

    A、are; doing

    B、do; you

    C、will; do

    D、will; be doing


    参考答案:D

  • 第2题:

    4.—What's this________ English?

    —It’s an English-Chinese dictionary.

    A. at

    B.in

    C. on

    D. of


    正确答案:B
    4.B 【解析】考查介词.“in+语吉名词”意为“用某种语言”。

  • 第3题:

    利用括号中的动词,使用正确的be going to do 形式填空。(答案之间放两个空格,不需要其他标点符号) A: What _____ you ________ (do) for Halloween?


    проверил

  • 第4题:

    What's ( )job? Are ( ) British?

    A. your, your

    B. you, your

    C. your, you


    正确答案:C

  • 第5题:

    You look() What()you()?

    Atire;did;do

    Btiring;have;done

    Ctired;do;do

    Dtired;have;been doing


    D

  • 第6题:

    与while(*s++ = *t++ );等价的程序段是

    A.do { *s = *t++; } while (*s++ );

    B.while (*t ) *s++ = *t++;

    C.do { *s++ = *t++; } while (*t );

    D.while (*s ) *s++ = *t++;


    A