【单选题】【消耗次数:1】
Nancyis______________________girl.
aeighteen-year-old
aneighteen-yearsold
aeighteenyears-old
aneighteen-year-old
参考答案:
复制
纠错
相关题目
【单选题】 He was[填空] three-year-old baby at that time.
①  a
②  an
③  the
④  /
【单选题】 My boss is a 40-year-old man, _______ wife is from Australia.
①  that
②  which
③  whose
【判断题】 There are far more toys than the three-year-old child can count.
①  正确
②  错误
【单选题】 the old couple decided to ____ a boy and a girl though they had three of their own.
①  adapt
②  bring
③  receive
④  adopt
【单选题】 There is [填空] old book.[填空] old book is Doctor Wangs.
①  an,The
②  the,An
③  a,The
④  the,The
【单选题】 14. I won’t believe that the five-year-old boy can read five thousand words ______ I have tested him myself.
①  after
②  when
③  if
④  until
【单选题】 The old man ______ across the street
①  walked
②  was walking
③  walks
④  were walking
【单选题】 His father began to work ______ he was seven years old.
①  as old as
②  as early as
③  as soon as
④  as much as
【单选题】 There is [填空] old woman in the car.
①  /
②  the
③  a
④  an
【多选题】 These seats are_____________ for old and sick people.
①  seen
②  driven
③  kept
④  reserved
随机题目
【单选题】 Java 语言接口间的继承关系是( ) 。
①  单继承
②  多重继承
③  不能继承
④  不一定
【单选题】 下面说法不正确的是( )
①  一个子类的对象可以接收父类对象能接收的消息;
②  当子类对象和父类对象能接收同样的消息时,它们针对消息产生的行为可能不同;
③  父类比它的子类的方法更多;
④  子类在构造函数中可以使用super( )来调用父类的构造函数;
【单选题】 执行语句int i = 1, j = ++i; 后i与j的值分别为( )。
①  1与1
②  2与1
③  1与2
④  2与2
【单选题】 下列哪一种叙述是正确的( )
①  abstract修饰符可修饰字段、方法和类  
②  抽象方法的body部分必须用一对大括号{ }包住
③  声明抽象方法,大括号可有可无 
④  声明抽象方法不可写出大括号
【单选题】 为AB类的一个无形式参数无返回值的方法method书写方法头,使得使用类名AB作为前缀就可以调用它,该方法头的形式为( )。
①  static void method( )
②  public void method( )
③  final void method( )
④  abstract void method( )
【单选题】 下列运算符合法的是( )
①  &&
②  <>
③  if
④  :=
【单选题】 欲构造ArrayList类的一个实例,此类继承了List接口,下列哪个方法是正确的?( )
①  ArrayList myList=new Object();
②  List myList=new ArrayList();
③  ArrayList myList=new List();
④  List myList=new List();
【单选题】 下面关于方法的说法,不正确的是( ) 。
①  Java 中的构造方法名必须和类名相同
②  方法体是对方法的实现,包括变量声明和合法语句
③  如果一个类定义了构造方法,也可以用该类的默认构造方法
④  类的私有方法不能被其他类直接访问
【单选题】 以下对重载描述错误的是( )
①  方法重载只能发生在一个类的内部
②  构造方法不能重载
③  重载要求方法名相同,参数列表不同
④  方法的返回值类型不是区分方法重载的条件
【单选题】 编译一个定义了 3 个类和 10 个方法的 Java 源文件后,会产生( D )个字节码文件?扩展名是( )?
①  13 个字节码文件,扩展名为.class
②  1 个字节码文件,扩展名为.class
③  3 个字节码文件,扩展名为.java
④  3 个字节码文件,扩展名为.class