【单选题】【消耗次数:1】
The ( ) hope to cooperate on this initial research.
historic
history
historical
historians
参考答案:
复制
纠错
相关题目
【单选题】 In language studies, linguists may investigate the history and stages of language change in a course of time. This is called _______ approach.It is historical lexicology.
①  synchronic
②  descriptive
③  diachronic
④  general
【单选题】 I was stunned by the news, and my initial __________ was anger.
①  impression
②  reaction
③  comment
④  other
【单选题】 将所给词汇加上适当后缀构成副词2. history
①  historial
②  historic
③  historical
④  historically
【单选题】 Tour leaders are ( ) with historical background, geography ,current affairs.
①  well equipped
②  well equip
③  well-equipped
④  well-equip
【单选题】 They will engage in a ( ) of cultural activities, including organized excursion to important historical sites.
①  various
②  vary
③  variety
④  variation
【单选题】 The ( )tour will include historical and cultural sites as well as visit to universities in Sydney.
①  15 day
②  15-days
③  15 days
④  15-day
【单选题】 They are [填空]money for Hope Project.
①  raising
②  raised
③  raise
④  raisen
【单选题】 The research findings indicate that human ( ) develops rapidly in childhood.
①  intellect
②  intelligence
③  thoughts
④  gifts
【单选题】 The ____ of AIDS has led to an expansion in research seeking a cure.
①  innovation
②  selection
③  proliferation
④  conviction
【单选题】 In the meantime, the question facing business is whether such research is _____ the costs.
①  worth
②  worth of
③  worthy
④  worthwhile
随机题目
【单选题】 关于this指针使用说法正确的是()
①  保证每个对象拥有自己的数据成员,但共享处理这些数据的代码
②  保证基类私有成员在子类中可以被访问。
③  保证基类保护成员在子类中可以被访问。
④  保证基类公有成员在子类中可以被访问。
【单选题】 下面声明纯虚函数语句正确的是
①  void fun( ) =0;
②  virtual void fun( )=0;
③  virtual void fun( );
④  virtual void fun( ){ };
【单选题】 C++中要实现动态联编,调用虚函数时必须使用
①  基类指针
②  类名
③  派生类指针
④  对象名
【单选题】 下列对基类和派生类关系的描述中,错误的是( )
①  派生类是基类的具体化
②  派生类是基类的子集
③  派生类是基类定义的延续D)派生类是基类的组合
【单选题】 关于多继承二义性描述中,错误的是( )
①  一个派生类的基类中都有某个同名成员,在派生类中对这个成员的访问可能出现二义性
②  解决二义性的最常用的方法就是对成员名的限定法
③  基类和派生类同时出现的同名函数,也存在二义性问题
④  一个派生类是从两个基类派生出来的,而这两个基类又有一个共同的基类,对该基类成员进行访问时,可能出现二义性。
【单选题】 下面关于友元的描述中,错误的是( )。
①  友元函数可以访问该类的私有数据成员
②  一个类的友元类中的成员函数都是这个类的友元函数
③  友元可以提高程序的运行效率
④  类与类之间的友元关系可以继承
【单选题】 下列描述中,()是抽象类的特征。
①  可以说明虚函数
②  可以定义友元函数
③  可以进行构造函数重载
④  不能说明其对象
【单选题】 关于类的静态成员函数描述错误的是( )
①  在创建对象前不存在
②  不能说明为虚函数
③  不能直接访问非静态函数
④  不是对象的成员
【单选题】 C++类体系中,不能被派生类继承的有( )
①  构造函数
②  虚函数
③  静态成员函数
④  赋值操作函数
【单选题】 派生类的构造函数的成员初始化列表中,不能包含()。
①  基类的构造函数
②  派生类中子对象的初始化
③  基类的子对象初始化
④  派生类中一般数据成员的初始化