【单选题】【消耗次数:1】
he children  ()  many times not to play with fire.
told
have told
have been told
are being told
参考答案:
复制
纠错
相关题目
【单选题】 3. He ______ hard until I told him to sit down and have a break.
①  was working
②  had been working
③  worked
④  has worked
【单选题】 He told me that he ____ by his uncle in the countryside.
①  will be brought up
②  has been brought up
③  had brought up
④  was brought up
【单选题】 As he had heart attack, he was told that he_____ continue the work.
①  needn’ t
②  may not
③  mustn’ t
④  can’ t
【单选题】 The man told me that by the end of the week he _______ away from his hometown for 20 years.
①  has been
②  will have been
③  is to be
④  would have been
【单选题】 18.He told me he saw it , but _____fact he wasn’t really there.
①  in point of
②  at point of
③  about point of
④  from point of
【单选题】 Mr Guo told us at the beginning of this term that he _________ born on July 24, 1973.
①  is
②  was
③  has been
④  had been
【单选题】 He told me how he had given me shelter and protection without which I __________ of hunger.
①  would be died
②  would die
③  would have died
④  will die
【单选题】 The story Alisa told on balcony is ( ) over.
①  far from
②  far away
③  beyond
④  further from
【多选题】 They told us that the company_______________ the law.
①  obey
②  obeyed
③  dont break
④  didnt break
【单选题】 The teacher told us that the sun ____in the east.
①  rises
②  rose
③  raises
④  raised
随机题目
【单选题】 以下哪个不是Java的原始数据类型( )
①  int
②  Boolean
③  float
④  char
【单选题】 在创建对象时必须( )
①  先声明对象,然后才能使用对象
②  先声明对象,为对象分配内存空间,然后才能使用对象
③  先声明对象,为对象分配内存空间,对对象初始化,然后才能使用对象
④  上述说法都对
【单选题】 以下对封装的描述正确的是( )
①  只能对一个类中的方法进行封装,不能对属性进行封装
②  如果子类继承了父类,对于父类中进行封装的方法,子类仍然可以直接调用
③  封装的意义不大,因此在编码时尽量不要使用
④  封装的主要作用在于对外隐藏内部实现细节,增强程序的安全性
【单选题】 Java 语言类间的继承关系是( ) 。
①  单继承
②  多重继承
③  不能继承
④  不一定
【单选题】 在编写Java Applet程序时,需在程序的开头写上( )语句。
①  import java.awt.* ;
②  import java.applet.Applet ;
③  import java.io.* ;
④  import java.awt.Graphics ;
【单选题】 下列语句哪一个正确( )
①  Java程序经编译后会产生machine code   
②  Java程序经编译后会产生byte code   
③  Java程序经编译后会产生DLL   
④  以上都不正确
【单选题】 下列哪个选项不是Java语言的特点?( )
①  面向对象
②  高安全性
③  平台无关
④  面向过程
【单选题】 下列关于构造方法的叙述中,错误的是( )。
①  Java语言规定构造方法名与类名必须相同
②  Java语言规定构造方法没有返回值,但不用void声明
③  Java语言规定构造方法不可以重载
④  Java语言规定构造方法只能通过new自动调用
【单选题】 以下描述正确的有( )
①  方法的重写应用在一个类的内部
②  方法的重载与返回值类型无关
③  构造方法不能重载
④  构造方法可以重写
【单选题】 如果希望某个变量只可以被类本身访问和调用,则应该使用下列哪一种访问控制修饰符( )。
①  private
②  protected
③  private protected
④  public