【单选题】【消耗次数:1】
Thelawrequiresthatallthecarowners____theircarstestedtwiceayear.
has
have
had
willhave
参考答案:
复制
纠错
相关题目
【单选题】 You are ____ to have had the help of such a man.
①  thoughtful
②  considerate
③  fortunate
④  moderate
【单选题】 Have they had the broken windowpanes [填空] yet?
①  repalcing
②  to repalce
③  replaced
④  repalce
【单选题】 The authors great work has had a profound ( ) on me.
①  effect
②  assurance
③  confidence
④  evidence
【单选题】 If I had remembered __________ the window, the thief would not have got in.
①  to close
②  closing
③  to have closed
④  having closed
【单选题】 Mary is one of the best friend _____________ I have ever had.
①  that
②  whom
【单选题】 To survive such an ( ) of a car crash, one has to have incredible luck.
①  collision
②  incident
③  occurrence
④  impact
【多选题】 Adult schools have become popular and the enrollment has increased_________ .
①  rapidly
②  quickly
③  greatly
④  hardly
【单选题】 Does Robert have [填空] computer? —Yes,he has [填空] .
①  an,some
②  a,one
③  a,/
④  any,one
【判断题】 John has never acted as he should have done. 此句中的“done”替代了“has”.
①  正确
②  错误
【单选题】 Adult schools have become popular and the enrollment has_________ rapidly.
①  increase
②  increases
③  increased
④  increasing
随机题目
【单选题】 任何复杂的程序,都是由()构成的。
①  分支结构、顺序结构、过程结构
②  循环结构、分支结构、过程结构
③  顺序结构、循环结构、分支结构
④  循环结构、分支结构
【单选题】 若有类模板声明: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()
【单选题】 如果希望运算符的操作数(尤其是第一个操作数)有隐式转换,则重载运算符时必须用()
①  构造函数
②  析构函数
③  成员函数
④  友元函数
【单选题】 一个类的析构函数通常被定义为该类的()成员。
①  私有
②  保护
③  公用
④  友元
【单选题】 当一个类对象离开它作用域的时候,下列选项中将会自动被调用的是()。
①  构造函数
②  拷贝构造函数
③  析构函数
④  默认构造函数
【单选题】 当一个函数没有返回值时,该函数类型应说明为()。
①  void
②  int
③ 
④  任意
【单选题】 下列哪项不代表多重指针()
①  int **p;
②  int ***p;
③  int p;
④  **p;
【单选题】 要定义一个int型数组A,并使其各元素具有初值9,0,3,0,0,不正确的定义语句是()
①  int A[]={9,0,3}
②  int A[]={9,0,3,0,0}
③  int A[5]={9,0,3}
④  int A[5]={9,0,3,0}