【单选题】【消耗次数:1】
The new cut in interest rate _____promote domestic investment.
means to
directs toward
is meant to
leads to
参考答案:
复制
纠错
相关题目
【单选题】 The new cut in interest rate ____ promote domestic investment.
①  means to
②  directs toward
③  is meant to
④  leads to
【单选题】 A survey was carried out on the death rate of new born babies in that region,________were surprising.
①  as results
②  which results
③  the results of it
④  the results of which
【单选题】 17. A survey was carried out on the death rate of new-born babies in that region, ____were surprising.
①  as results
②  which results
③  the results of it
④  the results of which
【单选题】 The young people are _____ of their responsibility toward society.
①  consistent
②  conscious
③  sensitive
④  sensual
【单选题】 The staircase leads[填空]the balcony.
①  of
②  in
③  /
④  to
【单选题】 In the first sentence, “by no means” means ____.
①  without method
②  not at all
③  absolutely
④  above all
【单选题】 We tried to ____ what he meant.
①  make for
②  make out
③  make of
④  make from
【单选题】 We will comprehensively promote () education.
①  high
②  enormous
③  religious
④  well-rounded
【单选题】 Many a man______ the interest novel.
①  are read
②  is read
③  have read
④  has read
【单选题】 Nothing in my life has meant ____ to me as his praise.
①  asmuch
②  more
③  thatmuch
④  asgood
随机题目
【单选题】 有说明语句int a[10];及函数int fun(int x[10],int n){return sizeof(x);},则语句cout<<fun(a,10)<<endl;的显示结果是()
①  40
②  10
③  4
④  0
【单选题】 用setw()对数据进行格式输出时,应包含()文件。
①  iostream.h
②  fstream.h
③  iomanip.h
④  stdlib.h
【单选题】 删除动态对象,需要使用操作符()
①  new
②  delete
③  .
④  *
【单选题】 已知字母A的ASCII码为65,则表示字符常量A错误的是()。
①  \101
②  \x41
③  65
④  A
【单选题】 下列关于虚函数的描述中,()是正确的。
①  虚函数是一个非成员函数
②  虚函数是一个静态成员函数
③  派生类的虚函数与基类种对应的虚函数具有相同的参数个数和类型
④  虚函数既可以在函数说明时定义,也可以在函数实现时定义
【单选题】 局部变量可以隐藏全局变量,那么在有同名全局变量和局部变量的情形时,可以用()提供对全局变量的访问。
①  作用域运算符
②  指针运算符
③  提取运算符
④  插入运算符
【单选题】 下列格式控制符,既可以用于输入,又可以用于输出的是()
①  setbase
②  setfill
③  setprecision
④  setw
【单选题】 下列关于子对象的描述中,错误的是()。
①  子对象不可以是自身类的对象
②  子对象是另一个类的对象
③  子对象的初始化要包含在构造函数中
④  一个类中只能有一个子对象
【单选题】 下面的四个选项中,可以对数组a进行正确初始化的语句是()。
①  int a[10]=(0,0);
②  int a[10]={};
③  int a[]=(0);
④  int a[10]={10*1};
【单选题】 以下选项中,二维数组a正确的声明语句是()
①  float a(3,4);
②  int a[3][ ];
③  float a(3)(4);
④  double a[1][4];