【单选题】【消耗次数:1】
What ___ if I drink this?
happens
is happening
will happen
is happened
参考答案:
复制
纠错
相关题目
【单选题】 What _________ if I drink this ?
①  happens
②  is happening
③  will happen
④  is happened
【单选题】 What ______if I drink this ?
①  happens
②  is happening
③  will happen
④  is happened
【单选题】 4.What if I drink this?
①  happens
②  is happening
③  will happen
④  is happened
【单选题】 ____ find out what had happened.
①  Not until he woke up did he
②  Not until he woke up he
③  Until he woke up did he
④  Until he woke up he
【单选题】 What’s happened to Jan?_______to hospital.
①  She’s been taken
②  She’ll be taken
③  She’ll take
【单选题】 ?What apparently had happened, three years ago, was that Kate _____ to a different building.
①  went
②  B) has gone
③  had gone
④  would go
【单选题】 A: Do I have the pleasure to buy you a drink? B:[填空].
①  Its your pleasure
②  Its very kind of you
③  Youre too nice to me
④  You spend money again
【判断题】 A: How about a cup of tea? B: No, I dont drink.
①  正确
②  错误
【单选题】 I always ____ what I have said.
①  get to
②  hold to
③  lead to
④  see to
【单选题】 Televisions enable us to see things happen almost at the exact moment _____.
①  which they are happening
②  they are happening
③  which they happen
④  they have happened
随机题目
【单选题】 关于语句行,下列说法正确的是()。
①  一行只能写一条语句
②  一条语句可以分多行书写6
③  每行的首字符必须大写
④  长度不能超过255个字符
【单选题】 如果要在程序中显示一个弹出式菜单,那么要调用Visual Basic中提供的方法是()。
①  Print
②  .Move
③  Refresh
④  PopupMenu
【单选题】 按照变量的作用域可将变量划分为()。
①  公有、私有、系统
②  全局变量、模块级变量、过程级变量
③  动态、常数、静态
④  Public 、 Private、 Protected
【单选题】 将调试通过的工程经“文件”菜单的“生成.exe”编译成名.exe后,将该可执行文件放到其他机器上不能运行的主要原因是()。
①  运行的机器上无VB系统
②  缺少.frm窗体文件
③  该可执行文件有病毒
④  以上原因都不对
【单选题】 Sub过程与Function过程最根本的区别是()。
①  Sub过程可以使用Call语句或直接使用过程名调用,而Function过程不可以。
②  Function过程可以有参数,Sub过程不可以。
③  两种过程参数的传递方式不同
④  Sub过程的过程名不能返回值,而Function过程能够通过过程名返回值。
【单选题】 随机文件进行文件读取的单位是()。
①  字节
②  记录
③  整个文件
④  字符
【单选题】 On Error GoTo ErrLB语句中,ErrLB的含义是()。
①  行标识号
②  Sub过程名
③  Function过程名
④  错误号
【单选题】 “x是小于80的非负数”,用VB表达式表示正确的是()。
①  0£ x £ 80
②  0 <= x < 80
③  0 <= x And x < 80D.0 <= x Or x < 80
【单选题】 当使用Line方法画直线后,当前坐标在()。
①  (0,0
②  直线起点
③  直线终点
④  容器的中心
【单选题】 把数值型转换为字符串型需要使用的函数是()。
①  Val
②  .Str
③  Asc
④  Chr