【单选题】【消耗次数:1】
His explanation is not at all clear. I find it ____.
essential
confusing
awful
puzzled
参考答案:
复制
纠错
相关题目
【单选题】 [] I really dont like art, I will find his works impressive.
①  As
②  Since
③  If
④  While
【单选题】 His answer was so confused that I could hardly make any ____ of it at all.
①  explanation
②  meaning
③  sense
④  interpretation
【单选题】 I was satisfied with her explanation, ______.
①  so my classmates were
②  so were my classmates
③  so my classmates did
④  so did my classmates
【单选题】 、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
【单选题】 At first Bob was puzzled by Virginia s waving, but then it __ his mind that she was trying to tell him something.
①  crossed
②  passed
③  occurred
④  opened
【单选题】 He put all his things [] his suitcase.
①  in
②  into
【单选题】 So clear was his _____ of the case that others had no more to say.
①  attitude
②  presentation
③  comment
④  remark
【单选题】 I am all ears, ____,I am listening to you with all attention.
①  in another words
②  in the other words
③  with other words
④  in other words
【单选题】 We were all surprised when he made it clear that he _____________office soon.
①  leaves
②  would leave
③  left
④  had left
【单选题】 In all his songs the great composer expresses a longing ________ his own country.
①  of
②  abou
③  for
④  to
随机题目
【简答题】 若i,j已定义为int类型,则以下程序段中内循环体的总的执行次数是[填空1]。for (i=3;i;i--)for (j=0;jj++)
【简答题】 以下程序的运行结果是[填空1]。 #include stdio.hvoid main(){int i=1,s=0;do{s+=i++;if (s%7==0)continue;else++i;} while (sprintf(%d\n}
【简答题】 若i,j已定义为int类型,则以下程序段中内循环体的总的执行次数是[填空1]。for (j=0;jj++)for (i=5;i;i--){...}
【简答题】 以下程序的运行结果是[填空1]。#include stdio.hvoid main(){int i,j;for (i=4;ii--){printf(*for (j=1;jj++)printf(*} printf(\n}
【简答题】 以下程序的输出结果是[填空1]。#include stdio.h void main( ){ int a,b;for(a=1,b=1;aa++){ if (b=10) break;if (b%5==1) { b+=5; continue; } }printf(%d\n }
【简答题】 以下程序输出结果是[填空1]。#include stdio.hvoid main(){ int i, sum=0;for(i=1; i i++)sum+=i;printf(″%d\n″,sum);}
【单选题】 当执行以下程序段时,程序的执行情况是(  )。x=-1;do { x=x*x;} while( !x);
①  循环体将执行一次
②  循环体将执行两次
③  循环体将执行无限次
④  系统将提示有语法错误
【单选题】 若i,j已定义为int类型,则以下程序段中内循环体的总的执行次数是(  )。for (i=4;i;i--)for (j=0;j5;j++){...}
①  20
②  24
③  25
④  30
【单选题】 若i,j已定义为int类型,则以下程序段中内循环体的总的执行次数是(  )。for (i=5;i;i--)for (j=0;jj++){...}
①  30
②  25
③  24
④  20
【单选题】 若i,j已定义为int类型,则以下程序段中内循环体的总的执行次数是(  )。for (i=5;i;i--)for (j=0;jj++){...}
①  20
②  24
③  25
④  30