【单选题】【消耗次数:1】
Zhang Hua opened the door .There______ he had never seen before.
did a girl stand
stood a girl
a girl stood
a girl did stand
参考答案:
复制
纠错
相关题目
【单选题】 He looked at the little girl, _________ where he had seen her before.
①  wondering
②  wondered
【单选题】 His parents did not approve of his plan to go and study abroad with a girl they had never met, but he ____ and married her.
①  went against
②  went for
③  went for nothing
④  went ahead
【单选题】 When I opened the door, I saw a girl _________ there.
①  standing
②  stood
【单选题】 8.The girl was dancing about excitedly when suddenly she stood_______ and put on a horrified look.
①  silent
②  still
③  quiet
④  calm
【单选题】 Nancyis______________________girl.
①  aeighteen-year-old
②  aneighteen-yearsold
③  aeighteenyears-old
④  aneighteen-year-old
【单选题】 the old couple decided to ____ a boy and a girl though they had three of their own.
①  adapt
②  bring
③  receive
④  adopt
【单选题】 The girl is ______ of a film star.
①  somebody
②  something
③  anybody
④  anyone
【多选题】 Knowing that Jim, her boyfriend, had been killed in a battle, the girl ___________ went mad.
①  nearly
②  almost
③  hardly
④  rarely
【单选题】 This bright girl __________ the truth in front of the enemy.
①  didn’t say
②  couldn’t speak to
③  said
④  didn’t tell
【判断题】 The girl teaches us drawing on Sundays.
①  正确
②  错误
随机题目
【单选题】 下列声明数组的语句中,错误的选项是( )(选择一项)
①  var student =new Array( );
②  var student =new Array(3);
③  var student[] =new Array(3) (4);
④  var student =new Array(rose,mick
【单选题】 关于以下JavaScript代码,说法正确的是( )。var s = document.getElementsByTagName(pfor(var i = 0;i(s.length;i++) { s[i].style.display=none}
①  隐藏了页面中所有id为p的对象
②  隐藏了页面中所有name为p的对象
③  隐藏了页面中所有标签为(p)的对象
④  隐藏了页面中标签为(p)的第一个对象
【单选题】 在HTML中,CSS样式的Z-index属性表示的含义是()。(选择一项)
①  对象是否显示
②  文本的对齐方式
③  层的堆叠次序
④  字体类型
【单选题】 关于数组对象的常见方法,以下说法错误的是(选择一项)
①  join() 把数组的所有元素放入一个字符串中,通过一个分隔符进行分隔
②  sort ()把数组的元素进行排序
③  length() 获取数组中元素的数目
④  reverse ()反转数组中的元素
【单选题】 setTimeout(adv( ),20)表示的意思是(选择一项)
①  间隔20秒后,adv()函数就会被调用
②  间隔20分钟后,adv()函数就会被调用
③  间隔20毫秒后,adv()函数就会被调用
④  adv()函数被持续调用20次
【单选题】 在html中,有如下代码,单击按钮后的效果是:( )(input type=button value=ok onclick=this.style.background=red)(选择一项)
①  页面上的文字变成红色
②  按钮上的文字变成红色
③  页面背景字变成红色
④  按钮背景变成红色
【单选题】 对于ECMAScript的描述中,以下说法错误的是( ).(选择一项)
①  它是一个重要的标准,并不是javascript唯一的部分。
②  是一种开放的,国际上广为接受的,标准的脚本言规范。
③  它主要描述了语法、变量、数据类型、运算符、逻辑控制语句等。
④  ECMAScript遵循了JavaScript标准。
【单选题】 在JavaScript中,以下变量命名非法的是()。(选择一项)
①  numb_1
②  2numb
③  sum
④  de2$f
【判断题】 在Array数组对象中可用unshift方法向数组删除第一个元素。
①  正确
②  错误
【判断题】 在添加JavaScript注释方法中,单行的注释以/开始。
①  正确
②  错误