【判断题】【消耗次数:1】
Plastics has taken the place of many other materials.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 It is an ____ change that has taken place.
①  amazing
②  attempting
③  awaking
④  amusing
【单选题】 Big changes have taken place at Marketing Department the new manager came.
①  before
②  after
③  since
④  while
【判断题】 请判断下句是否语法正确。Has no place to go to, the man wandered about in the street.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Many joggers feel that if they can succeed in jogging, they can succeed in other things as well.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”The new factory has produced (生产) more many cars than the old one.
①  正确
②  错误
【单选题】 12. If you _______materials from other books in your paper, you should mark them out.
①  cite
②  learn
③  borrow
④  assure
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Many television programs show violence, which usually has a bad effect on young adults.
①  正确
②  错误
【单选题】 This stadium has _____ many thrilling football games.
①  seen
②  watched
③  looked at
④  experienced
【单选题】 The population of many Alaskan cities has __________ doubled in the past three years.
①  larger than
②  as great as
③  more than
④  as many as
【单选题】 She has worked here_______many years.
①  since
②  for
③  during
随机题目
【单选题】 下列关于Date对象的getMonth( )方法的返回值描述,正确的是( )。
①  返回系统时间的当前月
②  返回值的范围介于1~12之间
③  返回系统时间的当前月+1
④  返回值的范围介于0~11之间
【多选题】 在JavaScript中,下列代码可以实现淡出的窗口不可调节尺寸的是()
①  window.open(test.html,弹出窗口,resizable=no);
②  window.open(test.html,弹出窗口,resizable=yes);
③  window.open(test.html,弹出窗口,resizable=1);
④  window.open(test.html,弹出窗口,resizable=0);
【多选题】 使用Core HTML删除和替换节点的方法,以下说法正确的是:
①  removeChild(node) 删除指定的节点
②  replaceChild(newNode,oldNode) 用其它节点替换指定节点
③  createElement()用于创建一个新元素
④  以上说法全正确
【多选题】 关于document对象的常用方法,以下说法正确的有:()
①  getElementById( ) 返加拥有指定id的第一个对象的引用
②  getElementById( ) 返加拥有指定id的对象的集合
③  getElementsByName( ) 返加拥有指定名称的对象的集合
④  write() 向文档写文本,HTML表达式或javascript代码
【单选题】 下面( )不是document对象的方法。
①  getElementsByTagName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 下列关于类型转换函数的说法,正确的是( )。
①  parseInt(5.89s)的返回值为6
②  parseInt(5.89s)的返回值为NaN
③  parseFloat(36s25.8id)的返回值是36
④  parseFloat(36s25.8id)的返回值是3625.8
【单选题】 JavaScript代码段如下,下面对代码段分析正确的是( )。 滚动的文字; 则下列选项对代码段描述正确的是( )。
①  文字循环向右滚动100次,然后停止
②  文字向左无限次循环滚动;鼠标停在文字上时,文字停止滚动,移开时,继续滚动
③  文字循环向左滚动100次,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
④  文字向左来回往复滚动,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
【单选题】 在HTML中,CSS样式的Z-index属性表示的含义是()。
①  对象是否显示
②  文本的对齐方式
③  层的堆叠次序
④  字体类型
【单选题】 以下不属于style对象中的positioning属性有
①  top
②  left
③  right
④  z-Index
⑤  bottom
【单选题】 下面( )不是document对象的方法。
①  getElementsByName( )
②  getElementById( )
③  write( )
④  reload( )