【单选题】【消耗次数:1】
There has been an atmosphere of ( ) around here for a few days now.
anticipation
greeting
knowledgw
knowing
参考答案:
复制
纠错
相关题目
【单选题】 This ATM has been out of service for a few days. It should ____ last week.
①  be fixed
②  have fixed
③  fix
④  have been fixed
【单选题】 This ATM has been out of service for a few days. It should ____ last week.
①  be fixed
②  have fixed
③  fix
④  have been fixed
【单选题】 This technology has been ?around for a long time, but not until recent years _______ it in marketing.
①  businesses employed
②  did businesses employ
③  businesses had employed?
④  had businesses employed
【单选题】 Johnnason: __________Cathy: Yes, our family moved in here only a few days ago. Johnnason: Welcome to the neighborhood.
①  Do you need any help?
②  Are you here for holidays?
③  Are you new here?
④  What are you doing here?
【单选题】 Johnnason: __________ .Cathy: Yes, our family moved in here only a few days ago. Johnnason: Welcome to the neighborhood.
①  Do you need any help?
②  Are you here for holidays?
③  Are you new here?
④  What are you doing here?
【单选题】 Now Mike isn’t here. He ________ Mr. Green’s. Perhaps he ________ back in a few minutes.
①  went to ; is coming
②  has gone to ; will come
③  has been to ; will be
④  is going to ; has come
【单选题】 Now Mike isn’t here. He _______ Mr. Green’s. Perhaps he _______back in a few minutes.
①  went to ; is coming
②  has gone to ; will come
③  has been to ; will be
④  is going to ; has come
【单选题】 He used to in a small village, but now he has been used to in the big city.
①  live, living
②  live, live
③  living, living
④  living, live.
【单选题】 10.Now Mike isn’t here. He _________ Mr. Green’s. Perhaps he _______ back in a few minutes.
①  went to; is coming
②  has gone to; will come
③  has been to ; will be
④  is going to; has come
【判断题】 Xiao Liu has worked in the plant for only a few days. He is a green hand at doing this job.划线部分应该翻译成“新手”
①  正确
②  错误
随机题目
【单选题】 如何编写当 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)
【单选题】 定义JavaScript数组方法正确的是( )。
①  var arrayList ={cat, dog, monkey}
②  var arrayList =new Array{cat, dog, monkey}
③  var arrayList =new Array(cat, dog, monkey)
④  var arrayList =new Array[cat, dog, monkey]
【单选题】 写 Hello World 的正确 Javascript 语法是?( )
①  (Hello World)
②  Hello World
③  response.write(Hello World)
④  document.write(Hello World)
【单选题】 如何调用名为 myFunction 的函数?( )
①  call function myFunction
②  call myFunction()
③  myFunction()
④  =myFunction
【单选题】 能够创建元素节点的方法的是( )。
①  createElement()
②  getElementById()
③  getElementByName()
④  forms.length