【单选题】【消耗次数:1】
He moved to Ohio in 2005 where, ( )other things, he worked as a journalist.
awhile
amid
await
among
参考答案:
复制
纠错
相关题目
【单选题】 If he had worked harder, he ___.
①  would succeed
②  had succeeded
③  should succeed
④  would have succeeded
【单选题】 Had he worked hard, he _____ the exams.
①  must have got through
②  would have got through
③  would get through
④  could get through
【单选题】 A well written composition ____ good choice of words and clear organization among other things.
①  calls for
②  calls on
③  calls up
④  calls off
【单选题】 A well written composition _____ good choice of words and clear organization among other things.
①  calls for
②  calls on
③  calls up
④  calls off
【单选题】 He _______ lives in the house where he was born.
①  already
②  yet
③  still
④  ever
【单选题】 If he was healthy, he_______do more things useful.
①  /
②  will
③  would
【判断题】 Before he began to study in the university, he had worked in a company for three years.
①  正确
②  错误
【单选题】 He looked at the little girl, _________ where he had seen her before.
①  wondering
②  wondered
【单选题】 The boy worked hard ______ he could get the prize.
①  so that
②  so as to
③  so as
④  in order to
【单选题】 His decision was ____, since he could not see the action from where he was standing.
①  arbitrary
②  ordinary
③  casual
④  accurate
随机题目
【单选题】 假定在图片框Picture1中装入了一个图形,为了清除该图形(不删除图片框),应采用的正确方法是。
①  执行语句Picture1.Picture =
②  执行语句Picture1.Picture = LoadPicture ()
③  选择图片框,然后按Del键
④  选择图片框,在属性窗口中选择Picture属性条,然后按回车键
【单选题】 若要向列表框新增列表项,则可使用的方法是?
①  Add
②  Remove
③  Clear
④  AddItem
【单选题】 用下面的语句所定义的数组的元素个数是:Dim arr(3 To 5,-2 to 2)
①  24
②  12
③  15
④  20
【单选题】 可以强行中断VB程序运行的操作是?
①  按Ctrl+C键
②  按Ctrl+Z键
③  按Ctrl+V键
④  按Ctrl+Break键
【单选题】 VB一共有设计、运行和中断三种模式,要使用调试工具应该
①  进入中断模式
②  进入运行模式
③  进入设计模式
④  不用进入任何模式
【单选题】 在窗体上画一个命令按钮和一个文本框,其名称分别为Command1和Text1,把文本框的Text属性设置为空白,然后编写如下事件过程: Private Sub Command1_Click() ??? a = InputBox(Enter an integer) ??? b = InputBox(Enter an integer) ??? Text1.Text = b + a End Sub 程序运行后,单击命令按钮,如果在输入对话框中分别输入8和10,则文本框中显示的内容是______。
①  出错
②  18
③  810
④  108
【单选题】 列表框中的列表项的数目可以通过以下哪个属性的值获得?
①  ListIndex
②  ListCount
③  Count
④  Index
【单选题】 为了使一个窗体从屏幕消失但仍在内存中,所使用的方法或语句为?
①  Unload
②  Load
③  Show
④  Hide
【单选题】 Sub过程与Function过程最根本的区别是
①  两种过程参数的传递方式不同
②  Function过程可以有参数,Sub过程不可以
③  Sub过程可以使用Call语句或直接使用过程名调用,而Function过程不可以
④  Sub过程的过程名不能返回值,而Function过程能通过过程名返回值
【单选题】 下列哪个语句可以为动态数组分配实际元素个数?
①  static语句
②  Dim语句
③  public语句
④  ReDim语句