【判断题】【消耗次数:1】
A: Good night, Susan. B: Good night.
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 A: Good night, Susan. B: Good evening.
①  正确
②  错误
【单选题】 I_______ a good opera on computer at this moment last night.
①  was watching
②  watch
③  watched
【单选题】 Good night and thanks again.
①  You can’t say that
②  No, no. It’s what I can do
③  How can you say that
④  Good night
【单选题】 A: I went on a date with Susan last weekend. B: Really? [填空]? A: I couldnt ask for a better night.
①  Is she nice
②  How was it
③  Is it a beautiful night
④  Did you like her
【判断题】 He went home in night.
①  正确
②  错误
【单选题】 We are [填空] TV this night.
①  watch
②  watching
③  watched
④  watches
【单选题】 Granny?suddenly?returned [填空]?night.
①  on
②  at
③  ?in
④  during
【单选题】 He [填空] much last night.
①  smokes
②  smoke
③  smoked
④  smoking
【单选题】 Since the road is wet this morning, ____ last night. ?
①  it must have rained ?
②  ?it must rain ?
③  it must be raining ?
④  it must have been rained?
【单选题】 I remember _______ you the story last night.
①  telling
②  told
③  to tell
④  have told
随机题目
【单选题】 设存在数组a,其长度为Len,下列哪项操作是将a中元素复制到数组b中()
①  reverse(a+a,Len,b);
②  sort(a,a+Len,b);
③  find(a,a+Len,b);
④  copy(a,a+Len,b);
【单选题】 针对下列题,正确是()struct Worker{int no;char name[20];}w;。
①  w.no
②  w-no
③  no
④  name
【单选题】 类的继承方式为()时,基类的公有和保护成员的访问属性在派生类中不改变,而基类的私有成员不可直接被访问。
①  私有继承
②  保护继承
③  公有继承
④  以上都不是
【单选题】 下列数组说明和初始化正确的是()。
①  int a[5]=0
②  int b[3]={1,2,3,4}
③  float c[]={1,2,3}
④  float d={5.3,6.0}
【单选题】 使用标准命名空间的语句是()
①  using namespace std;
②  using namespace iostream;
③  include std;
④  include iostream;
【单选题】 如果x 是整型变量,则以下几种形式合法的是()。
①  &(x+5)
②  *x
③  *x
④  *x
【单选题】 下列关于纯虚函数与抽象类的描述中,()是错误的。
①  抽象类是指具有纯虚函数的类
②  纯虚函数是一个特殊的虚函数,它没有具体的实现
③  一个基类中说明具有纯虚函数,该基类的派生类一定不再是抽象类
④  抽象类只能作为基类来用,其纯虚函数的实现由派生类给出
【单选题】 有如下声明:string a=hello,b=world;以下操作不正确的是()。
①  a=b
②  a+b
③  strlen(a)
④  ab
【单选题】 下列哪种表达形式,代表多行注释()
①  /“描述信息”/
②  /*描述信息*/
③  #描述信息#
④  //描述信息//
【单选题】 设int a =-12,b =5;则条件表达式a <b ?a+2:b 的值为()
①  1
②  0
③  -10
④  5