【单选题】【消耗次数:1】
、Although he had looked through all the reference material on the subject, he still found it hard to understand this point and her explanation only ____ to his confusion.
extended
amounted
added
turned
参考答案:
复制
纠错
相关题目
【单选题】 He looked at the little girl, _________ where he had seen her before.
①  wondering
②  wondered
【单选题】 He found it hard to ( ) his studies in such a noisy environment.
①  devote to
②  dwell on
③  concentrate on
④  depend on
【单选题】 20. Only when he had handed in his exam paper ____ he had made several mistakes.
①  he has realized
②  does he realize
③  has he realized
④  did he realize
【单选题】 Had he worked hard, he _____ the exams.
①  must have got through
②  would have got through
③  would get through
④  could get through
【单选题】 All his hard work have paid off for he was ( ) by the famous university.
①  admit
②  admitted
③  admission
④  admitting
【单选题】 ____ he tried his best , he still failed the examination.
①  Although
②  Even although
③  However
④  Because
【单选题】 _______ he tried his best, he still failed the examination.
①  Although
②  Even although
③  However
④  Because
【单选题】 3. He said he had ______ this subject for ten years.
①  taught
②  pursued
③  demanded
④  afforded
【单选题】 He was _____ his late twenties when he found his first job.
①  in
②  after
③  after
④  from
【单选题】 It was not until he arrived in class _____ realized he had forgotten his book.
①  when he
②  that he
③  and he
④  he
随机题目
【单选题】 下述语句的输出为() intm=-1; printf(“%d,%u,%o”,m,m,m);
①  -1,-1,-11
②  -1,32767,-177777
③  -1,32768,177777
④  -1,65535,177777
【单选题】 有以下函数定义:voidfun(intn,doublex){……}若以下选项中的变量都已正确定义并赋值,则对函数fun的正确调用语句是()
①  fun(inty,doublem);
②  k=fun(10,12.5);
③  fun(x,n);
④  voidfun(10,12.5);
【单选题】 在调用函数时,如果实参是简单变量,它与对应形参之间的数据传递方式是()
①  地址传递
②  由实参传给形参,再由形参返回实参
③  值传递
④  传递方式由用户指定
【单选题】 在微型计算机系统中,存储一个汉字的国标码所需要的字节数是()
①  1
②  2
③  3
④  4
【单选题】 在计算机中,C语言是属于()
①  机器语言
②  高级语言
③  汇编语言
④  自然语言
【单选题】 有如下定义:longm;charc;floatx;doubley;则表达式cm*x/y的值的类型是()
①  long
②  char
③  float
④  double
【单选题】 在“while(!a)”中,其中“!a”与表达式()等价。
①  a==0
②  a==1
③  a!=1
④  a!=0
【单选题】 执行intj,i=1;j=-i;后j的值是()
①  -1
②  -2
③  1
④  2
【单选题】 语句:printf("%d",(a=2)&&(b=-2));的输出结果是()
①  无输出
②  结果不确定
③  1
④  2
【单选题】 在C语言中,下列字符常量中合法的是()
①  ′\084′
②  ′\x43′
③  ′ab′
④  ”\0”