【单选题】【消耗次数:1】
I’m good at [填空] Chinese kongfu.
play
plays
playing
played
参考答案:
复制
纠错
相关题目
【单选题】 I _____ online games when my father came back.A. played B. am playing C. have played D. was playing
①  am playing
②  played
③  have played
④  was playing
【判断题】 I’m playing the pingpang in the room .
①  正确
②  错误
【判断题】 He is good?at?playing?football.
①  正确
②  错误
【单选题】 I liked to play games years ago. [填空].
①  So he was
②  So was he
③  So did he
④  So he did
【单选题】 A: Would you mind if I play the violin here? B: [填空].
①  Of course not.
②  Yes, I dont mind
③  Yes, you may do that
④  OK. Everyone does
【单选题】 You’ d better add it up; I’ m no good at____.
①  fingers
②  calculate
③  figures
④  image
【单选题】 I’m thinking of buying a computer. Can you ( ) a good make to me?
①  advise
②  recommend
③  propose
④  suggest
【单选题】 14. I’m confident that you are _______a good job at your new position.
①  able of doing
②  capable of doing
③  capable to do
④  able at doing
【单选题】 In the Chinese household, grandparents and other relative play ___ roles in raising children.
①  incapable
②  indispensable
③  insensible
④  infinite
【单选题】 The apple?tastes good. Can I have another[填空]??
①  ones
②  thing
③  apples
④  one
随机题目
【单选题】 “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
【单选题】 当单击工具栏上的按钮时,会触发的事件是()。
①  ButtonClick
②  Change
③  ShowSave
④  ShowColor
【单选题】 设ADOrs为Recordset对象,从“学生基本情况表”中获取所有记录的语句是()。
①  ADOrs.New “Select * From学生基本情况表”
②  ADOrs.Open “Select * From学生基本情况表”
③  ADOrs.Execute “Select * From学生基本情况表”
④  ADOrs.Select “Select * From学生基本情况表”
【单选题】 如果对象的名称为Mytext,而且对象有一个属性Text,那么在代码中引用该属性的正确格式是()。
①  Text.Mytext
②  Mytext.text
③  Mytext.(Text)
④  Mytext*Text