【单选题】【消耗次数:1】
But for your help, we could not __________ .
succeed
have succeeded
参考答案:
复制
纠错
相关题目
【单选题】 We have been hearing ______ accounts of your work.
①  favoured
②  favourable
③  favorite
④  favouring
【单选题】 Five minutes earlier, __________ we could have caught the last train.
①  and
②  or
③  so
④  but
【单选题】 8.We have very much ______ your prompt attention to our request.
①  enjoyed
②  appreciated
③  liked
④  . reduced
【单选题】 20. ______ you can’t answer this question, we have to ask someone else for help.
①  Although
②  While
③  Whether
④  Since
【单选题】 Could you help [填空]?
①  I
②  me
③  my
④  mine
【单选题】 8.______ your request for a make-up test, we have referred the matter to the school authority.
①  For the purpose of
②  With regard to
③  In view of
④  In accordance with
【单选题】 Could you help me with my homework, please?
①  No, no way
②  No, I couldn’t
③  No, I can’t
④  Sorry I can’t. I have to go to a meeting right now
【单选题】 Could I use your dictionary for a moment?
①  It’s well
②  It doesn’t matter
③  By all means
④  I have no idea
【单选题】 — Could I use your dictionary for a moment?— _______________________.
①  Its well
②  It doesnt matter
③  I have no idea
④  By all means
【单选题】 Can I help you with your suitcase?
①  I have no idea
②  No, no. I can carry it myself
③  That’s a good idea
④  Thank you. I can manage myself
随机题目
【单选题】 下列”CommonDialog1”控件程序代码,CommonDialog1.Action=1,代表()。
①  文件另存为
②  打开文件
③  色彩
④  打印
【单选题】 要利用公用对话框控件来显示“打开文件”对话框,需要调用控件的()方法。
①  ShowPrinter
②  ShowOpen
③  ShowSave
④  ShowColor
【单选题】 下列可以用来存储图像供其他对象使用的控件是()。
①  ToolBar
②  StatursBar
③  ImageList
④  KeyPress
【单选题】 如果准备读文件,打开顺序文件“text.dat”的正确语句是()。
①  open “text.dat” For wirte As #1
②  open “text.dat” For Binary As #1
③  open “text.dat” For Input As #1
④  open “text.dat” For Random As #1
【单选题】 为了使目录路径列表框Dir1的内容符合驱动器列表框Drive1的选择,应当()。
①  在Dir1_Click事件中加入Dir1.Path=Drive1.Drive
②  在Drive1_Click事件中加入Dir1.Path=Drive.Drive
③  在Dir1_Click事件中加入Drive1.Path=Dir1.Path
④  在Dir1_Click事件中加入Drive1.Path=Dir1.Path
【单选题】 用下面的语句所定义的数组的元素的个数是()。Dim A(-3 to 5 ) as Integer
①  6
②  7
③  8
④  9
【单选题】 在设计菜单时,如果要在菜单中加入一个菜单分隔条,则菜单分隔条的标题必须设置为()。
①  加号(+)
②  减号(—
③  星号(*)
④  感叹号(!)
【单选题】 FileFiles.Pattern= “*.bat”程序代码执行后,会显示()。
①  只包含扩展文件名为“*.bat”的文件
②  第一个bat文件
③  包含所有的文件
④  会显示磁盘的路径
【单选题】 将调试通过的工程经“文件”菜单的“生成.exe”编译成名.exe后,将该可执行文件放到其他机器上不能运行的主要原因是()。
①  运行的机器上无VB系统
②  缺少.frm窗体文件
③  该可执行文件有病毒
④  以上原因都不对
【单选题】 如果要在文本框中的内容在运行时不能编辑,需将文本框的()属性设置为True。
①  Caption
②  PasswordChar
③  Text
④  Char