【多选题】【消耗次数:1】
She insisted that she _____ the trip.
A.organized
B.organizes
C.should organize
D.organize
参考答案:
复制
纠错
相关题目
【单选题】 The woman was innocent and the judge insisted that she______at once.
①  be set free
②  be setting free;
③  was set free
④  set free
【单选题】 The judge insisted that the woman______ innocent and that she______at once.
①  was; be set free
②  be; be set free;
③  be; was set free
④  was; was set free
【多选题】 She____________________ that we should develop the skills.
①  suggest
②  suggested
③  propose
④  proposed
【单选题】 She was protesting against ______ government telling students what they should and should not eat at school.
①  bossy
②  patient
③  kind
④  fragile
【单选题】 The computer has brought about surprising technological changes ____ we organize and produce information.
①  in a way
②  in the way
③  in that way
④  in no way
【单选题】 The stockholders except the chairman of the board whom they elected to organize, direct,________, and supervise the operation of the company.
①  controlling
②  with control
③  under control
④  control
【判断题】 A: Her mother isnt a nurse, is she? B: Yes, she isnt.
①  正确
②  错误
【单选题】 A: She is running a fever, but now it is under control. B: [填空].
①  She is running fast
②  Her mother does not run
③  She is running away from home
④  I will go and see her after work
【单选题】 in a longer notice, the information should be well organized under titles and [].
①  groups
②  headings
③  columns
【判断题】 A: Who is the girl? B: She is my sister.
①  正确
②  错误
随机题目
【单选题】 下列描述中,()是抽象类的特征。
①  可以说明虚函数
②  可以定义友元函数
③  可以进行构造函数重载
④  不能说明其对象
【单选题】 下面关于友元的描述中,错误的是( )。
①  友元函数可以访问该类的私有数据成员
②  一个类的友元类中的成员函数都是这个类的友元函数
③  友元可以提高程序的运行效率
④  类与类之间的友元关系可以继承
【单选题】 在C++中的类有两种用法:一种是类的实例化,即生成类的对象,并参与系统的运行;另一种是通过(),派生出新的类。
①  复用
②  继承
③  单继承
④  多继承
【单选题】 派生类的构造函数的成员初始化列表中,不能包含()。
①  基类的构造函数
②  派生类中子对象的初始化
③  基类的子对象初始化
④  派生类中一般数据成员的初始化
【单选题】 多继承的构造顺序序可分为如下4步:①所有非虚基类的构造函数按照它们被继承的顺序构造;②所有虚基类的构造函数按照它们被继承的顺序构造;③所有内嵌对象的构造函数按照它们声明的顺序构造;④派生类自己的构造函数体;这4个步骤的正确顺序是( )
①  ④③①②
②  ②④③①
③  ②①③④
④  ③④①②
【单选题】 对于虚函数的调用()
①  一定使用动态联编
②  一定使用静态联编
③  必须使用动态联编
④  不一定使用动态联编
【单选题】 C++中要实现动态联编,调用虚函数时必须使用
①  基类指针
②  类名
③  派生类指针
④  对象名
【单选题】 下面( )的叙述不符合赋值兼容规则。
①  派生类的对象可以赋值给基类的对象
②  基类的对象可以赋值给派生类的对象
③  派生类的对象可以初始化基类的对象
④  派生类的对象的地址可以赋值给指向基类的指针
【单选题】 以下类模板定义正确的为( )。
①  templateclass T,int i=0
②  templateclass T,class int i
③  templateclass T,typename T
④  templateclass T1,T2
【单选题】 要进行文件的输出,除了包含头文件iostream外,还要包含头文件( )
①  ifstream
②  fstream
③  ostream
④  cstdio