【单选题】【消耗次数:1】
Please write a report()the above subjects are to be covered.
which
in which
that
in that
参考答案:
复制
纠错
相关题目
【多选题】 _____________ , he began to write a report.
①  Finish the exploration
②  Having finished the exploration
③  The exploration finished
④  The exploration finish
【单选题】 Which of following can be said of the common features which are shared by the English and American Romanticists?
①  An increasing emphasis on the free expression of emotions.
②  An increasing attention to the psychic states of their characters.
③  An increasing emphasis on the desire to return to nature.
④  Both A and B.
【单选题】 Which of the following belong to pronunciation perception practice?
①  using minimal pairs, odd one out
②  Which order, completion
③  Same or different
④  All of the above.
【判断题】 Which ofthefollowingstatementisNOTtrueaccordingtothetext?<br/>
①  正确
②  错误
【单选题】 Which sentence is correct?
①  Afer finishing her composition, she took up the translation exercise.
②  Afer finishing her composition, the translation exercise was taken up.
【单选题】 Which sentence is correct?
①  Hurrying to the classroom, no one was there.
②  Hurrying to the classroom, she saw nobody there.
【单选题】 Which sentence is correct?
①  To look at a map, the importance of this new railway will be seen.
②  You have only to look at a map to see the importance of this new railway.
【单选题】 Which sentence is correct?
①  On entering the classroom, the students stood up and said, Good morning!
②  On entering the classroom, the teacher was greeted by the students with Good morning!
【单选题】 Which sentence is correct?
①  Returning home from work, he saw supper waiting for him in the kitchen.
②  Returning home after work, supper was waiting for him in the kitchen.
【单选题】 Which sentence is right?
①  I dont think that he is not right.
②  I think he is not right.
③  I dont think that he is right.
④  I think he was not right.
随机题目
【单选题】
①  3
②  4
③  0
④  1
【单选题】 在C语言中,确定函数返回值的类型由(   )
①  return语句中的表达式类型决定
②  调用该函数的主函数类型决定
③  调用函数时临时决定
④  定义函数时所指定的函数类型决定
【单选题】 若已定义:inta=5,b=9,c=6;则语句b++;++c;a=b-c;运行后a的值为()。
①  5
②  3
③  2
④  4
【单选题】 以下程序的运行结果是()。main(){inta[3]={1,2,3};int*num[3];int**p,i;for(i=0;ii++)num[i]=p=num;printf("%d",**p);}
①  1
②  3
③  a[0]
④  num
【单选题】 以下程序段运行后sum的值为()。intk=0,sum=0;inta[3][4]={1,2,3,4,5,6,7,8,9,10,11,12};for(;kk++)sum+=a[k][k+1];
①  9
②  18
③  19
④  21
【单选题】 ()是正确的数组定义。
①  intn=10,x[n];
②  intx[10];
③  intN=10;intx[N];
④  intn;scanf("%d",intx[n];
【单选题】 以下说法中正确的是(   )
①  字符型变量可以存放字符串
②  递归调用是指函数调用自己
③  所有的外部函数只能在本文件中被调用
④  在循环体中break语句和continue语句的作用都是结束循环
【单选题】 以下程序段的运行结果是()。inta[]={1,2,3,4},i,j;j=1;for(i=3;ii--){a[i]=a[i]*j;j=j*3;}for(i=0;ii++)printf("%d",a[i]);
①  36912
②  181294
③  271894
④  541894
【单选题】 下列()对结构类型变量定义是错误的。
①  structteacher{intnum;intage;}teach1;
②  struct{intnum;intage;}teach1,teach2;
③  struct{intnum;intage;}teacher;structteacherteach1;
④  structteacher{intnum;intage;};structteacherteach1;
【单选题】 若有定义floatx;要从键盘输入数据6.02赋给x,则应选用()语句。
①  scanf("%8.2f",
②  scanf("%1.2f",
③  scanf("%4.2f",
④  scanf("%f",