【单选题】【消耗次数:1】
Lifelong learning is both formal and non-formal; and the boundaries between face-to-face teaching and ___________ education are increasingly blurred.
lifelong
formal
distance
far
参考答案:
复制
纠错
相关题目
【单选题】 By _________ learning possible anytime and anywhere, distance education is a powerful tool for supporting lifelong learning.
①  making
②  make
③  made
④  be made
【单选题】 By making learning possible anytime and anywhere, distance education is a powerful tool _________ supporting lifelong learning.
①  to
②  for
③  with
④  on
【单选题】 — Why do you think the distance education cannot take place of the formal education?— I take this opinion __________ my experience.
①  because
②  because of
③  since
④  that
【单选题】 One big of formal education is the high cost.
①  advantage
②  disadvantage
③  problem
④  condition
【单选题】 For formal English we’d better choose _______.
①  peculiar words
②  obsolete words
③  words of intensity
④  peculiar idioms
【单选题】 For formal English, we’d better NOT choose_______.
①  words of glorification
②  verbs of action
③  words of strength
④  peculiar words
【单选题】 It is believed lifelong learning is a crucial response to the challenge of the global ________ economy.
①  technology
②  knowledge
③  examination
④  response
【判断题】 “Purchase”and “buy”are not synonyms because “purchase”is more formal than “buy”.
①  正确
②  错误
【判断题】 The complimentary close in the formal style includes Yours Truly, Respectfully yours.
①  正确
②  错误
【单选题】 We are taught that a business letter should be written in a formal style rather than________.
①  in a personal style
②  with a personal style
③  personal style
④  a personal style
随机题目
【单选题】 以下对封装的描述正确的是( )
①  只能对一个类中的方法进行封装,不能对属性进行封装
②  如果子类继承了父类,对于父类中进行封装的方法,子类仍然可以直接调用
③  封装的意义不大,因此在编码时尽量不要使用
④  封装的主要作用在于对外隐藏内部实现细节,增强程序的安全性
【单选题】 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
【单选题】 下列关于Java语言的特点,描述错误的是( )
①  Java是跨平台的编程语言
②  Java支持分布式计算
③  Java是面向过程的编程语言
④  Java支持多线程
【单选题】 Java 语言接口间的继承关系是( ) 。
①  单继承
②  多重继承
③  不能继承
④  不一定