【单选题】【消耗次数:1】
2. Everyone of them ____ tired and wanted a good rest.
seems
is seemed
was seemed
seemed
参考答案:
复制
纠错
相关题目
【单选题】 Everyone of them _______ tired and wanted a good rest.
①  seems
②  is seemed
③  was seemed
④  seemed
【单选题】 Nancy was surprised that they have ____. They seemed to be a happy couple.
①  split up
②  broken down
③  fallen through
④  knocked out
【单选题】 The few Americans and Germans seemed just as _____ as I was.
①  constrained
②  curbed
③  inhibited
④  withhold
【单选题】 It seemed a long time since we last met. Identify the mistake in the sentence.
①  It
②  seemed
③  a
④  met
【单选题】 5. Henry seemed_______by this completely unexpected turn of events.
①  consumed
②  bewildered
③  liberated
④  melted
【单选题】 For thousands of years man dreamed  () seemed impossible dreams about flying.
①  what
②  that
③  which
④  why
【单选题】 Because the police officers phone seemed to be ( ),the witness could not report the case in time.
①  disconnected
②  depressed
③  seperated
④  split
【单选题】 After ____ seemed an endless wait, it was her turn to step into the doctor’s office.
①  it
②  that
③  what
④  which
【单选题】 3.In the few months of the war his army seemed ______ , but soon it met its Waterloo.
①  strong
②  . vincible
③  invincible
④  popular
【单选题】 _____ had an evident influence on naturalism. It seemed to stress the animality of man, to suggest that he was dominated by the irresistible forces of evolution.
①  Transcendentalism
②  Darwinism
③  Marxism
④  Freudianism
随机题目
【多选题】 某页面中有一个id为pdate的文本框,下列( )能把文本框中的值改为“2009-10-12”。(选择二项)
①  document.getElementById(pdate).setAttribute(value,2009-10-12
②  document.getElementById(pdate).value=2009-10-12
③  document.getElementById(pdate).getAttribute(2009-10-12
④  document.getElementById(pdate).text=2009-10-12
【多选题】 在javaScript中,有如下代码,选项中都能够得到“李四”的是()。 body table border=0 cellspacing=0 cellpadding=0 id=employee thead tr id=row1 姓名/th 年龄/th 工资/th /tr /thead tbody tr id=row2 张三/td 30/td 5000/td /tr (tr id=row3 李四/td 25/td 4500/td /tr (/tbody /table /body(选择二项)
①  var tb=document.getElementById(employee var strHtml=tb.lastChild.lastChild.firstChild.value;
②  var tb=document.getElementById(employee var strHtml=tb.lastChild.lastChild.firstChild.innerHTML;
③  var r=document.getElementById(row3 var strHtml=r.firstChild.HTML;
④  var r=document.getElementById(row3 var strHtml=r.firstChild.value;
【单选题】 页面中有一个id为price的层,并且有一个id选择器price用来设置层price的样式,在IE浏览器中运行此页面,下面( )能正确获取层的背景颜色。(选择一项)
①  document.getElementById(price).currentStyle.backgroundColor
②  document.getElementById(price).currentStyle.background-color
③  document.getElementById(price).style.backgroundColor
④  var divObj=document.getElementById(pricedocument.defaultView.getComputedStyle(divObj,null).background;
【单选题】 在HTML页面中,不能与onChange事件处理程序相关联的表单元素有( )。(选择一项)
①  文本框
②  复选框
③  列表框
④  按钮
【单选题】 关于onscroll事件的描述中,以下说法正确的是(选择一项)
①  用于捕捉页面垂直和水平的滚动
②  用于捕捉页面加载完毕
③  用于捕捉鼠标单击事件
④  用于捕捉页面内容改变
【单选题】 String对象的方法不包括()(选择一项)
①  charAt( )
②  substring( )
③  toUpperCase( )
④  length( )
【单选题】 要在网页的状态栏中显示“已经选中该文本框”,下列JavaScript语句正确的是是( )。 (选择一项)
①  window.status=已经选中该文本框
②  document.status=已经选中该文本框
③  window.screen=已经选中该文本框
④  document.screen=已经选中该文本框
【判断题】 DOM由三部分组成,分别是Core DOM、XML DOM和HTML DOM。
①  正确
②  错误
【判断题】 JavaScript的文档对象模型是树型结构的。
①  正确
②  错误
【判断题】 在HTML DOM中,TableCell对象的cellIndex属性可以返回返回单元格内部数据的水平排列方式。
①  正确
②  错误