【单选题】【消耗次数:1】
7. If it is fine tomorrow, we ______ a football match.
have
will have
has
shall has
参考答案:
复制
纠错
相关题目
【单选题】 If it is fine tomorrow, we ___ a football match.
①  have
②  will have
③  has
④  shall has
【单选题】 If it is fine tomorrow,we________a football match.
①  have
②  will have
③  has
④  shall has
【判断题】 We?will have?a picnic if?it?is?fine tomorrow.
①  正确
②  错误
【单选题】 ________ you are leaving tomorrow, we can have dinner together tonight.
①  Since
②  While
③  For
④  Before
【单选题】 It has been raining all day, but even though it______, we______there by tomorrow.
①  didnt rain, couldn’t get
②  hadn’t rained, couldn’t get
③  didn’t rain, can’t get
④  hadn’t rained, can’t get
【单选题】 To survive such an ( ) of a car crash, one has to have incredible luck.
①  collision
②  incident
③  occurrence
④  impact
【多选题】 Adult schools have become popular and the enrollment has increased_________ .
①  rapidly
②  quickly
③  greatly
④  hardly
【单选题】 Does Robert have [填空] computer? —Yes,he has [填空] .
①  an,some
②  a,one
③  a,/
④  any,one
【判断题】 John has never acted as he should have done. 此句中的“done”替代了“has”.
①  正确
②  错误
【单选题】 To make this ____ clear we shall have to look closely into biology’s long history.
①  distinction
②  indication
③  recognition
④  constitution
随机题目
【单选题】 如何调用名为 myFunction 的函数?( )
①  call function myFunction
②  call myFunction()
③  myFunction()
④  =myFunction
【单选题】 能够创建元素节点的方法的是( )。
①  createElement()
②  getElementById()
③  getElementByName()
④  forms.length
【单选题】 打开名为 window2 的新窗口的 JavaScript 语法是?( )
①  open.new(http://www.w3school.com.cn,window2)
②  new.window(http://www.w3school.com.cn,window2)
③  new(http://www.w3school.com.cn,window2)
④  window.open(http://www.w3school.com.cn,window2)
【单选题】 以下事件中,不属于键盘事件的是( )。
①  KeyDown
②  KeyPress
③  KeyUp
④  KeyOver
【单选题】 如何在警告框中写入 Hello World?( )
①  alertBox=Hello World
②  msgBox(Hello World)
③  alert(Hello World)
④  alertBox(Hello World)
【单选题】 下列不属于访问指定节点的方法的是( )。
①  obj.value
②  getElementsByTagName()
③  getElementsByName()
④  getElementById()
【单选题】 如何在浏览器的状态栏放入一条消息?( )
①  statusbar = put your message here
②  window.status = put your message here
③  window.status(put your message here)
④  status(put your message here)
【单选题】 引用名为 xxx.js 的外部脚本的正确语法是?( )
①  script src=xxx.js
②  script href=xxx.js
③  script name=xxx.js
④  script link=xxx.js
【单选题】 如何创建函数?( )
①  function:myFunction()
②  function myFunction()
③  function(): myFunction()
④  function()=myFunction()
【单选题】 如何把 7.25 四舍五入为最接近的整数?( )
①  round(7.25)
②  rnd(7.25)
③  Math.rnd(7.25)
④  Math.round(7.25)