【单选题】【消耗次数:1】
I haven’t finished my composition . I ________ for two hours and a half.
have written it
have been writing it
wrote it
am writing it
参考答案:
复制
纠错
相关题目
【单选题】 I haven’t finished my composition . I________ for two hours and a half.
①  have written it
②  have been writing it
③  wrote it
④  am writing it
【单选题】 I haven’t finished my composition. I ___ for two hours and a half.
①  ?have written it
②  ?have been writing it
③  ?wrote it
④  am writing it
【单选题】 I have been looking forward to ____ from my parents.
①  :hear
②  :being heard
③  :be heard
④  :hearing
【单选题】 I often ______ the cooking for my family, but recently I have been too busy to do it.
①  will do
②  do
③  am doing
④  had done
【单选题】 ( ) he finished writing the composition in such a short time surprised us all.
①  What
②  How
③  That
④  If
【单选题】 I am ____ grateful for the many kindnesses you have shown my son.
①  excessively
②  much
③  certainly
④  exceedingly
【判断题】 I have finished the book.
①  正确
②  错误
【单选题】 I have_______ finished the homework.
①  yet
②  already
③  still
【单选题】 The reason _________ I am writing this letter is to tell you about the meeting on Saturday.
①  because
②  why
③  for
④  as
【判断题】 I have two leaves.
①  正确
②  错误
随机题目
【单选题】 下列说法中错误的是( )
①  公有继承时基类中的public成员在派生类中仍是public的
②  公有继承时基类中的private成员在派生类中仍是private的
③  私有继承时基类中的public成员在派生类中是private的
④  保护继承时基类中的public成员在派生类中是protected的
【单选题】 在C++中的类有两种用法:一种是类的实例化,即生成类的对象,并参与系统的运行;另一种是通过(),派生出新的类。
①  复用
②  继承
③  单继承
④  多继承
【单选题】 类的私有成员可在何处访问( )
①  通过子类的对象访问
②  本类及子类的成员函数中
③  通过该类对象访问
④  本类的成员函数中
【单选题】 所谓多态性是指 ()
①  不同的对象调用不同名称的函数
②  不同的对象调用相同名称的函数
③  一个对象调用不同名称的函数
④  一个对象调用不同名称的对象
【单选题】 在C++中类之间的继承关系具有
①  自反性
②  对称性
③  传递性
④  反对称性
【单选题】 在多继承中,公有派生和私有派生对于基类成员在派生类中的可访问性与单继承的规则()。
①  完全相同
②  完全不同
③  部分相同,部分不同
④  以上都不对
【单选题】 类B是类A的公有派生类,类A和类B中都定义了虚函数func(),p是一个指向类A对象的指针,则p->A::func()将()
①  调用类A中的函数func()
②  调用类B中的函数func()
③  根据p所指的对象类型而确定调用类A中或类B中的函数func()
④  既调用类A中函数,也调用类B中的函数
【单选题】 派生类的对象对它的基类成员中()中可以访问的。
①  公有继承的公有成员
②  公有继承的私有成员
③  公有继承的保护成员
④  私有继承的公有成员
【单选题】 以下基类中的成员函数表示纯虚函数的是()
①  virtual void tt()=0
②  void tt(int)=0
③  virtual void tt(int)
④  virtual void tt(int){}
【单选题】 在私有继承的情况下,基类成员在派生类中的访问权限()
①  受限制
②  保持不变
③  受保护
④  不受保护