【单选题】【消耗次数:1】
A suitcase with shirt, trousers and shoes __________ stolen from the car.
have been
has
was
are
参考答案:
复制
纠错
相关题目
【单选题】 —How long have you been graduated from your college?— .
①  Yes, I’ve been graduated
②  I’ve been graduated for five years
③  I graduated from my college last year
④  I graduat from my college last year
【单选题】 – How long have you been graduated from your college?–
①  Yes, Ive been graduated.
②  Ive been graduated for five years.
③  I graduated from my college last year.
④  yes
【单选题】 Its ( ) that he has been away from home.
①  evident
②  important
③  genuine
④  alternative
【单选题】 To survive such an ( ) of a car crash, one has to have incredible luck.
①  collision
②  incident
③  occurrence
④  impact
【单选题】 The ____ problem of bring a spaceship back from the moon has been solved.
①  technical
②  technological
③  technique
④  technology
【单选题】 The _____problem of bringing a spaceship back from the moon has been solved.
①  technical
②  technological
③  technique
④  technology
【单选题】 I hope ___ the little ___ I have been able to do has been of some use.
①  that; that
②  /; by which?
③  what; what
④  /; with which
【单选题】 I have been looking forward to ____ from my parents.
①  :hear
②  :being heard
③  :be heard
④  :hearing
【多选题】 Its the_____________ coat that was stolen from me.
①  small
②  same
③  identical
④  identity
【单选题】 [] has been made clear to all of us, none of you are to come late to class from today on.
①  It
②  As
③  What
④  Which
随机题目
【单选题】 设有下面两个赋值语句: a = Integer.parseInt(“12”); b = Integer.valueOf(“12”).intValue(); 下述说法正确的是( )。
①  a是整数类型变量,b是整数类对象。
②  a是整数类对象,b是整数类型变量。
③  a和b都是整数类对象并且值相等。
④  a和b都是整数类型变量并且值相等。
【单选题】 在Java中,456属于( )类的对象。
①  int
②  String
③  Integer
④  Number
【单选题】 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]为空