【单选题】【消耗次数: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
随机题目
【单选题】 对location对象的href属性的叙述错误的是( )
①  可以获取当前路径
②  可以改变当前路径
③  可以用来刷新页面
④  是只读属性
【单选题】 如何编写当 i 不等于 5 时执行一些语句的条件语句?( )
①  if =! 5 then
②  if < 5
③  if (i < 5)
④  if (i != 5)
【单选题】 下列选项中,javascript变量名称不合法的是( )
①  string
②  length
③  非法字符
④  this
【单选题】 下列定义函数display()语法正确的是( )。
①  function display(){}
②  function: display(){}
③  function=display(){}
④  display(){}
【单选题】 如何编写当 i 等于 5 时执行一些语句的条件语句?( )
①  if (i==5)
②  if i=5 then
③  if i=5
④  if i==5 then
【单选题】 如何获得客户端浏览器的名称?( )
①  client.navName
②  navigator.appName
③  browser.name
④  navigator=appName
【单选题】 下列代码分析正确的是( )。 1 function createNode () { 2 var pl=document. createElement ( p ) ; 3 var txt=document. createTextNode ( Hello ! ) ; 4 pl.appendChild (txt) ; 5 document.appendChild (p) ; 6 }
①  代码第2行是创建一个p元素标记
②  代码第4行是为文档添加文本节点
③  p是文本节点的子节点
④  函数的功能是创建新的文本节点
【单选题】 JavaScript中的Load事件的作用是( )。
①  浏览器窗口加载页面时,执行的JavaScript事件
②  浏览器窗口离开页面时,执行的JavaScript事件
③  用户提交一个表单时,执行的JavaScript事件
④  鼠标移出对象时,执行的JavaScript事件
【单选题】 插入 Javacript 的正确位置是?( )
①  body 部分
②  head 部分
③  body 部分和 head 部分均可
④  html 外部
【单选题】 求3和5中的最小数正确的函数是( )。
①  Math.min(3,5)
②  Math.ceil(3,5)
③  Math.max(3,5)
④  min(3,5)