【单选题】【消耗次数:1】
The cost[填空] by 60%.
decreased
decreasing
fallen
increasing
参考答案:
复制
纠错
相关题目
【判断题】 Unemployment?decreased?steady.
①  正确
②  错误
【单选题】 [填空]gddition , I think we should take the cost into account.
①  For
②  As
③  In
④  On
【单选题】 A: You bought the clothes at a cost of $10? B: [填空]. I got it in a second-hand store.
①  Oh, yes, wonderful
②  No kidding
③  Do me a favor
④  Use your head
【单选题】 There is an increasing ____ to make movies describing violence.
①  strength
②  direction
③  tradition
④  trend
【单选题】 There is an increasing _____to make movies describing violence.
①  strength
②  direction
③  tradition
④  trend
【单选题】 The number of people who ______ cars of their own is increasing.
①  has
②  have
③  there is
④  there are
【单选题】 模数60M的数值是[填空],经常用于[填空]。
①  60mm,构件截面或缝隙
②  600mm,门窗洞口
③  6000mm,柱距或开间
④  60000mm,建筑总尺寸
【单选题】 One big of formal education is the high cost.
①  advantage
②  disadvantage
③  problem
④  condition
【单选题】 For programs with_________ audiences, the cost of commercials is high.
①  few
②  more
③  small
④  large
【单选题】 Due to the increasing aging population in China, demand the caregivers will continue to rise.
①  with
②  of
③  for
④  and
随机题目
【单选题】 在循环while(int i=0)i++;中,while循环的执行次数为()。
①  0
②  1
③  5
④  无限
【单选题】 关于异常匹配,下面四个选项中,那个说法是不正确的:()
①  catch()会捕获所有的异常
②  void*参数类型的异常处理器会捕获所有指针类型的异常
③  catch参数处理器为基类指针或引用类型,会捕获派生类指针或引用类型
④  如果有多个匹配的异常处理器,则程序编译时无法通过
【单选题】 在函数中声明的静态变量()
①  在函数体中可见,函数结束调用时释放。
②  在项目中可见,函数结束调用时释放。
③  在函数体中可见,项目结束调用时释放。
④  在项目中可见,项目结束调用时释放。
【单选题】 下列运算符不能重载的是()
①  !
②  sizeof
③  new
④  delete
【单选题】 若有说明class Y{//…;public:staticint n;};int Y::n;Y objY;,则对n的正确访问语句是()
①  n=1;
②  Y::n=1;
③  objY::n=1;
④  Y-n;
【单选题】 在下列关于类型转换的描述中,错误的是()
①  任何形式的构造函数都可以实现数据类型转换。
②  带非默认参数的构造函数可以把基本类型数据转换成类类型对象。
③  类型转换函数可以把类类型对象转换为其他指定类型对象。
④  类型转换函数只能定义为一个类的成员函数,不能定义为类的友元函数。
【单选题】 C++中类的用途有两种:一种是类的实例化,即生成类的对象;另一种是通过()派生出新类。
①  复用
②  继承
③  封装
④  引用
【单选题】 下面对友元的错误描述是()
①  关键字friend用于声明友元
②  一个类中的成员函数可以是另一个类的友元
③  友元函数访问对象的成员不受访问特性影响
④  友元函数通过this指针访问对象成员
【单选题】 在定义int a[5];之后,对a的引用正确的是()。
①  a[5]
②  a[4.3]
③  a(5)
④  a[0]
【单选题】 实现集合运算A&B运算的对应表达式是()
①  A∣B
②  AB
③  A(~(AB))
④  A∣B==B