【单选题】【消耗次数:1】
Please drop in whenever you can.. I’d like to keep _________ touch..
in
to
on
with
参考答案:
复制
纠错
相关题目
【单选题】 15.Please drop in whenever you can.. I’d like to keep _________ touch..
①  in
②  to
③  on
④  with
【单选题】 I’d like to book a flight to Shanghai, please.
①  No, of course not
②  Do you mind if I said no?
③  Yes, sir, single or return?
④  You can’t. We are busy
【单选题】 You________return the book now. You can keep it till next week if you like.
①  cant
②  mustnt
③  neednt
④  may not
【单选题】 12.You _____ return the book now. You can keep it till next week if you like.
①  cant
②  mustnt
③  neednt
④  may not
【单选题】 Hello, I’d like to speak to Mark, please.
①  Yes, I’m Mark
②  This is Mark speaking
③  It’s me here
④  This is me
【单选题】 Would you please keep silent? The weather report __________ and I want to listen.
①  is broadcast
②  is being broadcast
③  has been broadcast
④  had been broadcast
【单选题】 I’d like to ( )2 tickets to Sanya , please.
①  reserve
②  booking
③  reservation
④  bought
【单选题】 I’d like to take you to the coffee house on the corner.
①  Thank you. You shouldn’t’ do that
②  Thanks, I’d like to go with you
③  No, you can’t say so
④  No, no, You can’t do that
【单选题】 how long can I stay in the mountain ? ( ) you like.
①  As far as
②  As well as
③  As soon as
④  As long as
【单选题】 Can you turn down the radio, please?
①  Oh, I know
②  I’m sorry, I didn’t realize it was that loud
③  I’ll keep it down next time
④  Please forgive me
随机题目
【单选题】 Java是从( )语言改进重新设计。
①  Ada
②  C++
③  Pasacal
④  BASIC
【单选题】 编译Java程序的命令是: ( )
①  appletviewer
②  javac
③  java
④  javadoc
【单选题】 下列关于基本数据类型的取值范围的描述中,正确的一个是( ) 。
①  byte 类型的取值范围是-128~128
②  boolean 类型的取值范围是真或假
③  char 类型的取值范围是 0~65536
④  short 类 型 的 取 值 范 围 是 -32767 ~ 32767
【单选题】 以下关于继承的叙述正确的是( )。
①  在Java中类只允许单一继承
②  在Java中一个类只能实现一个接口
③  在Java中一个类不能同时继承一个类和实现一个接口
④  在Java中接口只允许单一继承
【单选题】 以下声明合法的是( )
①  default String s;
②  public final static native int w( )
③  abstract double d;
④  abstract final double hyperbolicCosine( )
【单选题】 下面的选项中,哪一项不属于“汽车类”的行为( )。
①  启动
②  刹车
③  减速
④  速度
【单选题】 在Java中用什么关键字修饰的方法可以直接通过类名来调用?( )
①  static
②  final
③  private
④  void
【单选题】 执行完以下代码int [ ] x = new int[10];后,以下哪项说明是正确的( )
①  x[9]为0
②  x[9]未定义
③  x[10]为0
④  x[0]为空
【单选题】 编译Java Application 源程序文件将产生相应的字节码文件,这些字节码文件的扩展名为( )。
①  .java
②  .class
③  .html
④  .exe
【单选题】 已知 y=2, z=3, n=4,则经过 n=n+ -y*z/n 运算后 n 的值为( ) 。
①  3
②  -1
③  -12
④  -3