【单选题】【消耗次数:1】
England is an island country. _______ consists of three principal islands, and _______ climate is generally mild.
She;her
She;its
He;his
It;its
参考答案:
复制
纠错
相关题目
【单选题】 It is generally considered unwise to give a child ______ he or she wants.
①  however
②  whatever
③  whichever
④  whenever
【单选题】 She insists that he ______ his now.
①  should
②  took
③  takes
④  take
【判断题】 It is generally considered unwise to give a child ____whatever____ he or she wants.
①  正确
②  错误
【单选题】 the newcomers found it impossible to ____ themselves to the climate sufficiently to makepermanent homes in the new country.
①  suit
②  adapt
③  regulate
④  coordinate
【单选题】 She’s very ______ and would like to see each thing in its place.
①  gathered
②  grouped
③  modernized
④  organized
【单选题】 Alice ___her father that both she and her husband would be happy if he would live with them.
①  convinced
②  reinforced
③  pledged
④  required
【单选题】 In all his songs the great composer expresses a longing ________ his own country.
①  of
②  abou
③  for
④  to
【单选题】 Everybody likes her because she is always _______ .
①  Everybody likes her because she is always _______ .
②  cheerful
③  sad
④  selfish
【单选题】 11. He is really worried about his daughter as she is ______to him.
①  anything
②  everything
③  something
④  nothing
【单选题】 Although Mary is satisfied with her success, she wonders __________ will happen to he private life.
①  how
②  who
③  what
④  that
随机题目
【单选题】 以下事件中,表单数据填完后,单击提交按钮,会触发的事件是( )。
①  submit
②  reset
③  click
④  focus
【单选题】 以下选项中,可以获得值为false的Boolean对象的是( )。
①  var a = new Boolean(l)
②  var a=new Boolean(abc)
③  var a=new Boolean(true)
④  var a=new Boolean()
【单选题】 JavaScript中表示声明变量的关键字是( )。
①  if
②  while
③  var
④  loop
【单选题】 下列不属于JavaScript的关键字的是( )。
①  for
②  interface
③  switch
④  new
【单选题】 对location对象的href属性的叙述错误的是( )
①  可以获取当前路径
②  可以改变当前路径
③  可以用来刷新页面
④  是只读属性
【单选题】 如何编写当 i 不等于 5 时执行一些语句的条件语句?( )
①  if =! 5 then
②  if < 5
③  if (i < 5)
④  if (i != 5)
【单选题】 下列选项中,javascript变量名称不合法的是( )
①  string
②  length
③  非法字符
④  this
【单选题】 下列定义函数display()语法正确的是( )。
①  function display(){}
②  function: display(){}
③  function=display(){}
④  display(){}
【单选题】 如何编写当 i 等于 5 时执行一些语句的条件语句?( )
①  if (i==5)
②  if i=5 then
③  if i=5
④  if i==5 then
【单选题】 如何获得客户端浏览器的名称?( )
①  client.navName
②  navigator.appName
③  browser.name
④  navigator=appName