【单选题】【消耗次数:1】
Not until the rain stopped [填空]the room.
did he leave
he left
left he
did leave he
参考答案:
复制
纠错
相关题目
【判断题】 Said nothing, he left the room angrily.
①  正确
②  错误
【单选题】 Joseph was very lucky ____ with his life; he almost did not get out of the room.
①  to escape
②  to have escaped
③  to escaping
④  to be escaping
【单选题】 Although he did not know London well, he made his way ______ to the airport.
①  easy enough
②  enough
③  easily enough
④  enough easily
【单选题】 Why he did it will remain a ____for ever.
①  strange
②  pass
③  public
④  puzzle
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Hardly he had entered the room when he was asked to leave the room at once.
①  正确
②  错误
【单选题】 阅读理解:阅读下列短文,回答文后问题,选择最佳答案Robert had just moved into the street and he felt strange that he was not wanted. He knew that perhaps the other boys were trying to get an idea of what kind of a boy he was. This did not help him to make himself less lonely. He was new and he had to be tested. Still, proving himself would not be all that easy. He did not want to run with the boys or get into something against the law to prove that he was strong. No! He must show what he was made of in a more helpful way. That’s when he got the idea.The next day was Saturday. He knew that most of the boys would be down on the playground and choose up sides for the Saturday game. Robert knew he could play well and that just might be enough to prove he was strong, and to make friends with them. He arrived early and did his step exercises. He shot the ball several times and did some other exercises—the most difficult and most wonderful in basketball. Then the boys came. Robert went through what he had done before the game and showed what he could do. No one said a word. The boys just looked at each other and thought about it. In the end, when it was all over, the biggest of the group just smiled and shook his head. Robert knew he had made it.4. What did the biggest of the group mean by shaking his head?
①  He did not want to say anything about what Robert had done.B. He had not thought Robert could play so wonderfully.C. He did not want to make friends with Robert.D. He did not think Robert played basketball well.
②  He had not thought Robert could play so wonderfully.
③  He did not want to make friends with Robert..
④  He did not think Robert played basketball well.
【单选题】 He will surely finish the job on time _______ he is left to do it in his own way.
①  in that
②  in case
③  as far as
④  so long as
【单选题】 It was not until he arrived in class _____ realized he had forgotten his book.
①  when he
②  that he
③  and he
④  he
【单选题】 阅读理解:阅读下列短文,回答文后问题,选择最佳答案Robert had just moved into the street and he felt strange that he was not wanted. He knew that perhaps the other boys were trying to get an idea of what kind of a boy he was. This did not help him to make himself less lonely. He was new and he had to be tested. Still, proving himself would not be all that easy. He did not want to run with the boys or get into something against the law to prove that he was strong. No! He must show what he was made of in a more helpful way. That’s when he got the idea.The next day was Saturday. He knew that most of the boys would be down on the playground and choose up sides for the Saturday game. Robert knew he could play well and that just might be enough to prove he was strong, and to make friends with them. He arrived early and did his step exercises. He shot the ball several times and did some other exercises—the most difficult and most wonderful in basketball. Then the boys came. Robert went through what he had done before the game and showed what he could do. No one said a word. The boys just looked at each other and thought about it. In the end, when it was all over, the biggest of the group just smiled and shook his head. Robert knew he had made it.2. Why would it not be easy for Robert to prove himself?
①  Because he was not sure if he was really strong.
②  Because he was new and was not wanted in the street.
③  Because the other boys had found out what kind of a boy he was.
④  Because he must choose the best way to prove himself.
【单选题】 He left home without ______ any message to his parents.
①  leaving
②  leave
随机题目
【单选题】 以下选项中,二维数组a正确的声明语句是()
①  float a(3,4);
②  int a[3][ ];
③  float a(3)(4);
④  double a[1][4];
【单选题】 在编译指令中,宏定义使用哪个指令?()
①  #include
②  #define
③  #if
④  #else
【单选题】 已知int a[]={ 0,2,4,6,8,10 },*p=a+1;其值等于0的表达式是()
①  *(p++)
②  *(++p)
③  *(p--)
④  *(--p)
【单选题】 关于虚函数的描述中,()是正确的。
①  虚函数是一个static类型的成员函数
②  虚函数是一个非成员函数
③  基类中说明了虚函数后,派生类中与其对应的函数可不必说明为虚函数
④  派生类的虚函数与基类的同名虚函数应具有不同的参数个数和类型
【单选题】 已知类CVirtualClass,下面四个选项中均定义了该类的成员函数,请问,哪一个定义是正确的()
①  virtualCVirtualClass();
②  staticvirtualvoidsetValue(int);
③  constCVirtualClassprint()const=0;
④  virtualintgetValue()const=0;
【单选题】 有如下模板定义:templateT fun(Tx,Ty){returnx*x+y*y;}在下列对fun的调用中,错误的是()
①  fun(2,8)
②  fun(2.0,8.2)
③  fun(2.3,8)
④  fun(2,8.3)
【单选题】 有如下定义语句:typedefchar*PCHAR;下列正确的描述或代码是:()
①  语句PCHARp定义了一个字符变量
②  PCHARp=a;
③  PCHARp;charname[5]=John;p=name;
④  PCHARp=Hello;cout
【单选题】 对于一个类的构造函数,其函数名与类名()
①  完全相同
②  基本相同
③  不相同
④  无关系
【单选题】 关于对象性质,下列描述错误的是()
①  同一类对象之间不可相互赋值
②  可以使用对象数组
③  对象可以用作函数参数
④  一个对象可以用作另一个类的成员
【单选题】 对于一个类的析构函数,其函数名与类名()
①  完全相同
②  完全不同
③  只相差一个字符
④  无关系