【单选题】【消耗次数:1】
12. I’m very sorry to have _______ you with so many questions on such an occasion.
interfered
offended
impressed
bothered
参考答案:
复制
纠错
相关题目
【单选题】 I’m very sorry to have ____ you with so many questions on such an occasion.
①  interfered
②  offended
③  impressed
④  bothered
【单选题】 I’m very sorry to kept you ______ for two hours.
①  wait
②  waited
③  waits
④  waiting
【单选题】 A: Mr. Wang, Im very much impressed. Theres no need for further questions. B: [填空].
①  Really? Thats great
②  Sorry, I didnt mean to bother you
③  Thank you for your time
④  Its my pleasure
【单选题】 Ted: I’m very sorry for stepping on your foot. Chark: __________ It’s very crowded on the bus.
①  Don’t worry.
②  That’s all right.
③  I’m fine.
④  Take it easy.
【单选题】 12. That’s ______ joke I have ever heard.
①  the funniest
②  more funny
③  a funniest
④  funnier
【单选题】 Ted: I’m very sorry for stepping on your foot.Chark: __________ It’s very crowded on the bus.
①  Don’t worry.
②  Thats all right.
③  Im fine.
④  Take it easy.
【判断题】 A: Is Mary very sick? B: I’m afraid so.
①  正确
②  错误
【单选题】 40.—I`m sorry I didn`t do a good job. ---Never mind.____you have tried your best.
①  Aboveall
②  Aboveall
③  Atall
④  Afterall
【单选题】 A: Mary, Im very sorry to tell you that I wont be able to come this Friday. B: Whats the matter? [填空].
①  Nothing wrong, I hope
②  Its all right with me
③  Im really sorry for that
④  You can come some other time
【单选题】 I thought you________like something to read,so I have bought you some books.
①  may
②  might
③  could
④  must
随机题目
【单选题】 将调试通过的工程经“文件”菜单的“生成.exe”编译成名.exe后,将该可执行文件放到其他机器上不能运行的主要原因是()。
①  运行的机器上无VB系统
②  缺少.frm窗体文件
③  该可执行文件有病毒
④  以上原因都不对
【单选题】 如果要在文本框中的内容在运行时不能编辑,需将文本框的()属性设置为True。
①  Caption
②  PasswordChar
③  Text
④  Char
【单选题】 以下可以作为Visual Basic变量名的是()。
①  SIN
②  CO1
③  COS(X)
④  X(-1)
【单选题】 “x是小于80的非负数”,用VB表达式表示正确的是()。
①  0£x£80
②  0 = x 80
③  0 = x And x 80
④  0 = x Or x 80
【单选题】 表达式6 + 10 Mod 4*2 + 1 的值是()。
①  9
②  11
③  1
④  3
【单选题】 如果要在程序中显示一个弹出式菜单,那么要调用Visual Basic中提供的方法是()。
①  Print
②  Move
③  Refresh
④  PopupMenu
【单选题】 Sub过程与Function过程最根本的区别是()。
①  Sub过程可以使用Call语句或直接使用过程名调用,而Function过程不可以。
②  Function过程可以有参数,Sub过程不可以。
③  两种过程参数的传递方式不同。
④  Sub过程的过程名不能返回值,而Function过程能够通过过程名返回值。
【单选题】 如果准备向随机文件中写入数据,正确的语句是()。
①  Print # 1 ,rec
②  Write #1 ,rec
③  Put #1 ,rec
④  Get #1,rec
【单选题】 有如下程序段:Dim str1 As String * 5 Str1= ”Visual Basic”当该程序段被执行完时,变量Str1的值是()。
①  ”Visual ”
②  “ Visua ”
③  “ V ”
④  “ Visual Basic ”
【单选题】 把数值型转换为字符串型需要使用的函数是()。
①  Val
②  Str
③  Asc
④  Chr