【单选题】【消耗次数:1】
It was the driver’s ____ that caused him to step on the gas instead of the brake after his car went over the curb.
fraud
alarm
terror
panic
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【单选题】 You uncle seems to be a good driver; I wouldnt dare to travel in his car.
①  even so
②  even though
③  therefore
④  so
【单选题】 After ____ seemed an endless wait, it was her turn to step into the doctor’s office.
①  it
②  that
③  what
④  which
【单选题】 John asked me _______ to visit his uncle’s farm with him.
①  how would I like 
②  if or not would I like
③  whether I would like  
④  wehn I would like  
【单选题】 8.We ______ last night, but we went to the concert instead.
①  musthavestudied
②  mightstudy
③  shouldhavestudied
④  wouldstudy
【单选题】 His salary as a driver is much higher than ______.
①  a porter
②  is a porter
③  that of a porter
④  as a porter
【单选题】 The car ran over the child, but by a _____ he was unhurt.
①  wonder
②  marvel
③  miracle
④  surprise
【单选题】 At first Bob was puzzled by Virginia s waving, but then it __ his mind that she was trying to tell him something.
①  crossed
②  passed
③  occurred
④  opened
【单选题】 The taxi driver _______ at me in the rear-view mirror when I got on the car.
①  smile
②  laughed
③  grinned
④  stared
【单选题】 The car salesman took the customer for a driver in the new model in order to ___ its improved features.
①  advocate
②  demonstrate
③  exhibit
④  reveal
【单选题】 The car accident left him with ( ) impaired hearing.
①  possibly
②  extremly
③  permanently
④  perspectively
随机题目
【判断题】 C语言的函数定义是相互平行、独立的。
①  正确
②  错误
【判断题】 数组元素的作用与变量相当,一般来说,凡是变量可以出现的地方都可以用数组元素代替。
①  正确
②  错误
【判断题】 定义函数时,一个函数内不能再定义另一个函数。
①  正确
②  错误
【判断题】 程序中不应出现无终止的递归调用,只应出现有限次数、有终止的递归调用。
①  正确
②  错误
【判断题】 可以嵌套调用函数。
①  正确
②  错误
【判断题】 在调用一个函数的过程中允许间接调用该函数本身。
①  正确
②  错误
【判断题】 调用有参函数时,需要提供实参。
①  正确
②  错误
【判断题】 不能嵌套定义函数。
①  正确
②  错误
【判断题】 在调用一个函数的过程中允许直接调用该函数本身。
①  正确
②  错误
【单选题】 在一个C程序中,(  )。
①  main函数必须出现在所有函数之前
②  main函数可以在任何地方出现
③  main函数必须出现在所有函数之后
④  main函数必须出现在固定位置