【单选题】【消耗次数:1】
Sometimes they discuss [填空] each other.
to
at
with
against
参考答案:
复制
纠错
相关题目
【单选题】 Let’s share the desk [填空] each other.
①  to
②  at
③  with
④  against
【单选题】 Tom and Mary ___________ each other.
①  keep apart
②  are in love with
③  none other than
④  in a whisper
【单选题】 9. They have ______ each other for a long time.
①  corresponded on
②  corresponded with
③  communicated with
④  kept writing
【单选题】 _____their differences,the couple were developing an obvious and genuine affection for each other .
①  But for
②  For all
③  Above all
④  Except for
【单选题】 It won’t be long ____ we know each other well.
①  after
②  until
③  when
④  before
【单选题】 So little ____ with each other that the neighbors could not settle their difference.
①  agreed did they
②  did they agree
③  they agree
④  they did agree
【单选题】 Good friends means sharing happiness but also sadness ____each other .
①  of
②  with
③  by
④  for
【单选题】 EBay, Amazon and WalMart are popular websites ___ people can sell goods to each other.
①  where
②  which
③  when
④  whose
【单选题】 Mark sometimes [填空] to the cinema with his sister.
①  go
②  gos
③  goes
④  going
【单选题】 22. The two old sisters,_______ so long,held each other and burst into tears.
①  beingseparated
②  havingbeenseparated
③  havingsepartated
④  hadbeensepartated
随机题目
【单选题】 如果要在文本框中的内容在运行时不能编辑,需将文本框的()属性设置为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
【单选题】 当单击工具栏上的按钮时,会触发的事件是()。
①  ButtonClick
②  Change
③  ShowSave
④  ShowColor