【单选题】【消耗次数:1】
If you listen to the tape again and again, you may ____.
want to retell the general meaning of what you hear from the tape
feel so bored that you cannot understand what you hear from the tape
understand what you hear from the tape better and better
repeat the exact words you hear from the tape
参考答案:
复制
纠错
相关题目
【单选题】 It is the ability to do the work ___ matters not where you come from or what you are.
①  one
②  that
③  what
④  it
【单选题】 When you have finished with that video tape, don’t forget to put it in my drawer, ---_____?
①  do you?
②  will you
③  can you
④  dont
【单选题】 It is the ability to do the job_____ matters, not where you come from or what you are.
①  one
②  that
③  what
④  if
【单选题】 You’re better ____ from work tomorrow.
①  not be absent
②  not to absent
③  not to be absent
④  not absenting
【单选题】 7. It is so quiet that you can hear a pin ______.
①  dropping
②  . dropped
③  drop
④  drops
【单选题】 Do you mind telling me where you’re from?
①  Certainly. I’m from London
②  Sure. I was born in London
③  Not really, you can do it
④  Certainly not. I’m from London
【判断题】 You’ve misspelled this word again. You’d better look it up.
①  正确
②  错误
【单选题】 21.Did you hear_____ noise just now?
①  the
②  a
③  /
④  one
【单选题】 It is what you do rather than what you say ___ matters.
①  that
②  what
③  which
④  this
【单选题】 You look_______. What _______ you _______?
①  tire, did,do
②  tiring, have,done
③  tired, have,been doing
随机题目
【简答题】 以下程序输出结果是[填空1]。#include stdio.hvoid main(){ int i, sum=0;for(i=1; i i++)sum+=i;printf(″%d\n″,sum);}
【简答题】 以下程序段输出的结果是[填空1]。#include stdio.hvoid main(){int x=1;do printf(%d\n,x-=2);while(!(--x));}
【简答题】 以下程序的运行结果是[填空1]。 #include stdio.hvoid main(){int i=1,s=1;do{s+=i++;if (s%7==0)continue;else++i;} while (sprintf(%d\n}
【简答题】 以下程序段输出的结果是[填空1]。#include stdio.hvoid main(){int x=3;do{printf(″%3d″,x-=2);}while(!(--x));}
【简答题】 以下程序输出的结果是[填空1]。#include stdio.hvoid main(){ int x, i;for(i=1; i i++){ x=i;if(++x%2==0)if(++x%3==0)if(++x%7==0)printf(%d\n,x);}printf(“\n”);}
【简答题】 以下程序的运行结果是[填空1]。 #include stdio.hvoid main(){int i=1,s=8;do{s+=i++;if (s%7==0)continue;else++i;} while (sprintf(%d\n}
【简答题】 若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}