【单选题】【消耗次数:1】
I didnt hear the phone. I________asleep.
must be
must have been
should be
should have been
参考答案:
复制
纠错
相关题目
【单选题】 14. I didn’thear the phone. I ______ asleep.
①  must be
②  must have been
③  should be
④  should have been
【单选题】 —Who broke the window ? —Not me. It must have been ____ else.
①  someone
②  anyone
③  everybody
④  nobody
【单选题】 I hope ___ the little ___ I have been able to do has been of some use.
①  that; that
②  /; by which?
③  what; what
④  /; with which
【单选题】 How stupid I have been! Why _______ I do that before?
①  don’t
②  didn’t
③  not
【单选题】 I have been at home [填空]Sunday.
①  on
②  for
③  at
④  since
【单选题】 I have been looking forward to ____ from my parents.
①  :hear
②  :being heard
③  :be heard
④  :hearing
【单选题】 You should have put the milk into the icebox, I expect it ____ undrinkable.
①  became
②  had become
③  has become
④  becomes
【单选题】 I should think they have done it ________, to avoid paying you the money.
①  with purpose
②  on purpose
③  in purpose
④  to purpose
【单选题】 I often ______ the cooking for my family, but recently I have been too busy to do it.
①  will do
②  do
③  am doing
④  had done
【单选题】 The sandwhich course, [填空]I have been on for a week ,is really excellent.
①  which
②  that
③  whose
④  who
随机题目
【单选题】 关闭当前表单的程序代码就是 ThisForm. Release, 其中的 Release 就是表单对象的
①  标题
②  属性
③  事件
④  方法
【单选题】 用命令INDEX on 姓名 TAG index_name 建立索引,其索引类型就是
①  主索引
②  候选索引
③  普通索引
④  惟一索引
【单选题】 物理删除表中所有记录的命令是
①  DELETE
②  SKIP
③  ZAP
④  RECALL
【单选题】 在Visual FoxPro中,程序文件的扩展名为
①  .prg
②  .qpr
③  .scx
④  .sct
【单选题】 在 Visual FoxPro 中,执行程序文件的命令是
①  DO文件名
②  OPEN文件名
③  MODIFY文件名
④  以上答案都不对
【单选题】 内存变量的数据类型不包括
①  数值型
②  货币型
③  备注型
④  逻辑型
【单选题】 查询所有“工程师”读者借阅过的图书编号,正确的SQL语句是
①  SELECT 图书编号 FROM 读者,借阅 WHERE 职称=工程师
②  SELECT 图书编号 FROM 读者,图书 WHERE 职称=工程师
③  SELECT 图书编号 FROM 借阅 WHERE 图书编号=(SELECT 图书编号 FROM 借阅 WHERE 职称=工程师
④  SELECT 图书编号 FROM 借阅 WHERE 借书证号 IN(SELECT 借书证号 FROM 读者 WHERE 职称=工程师)
【单选题】 在 SQL 语句中,视图定义的命令是
①  ALTER VIEW
②  SELECT VIEW
③  CREATE VIEW
④  MODIFY VIEW
【单选题】 在下列函数中,函数值为数值的就是( )
①  AT(′人民′ , ′中华人民共与国′)
②  CTOD(′01/01/96 ′)
③  BOF()
④  SUBSTR(DTOC(DATE()),7
【单选题】 在Visual FoxPro 中,APPEND命令的作用是
①  在表的任意位置添加记录
②  在当前记录之前插入新记录
③  在表的尾部添加记录
④  在表的首部添加记录