【单选题】【消耗次数:1】
a reading lamp on the table.
There is
There has
It is
It has
参考答案:
复制
纠错
相关题目
【单选题】 He has been there, [填空]?
①  hasnt he
②  has he
③  does he
④  doesnt he
【单选题】 The poet has____ fame all his life, but has never experienced it.
①  pursued
②  followed
③  chased
④  traced
【单选题】 She has breakfast at seven everyday, _____?
①  has she
②  hasn’ t she
③  does she
④  doesn’ t she
【判断题】 Has she been listening? Yes, she has./ No, she hasn’t.
①  正确
②  错误
【单选题】 The milk has turned ( ).
①  soar
②  sour
③  soup
④  soap
【单选题】 Mary has a ( ) for languages.
①  property
②  factor
③  facility
④  profession
【判断题】 What?has she doing?
①  正确
②  错误
【单选题】 The president has an ____________ secretary.
①  extensive
②  efficient
③  effective
④  expensive
【多选题】 He has ______________ to be an engineer.
①  departed
②  decided
③  made up
④  made up his mind
【单选题】 Rob has some[填空].
①  leaf
②  leave
③  leafs
④  leaves
随机题目
【单选题】 程序中撤销一个类对象时,系统自动调用()
①  成员函数
②  构造函数
③  析构函数
④  友元函数
【单选题】 说明一个类的对象时,系统自动调用()
①  成员函数
②  构造函数
③  析构函数
④  友元函数
【单选题】 以下正确的函数原型为()
①  fun1(int x;int y);
②  void fun1(x,y);
③  void fun1(int x,y);
④  void fun1(int,int);
【单选题】 下列运算符中,在C++语言中不能重载的是()
①  *
②  >=
③  ::
④  /
【单选题】 以下运算符中,不能在C++中重载的是()。
① 
②  +
③ 
④  -=
【单选题】 具有转换函数功能的构造函数,应该是()。
①  不带参数的构造函数
②  带有一个参数的构造函数
③  带有两个以上参数的构造函数
④  缺省构造函数
【单选题】 含有一个或多个纯虚函数的类称为()。
①  抽象类
②  具体类
③  虚基类
④  派生类
【单选题】 以下关于模板的叙述中,不正确的是()。
①  用模板定义一个对象时不能省略参数
②  类模板只能有虚拟参数类型
③  类模板的成员函数都是模板函数
④  类模板本身在编译中不会生成任何代码
【单选题】 程序cout<< setw(3)<< 25<< oct<< 25<< hex<< endl;的输出结果是()。
①  25 25
②  25 31
③  31 19
④  25 19
【单选题】 下面字符序列中,C++合法的标识符是()
①  abc.cpp
②  #a
③  int
④  _12