【单选题】【消耗次数:1】
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!
参考答案:
复制
纠错
相关题目
【单选题】 When is appropriate for the teacher to give classroom instructions to students?
①  Give directions to tasks or activities, checking comprehension, giving feedback
②  Providing explanations to a concept or language structure, drawing attention
③  Setting requirements, checking comprehension, assigning homework
④  All of the above.
【判断题】 Good + morning的结果为:Good morning。
①  正确
②  错误
【单选题】 —Good morning, John. How are you doing?—____.
①  Im pleased.
②  Good night.
③  Not so bad. And you?
④  How do you do?
【单选题】 --Good morning,John. How are you doing?--________________
①  Im pleased.
②  Good night.
③  Not so bad. And you?
④  How do you do?
【单选题】 The students were not____ to leave the classroom without an adequate reason.?
①  permitted ?
②  remitted ?
③  admitted ?
④  emitted?
【单选题】 Good morning, sir. May I help you?
①  No, I don’t buy anything
②  No, I don’t need your help
③  Yes, I need some sugar
④  Oh, no. That’s OK
【单选题】 Which sentence is correct?
①  Hurrying to the classroom, no one was there.
②  Hurrying to the classroom, she saw nobody there.
【单选题】 — Good morning, Dr Johnsons office. Can I help you?— _______________________.
①  Speaking, please
②  Id like to make an appointment, please
③  Yes, go on
④  No, you cant
【单选题】 Which sentence is correct?
①  Afer finishing her composition, she took up the translation exercise.
②  Afer finishing her composition, the translation exercise was taken up.
【单选题】 Thats pretty good that you get up and go running, but I ______ like running early in the morning since I’ve got to prepare breakfast for my family.
①  have a good time
②  have a hard time
③  have time
④  have much time
随机题目
【单选题】 在C++中,函数原型不能标识()
①  函数的返回类型
②  函数参数的个数
③  函数参数类型
④  函数的功能
【单选题】 C++实现运行时的多态性是通过什么机制实现的()
①  重载函数
②  构造函数
③  析构函数
④  虚函数
【单选题】 在公有继承的情况下,基类的成员(私有的除外)在派生类中的访问权限()
①  受限制
②  保持不变
③  受保护
④  不受保护
【单选题】 有说明语句int b[4][5];void fun(int*,int n);调用函数的正确语句是()
①  fun(b,20);
②  fun(b[0],20);
③  fun(b[0][0],20);
④  fun(b,20);
【单选题】 已知int a[10]={0,1,2,3,4,5,6,7,8,9},*p=a;不能表示数组a中元素的式子是()
①  *a
②  *p
③  a
④  a[p-a]
【单选题】 任何复杂的程序,都是由()构成的。
①  分支结构、顺序结构、过程结构
②  循环结构、分支结构、过程结构
③  顺序结构、循环结构、分支结构
④  循环结构、分支结构
【单选题】 若有类模板声明:template classTclass{int k;public:Tclass(int);//……};以下正确的说明语句正确的是()
①  Tclass(double)t(10);
②  Tclassdoublet(10);
③  Tclass0.5t(10);
④  Tclass t(10);
【单选题】 以下程序的输出的结果是()。 int x=3; main( ) int i; for(i=1;i<x;i++)incre( );incre( ) staic int x=1; x*=x+1; printf( %d, x);
①  25
②  26
③  27
④  28
【单选题】 假定AA为一个类,inta()为该类的一个成员函数,若该成员函数在类定义体外定义,则函数头为()
①  intAA::a()
②  intAA:a()
③  AA::a()
④  AA::inta()
【单选题】 如果希望运算符的操作数(尤其是第一个操作数)有隐式转换,则重载运算符时必须用()
①  构造函数
②  析构函数
③  成员函数
④  友元函数