更多“When was Annie's last driving test?A.On Tuesday. B.On Friday. C.On Thursday.”相关问题
  • 第1题:

    On which days did the tourists spend most of their time on the boat?

    A. Monday and Tuesday. B. Tuesday and Wednesday.

    C. Wednesday and Thursday. D. Monday and Wednesday.


    正确答案:D

  • 第2题:

    In the last paragraph the author mainly wants to express .

    A. one must be brave to be honest

    B. it’s difficult to be honest when others are not

    C. one should be honest when making a deposit

    D. honesty in one’s actions can help him in the future


    正确答案:D

  • 第3题:

    VBA中不能进行错误处理的语句是( )。

    A.On Error Goto标号

    B.On Error Then标号

    C.On Error ResumeNext

    D.On Error Goto 0


    正确答案:B
    解析: 本题考查VBA中程序运行错误处理的知识。在VBA中,程序运行错误处理的语句有三种,分别是:On Error GOTO标号,在遇到错误发生时程序转移到标号所指位置代码执行;On Error Resume Next,在遇到错误发生时不会考虑错误并继续执行下一条语句;On Error GoTo 0,关闭错误处理。

  • 第4题:

    I was worried about my driving test, hut I passed it.()

    A. Don't worry about it.

    B. Good luck to you.

    C. Congratulations!That's not easy.


    参考答案:A

  • 第5题:

    My friend was driving home on the highway last night when a policeman stopped him and

    ______ him of speeding.

    A.charged

    B. accused

    C. warned

    D. reminded


    正确答案:C 

  • 第6题:

    VBA中不能进行错误处理的语句是( )。

    A.On Error Goto标号

    B.On Error Then标号

    C.On Error Resume Next

    D.On Error Goto 0


    正确答案:B
    解析: 本题考查VBA中程序运行错误处理的知识。在VBA中,程序运行错误处理的语句有3种,分别是:On Error GoTo标号,在遇到错误发生时程序转移到标号所指位置代码执行;On Error Resume Next,在遇到错误发生时不会考虑错误并继续执行下一条语句:On Error GoTO 0,关闭错误处理。

  • 第7题:

    VBA中不能进行错误处理的语句是( )。 A.On Error Got0标号B.On Error Then标号

    VBA中不能进行错误处理的语句是( )。

    A.On Error Got0标号

    B.On Error Then标号

    C.On Error Resume Next

    D.On Error Got0 0


    正确答案:B
    B.【解析】本题考查VBA中程序运行错误处理的知识。在VBA中,程序运行错误处理的语句有3种:0nErrorGoT0标号,在遇到错误发生时程序转移到标号所指位置代码执行;OnErrorResumeNext,在遇到错误发生时不会考虑错误并继续执行下一条语句;0nErrorGoT00,关闭错误处理。

  • 第8题:

    Which of the following is an entailment of the utterance "Annie broke the window"


    A.Annie was careless.

    B.Annie was disruptive.

    C.Annie did something to the window.

    D.It is Annie who broke the window.

    答案:C
    解析:
    考查语句之间的蕴涵关系。A is an entailment of B意为“如果B,则A”,即B为真则A为真。题干中“Annie打破了窗户”为真,则“Annie对窗户做了什么”也为真,其他选项都不成立,故选C。

  • 第9题:

    单选题
    When will Rob have his next driving lesson?
    A

    On Monday.

    B

    On Saturday.

    C

    On Friday.


    正确答案: A
    解析: 录音中女士问Rob是否想在周六的时候上驾驶课,Rob说自己那时候不在,问对方周五怎么样,女士提到周五时她没有时间,提议周一的时候上,Rob表示赞同,因此选A。
    【录音原文】
      W: Would you like to book another driving lesson for Saturday, Rob?
      M: I’ll be away then. Is Friday any good?
      W: Let me check. Ah, I’m sorry I’m not free then. What about Monday?
      M: Fine. Perhaps Dad will let me practice in his car on Sunday.

  • 第10题:

    问答题
    Practice 9  If you want to get a driver’s license, you will have to apply at a driver’s license office. There you will be required to take a written test for driving in that area. You will also need to pass an eye test. If you need glasses, make sure you wear them. In addition, you must pass an actual driving test. If you fail the written or driving tests, you can take them again on another date.

    正确答案:
    【参考译文】
    如果你想获得驾照,你必须到驾照管理办公室申请。你需要在那里参加该地区的驾驶笔试,还需要通过视力测试。如果你需要眼镜,请务必带着眼镜。此外,你必须通过实际驾驶测试。如果你没有通过笔试或者实际驾驶测试,你可以择日再考。
    解析:
      ①driver’s license驾照。
      ②eye test视力测试。
      ③In addition此外。

  • 第11题:

    单选题
    Annie’s job as an assistant at the university observatory was to classify stars according to their spectra.
    A

    locate

    B

    photograph

    C

    draw

    D

    categorize


    正确答案: B
    解析:
    句意:作为大学天文台的助理,安妮的工作是按照光谱给星星分类。classify分类。categorize分类。locate确定方位;photograph摄影。draw画图。

  • 第12题:

    填空题
    I've passed the driving test and let’s go out to ____(庆祝).

    正确答案: celebrate
    解析:
    句意:我已通过了驾照考试,我们出去庆祝一下吧。celebrate“庆祝;歌颂”。

  • 第13题:

    VBA中不能进行错误处理的语句结构是( )。

    A.On Error Then 标号

    B.On Error Goto标号

    C.On Error Resume Next

    D.On Error Goto 0


    正确答案:B
    解析:本题考查的是VBA中的错误处理语句。VBA中提供OnErrorGoTo语句来控制当有错误发生时程序的处理。On Error GoTo指令的一般语法如下:On Error GoTo标号;On Error Resume Next;On Error Go TO 0。“On Error GoTo”语句在遇到错误发生时程序转移到标号所指定位置代码执行,Error语句的作用是模拟产生错误,以检查错误处理语句的正确性。答案为B。

  • 第14题:

    Susan: When's the meeting?

    Harry: I'm driving into London tomorrow morning. The meeting (60) .


    正确答案:D

  • 第15题:

    It’s a long time since I saw you last .

    ----Yes , and it will be a long time()we meet again .

    A. until

    B. before

    C. that

    D. when


    参考答案:D

  • 第16题:

    ----I’ve passed the driving test! ----I’m glad to hear that you ____ it at last!

    A.did

    B. got

    C. passed

    D. made


    正确答案:D

  • 第17题:

    Don’t wave a () flag in front of him; he failed the driving test again.


    正确答案:red
    解析:本句参考译文:不要惹他生气,他驾照考试又没通过。

  • 第18题:

    Which of the following statements is true?

    A) The men in Samoa were not quite blind.

    B) A girl called Virginia could read newsprint even when she was blindfolded.

    C) Rosa' s ability to see was confined to her fingers.

    D) The result of the last test on Rosa was least doubtable.


    正确答案:D
    答案:D
    [试题分析] 事实推断题。
    [详细解答] A项萨摩阿的那些人并非完完全全的盲人,与课文矛盾;B项应是A girl in Virginia;C项罗莎看东西使用手指,而文章说的是无须触摸。这三项都不对,而D项内容,我们确实可通过文中描述的实验的严格性对比推断出来,应为正确答案。

  • 第19题:

    VBA中不能进行错误处理的语句结构是A.On Error Then 标号B.On Error Goto 标号SXB

    VBA中不能进行错误处理的语句结构是

    A.On Error Then 标号

    B.On Error Goto 标号

    C.On Error Resume Next

    D.On Error Goto 0


    正确答案:A
    "OnErrorGoto标号"语句在遇到错误发生时程序转移到标号所指位置代码执行,一般标号之后都是安排错误处理程序。"OnErrorResumeNext"语句在遇到错误发生时不会考虑错误,并继续执行下一条语句。"OnErrorGoto0"语句用于取消错误处理。所以本题答案是A。

  • 第20题:

    John’s score on the test is the highest in the class; he _____ last night.

    A.must study
    B.should have studieD
    C.must have studieD
    D.is sure to study

    答案:C
    解析:
    本题考查情态动词

    C选项,句意:约翰的考试分数全班最高;他昨天晚上一定学习了。表示对过去某一动作行为的猜测须要用must have done这一句型结构。

    A,选项,对现在的猜测,与题意不符,故排除。

    B,选项,本该做而未做,故排除。

    D,与题意不符,故排除。

    故正确答案为C选项。

  • 第21题:

    单选题
    —Was the driving pleasant when you vacationed in Canada last summer?  —No, it ______ for many days when we arrived, so the roads were very muddy.
    A

    was raining

    B

    would be raining

    C

    had been raining

    D

    rained


    正确答案: C
    解析: 下雨这一动作发生在我们到达这一动作之前,由于后面用的是一般过去时,因此前一动作应用过去完成时。

  • 第22题:

    单选题
    A

    Government officers are hard to please.

    B

    The learner has to go through several tough tests.

    C

    The learner usually fails several times before he passes it.

    D

    The driving test usually last two months.


    正确答案: B
    解析:
    细节题。从主考官的表现可以看处,主考官很严厉,不管你做得多么好,都不会有什么笑脸,不会有什么称赞,所以答案为A。

  • 第23题:

    单选题
    Matt and Alysia are going to get their driver's licenses. The probability that Matt passes his driving test is 9/10. The probability that Alysia passes her driving test is 7/9. Assuming that their result is not dependent on how the other does, what is the probability that Matt passes and Alysia fails?
    A

    101/90

    B

    1/5

    C

    7/10

    D

    11/90

    E

    27/100


    正确答案: E
    解析:
    The two events are independent. The probability that Alysia fails the test is 1- 7/9 = 2/9 The probability that Matt passes and Alysia fails is (9/10)×(2/9) =2/10=1/5