niusouti.com
更多“The teacher gave some books _______ yesterday. ”相关问题
  • 第1题:

    A: I’d like ________ information about the school. B: You could have ________ word with the schoolmaster.

    A.some / a

    B.an / some

    C.some / some


    参考答案:A

  • 第2题:

    The word “tallied” (Line 3, Para. 2) probably means ______.

    A.calculated

    B.corresponded to

    C.listed

    D.gave


    正确答案:A
    A猜词题。单词所在的句子为“Mr. Luzaich, a mechanical engineer in Windsor, Calif. —in the Sonoma County wine country—first tallied the costs of his reasonable consumption in October 200 1.”(Luzaich先生是加利福尼亚州温莎的机械工程师,他2001年10月第一次……适度饮酒的费用。)文中后面他说的话是他浪费了好多酒的事实,而并未给出他饮酒的费用,因此,四个选项A“计算”,B“符合”,C“列出”,D“给出”中,C、D不符,B也不符合句意,选项A符合逻辑,通过计算他得出自己喝酒其实浪费许多。

  • 第3题:

    30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }

    A.E

    B.s

    C.n

    D.h


    B 解析: 本题涉及字符串最基本的两个概念:①字符串的长度是指字符串中字符的个数,但不包括字符串结束符;②以反斜杠“\\”开头的特殊字符序列,意思是把反斜杠后面的字符序列转换成特定的含义,而不是原来的含义,不包含在字符串长度之内,“\\”连同后面的字符为一个长度。

  • 第4题:

    We had thought Tom wouldn’t come to our party but he arrived out of the () yesterday.


    正确答案:blue
    解析:本句参考译文:我们原本以为汤姆不会来参加我们的聚会,结果昨天他突然来了。

  • 第5题:

    ( )Are you sure you don‘t have_______advice to give me I really need_______.

    A.any;any
    B.some;any
    C.any;some
    D.some;some

    答案:C
    解析:

  • 第6题:

    以下字符串定义错误的是___________。

    A.char s[7]="Teacher";

    B.char s[]="Teacher";

    C.char s[10]={"Teacher"};

    D.char s[10]="Teacher";


    char c[]={’\062’};