【单选题】【消耗次数:1】
_______ , I will help you with your work.
If I am possible
If it possible
If possible
Possible
参考答案:
复制
纠错
相关题目
【单选题】 You had better ________ a doctor as soon as possible.
①  seeing
②  saw
③  see
④  seen
【单选题】 What are the possible roles of a teacher?
①  Controller, assessor
②  Organizer, prompter
③  Participant, resource-provider
④  All of the above.
【单选题】 Is _____ possible to fly to the moon in a spaceship?
①  now
②  man
③  that
④  it
【单选题】 According to the text, which of the following is NOT one of the possible activities for you to practice speaking English at school?
①  To talk to native speakers on campus.
②  To speak English to the waitress in English as you pay for a meal in a restaurant.
③  To rehearse aloud by yourself.
④  To talk with your classmates in English.
【单选题】 The assistant wrapped it _____ for her as quickly as possible.
①  round
②  about
③  in
④  up
【单选题】 Put up the passbook and the card properly. ______us as soon as possible if you lose them.
①  Reform
②  Inform
③  Transform
④  uniform
【单选题】 The adviser recommended that Mary _____ the training program as soon as possible.
①  started
②  starts
③  start
④  would start
【判断题】 In precis writing, try to keep as many specific words as possible.
①  正确
②  错误
【单选题】 Credit cards make it possible to ( ) payment over weeks or months.
①  spread
②  spread out
③  spread from
④  spread outwards
【判断题】 It is often the case___as ___anything is possible for those who hang on to hope.
①  正确
②  错误
随机题目
【单选题】 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