【判断题】【消耗次数:1】
Has she been listening? Yes, she has./ No, she hasn’t.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 24.Don’t worry about Susan. She hasn’t been _____________ she pretends.
①  as lucky as
②  as unlucky as
【单选题】 She has breakfast at seven everyday, _____?
①  has she
②  hasn’ t she
③  does she
④  doesn’ t she
【单选题】 She was wondering whether he has been writing anything new ____
①  late
②  later
③  latter
④  lately
【判断题】 What?has she doing?
①  正确
②  错误
【单选题】 She has a good _________ , she can remember long lists of numbers.
①  meaning
②  message
③  memory
④  mixture
【单选题】 We came finally _________ the conclusion that she has been telling lies all the time.
①  of
②  into
③  to
④  at
【单选题】 She has [填空] orange T-shirt. [填空] T-shirt is nice.
①  a,The
②  an,The
③  an,A
④  the,The
【单选题】 She happily deposits the money she has earned teaching English in her savings account. Find any misplaced modifier in the sentence
①  happily
②  she has earned
③  in her savings account
【单选题】 19.Though she talks little, she has made _______ friends here.
①  a few
②  few
③  littlle
④  a little
【单选题】 She has a good [填空] for detail.
①  foot
②  arm
③  eye
④  nose
随机题目
【多选题】 在HTML文档中包含如下超链接,则选择中对此超链接描述正确的是()。 注册
①  将在浏览器中显示文本内容为“#”的超链接
②  当鼠标移入此链接时,超链接文本大小变为14px
③  当鼠标移出此链接时,超链接文本大小变为14px
④  当鼠标移入此链接时,超链接文本大小变为24px
【多选题】 以下属于文本框对象常用方法的有:
①  blur
②  focus
③  onkeypress
④  select
【多选题】 对于正则表达式RegExp对象的两个主要方法,以下描述正确的是
①  exec()检索字符串中指定的值勤,返回true或false
②  test()检索字符串中是正则表达式的匹配,返回找到的值
③  test()检索字符串中指定的值勤,返回true或false
④  exec()检索字符串中是正则表达式的匹配,返回找到的值
【多选题】 对于prompt()方法描述正确的有:( )
①  该方法执行时会弹出一个提示对话框,等待用户输入一行数据
②  基本语法是:prompt(提示信息,“输入框的默认信息”);
③  该方法的返回值可以被引用或存储到变量中。
④  如果用户单击“取消”按钮或直接关闭提示对话框,该方法将返回false
【单选题】 以下不属于常用边框样式属性的有:
①  border-width
②  border-style
③  border-color
④  border-size
【单选题】 关于样式的scrollTop属性,以下说法正确的是
①  设置元素顶边缘距离父元素顶边缘之上或之下的距离
②  设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
③  设置或获取位于对象最左端和窗口中可见内容的最左端之间的距离
④  设置或获取位于对象最底端和窗口中可见内容的最底端之间的距离
【单选题】 下面()能够动态改变层中的提示内容。
①  利用层的innerHTML属性改变内容
②  利用层的id属性改变内容
③  使用onblur事件来实现
④  使用display事件来实现
【单选题】 在JavaScript中,下列选项能把“毒皇后”这一行删除的是() 七个小矮人 7 毒皇后 100 白雪公主 8
①  document.getElementById(tb).deleteRow(1)
②  document.getElementById(tb).deleteRow(2)
③  document.getElementById(tb).deleteRow[1]
④  document.getElementById(tb).deleteRow[2]
【单选题】 分析下面的JavaScript代码段,输出结果是()。 var mystring=I am a student; a=mystring.charAt(9); document.write(a);
①  I am a st
②  u
③  udent
④  t
【单选题】 下列正则表达式中( )可以匹配首位是小写字母,其他位数是小写字母或数字的最少两位的字符串。
①  /^\w{2,}$/
②  /^[a-z][a-z0-9]+$/
③  /^[a-z0-9]+$/
④  /^[a-z]\d+$/