【单选题】【消耗次数:1】
“__________” is Byron’s masterpiece, a great comic epic of the early 19th century. It is a poem based on a traditional Spanish legend of a great lover and seducer of women.
Child Harold’s Pilgrimage
Don Juan
The Prisoner of Chillon
The Island
参考答案:
复制
纠错
相关题目
【单选题】 Not until the early years of the 19th century ____ what heat is.
①  man knew
②  did man know
③  man did know
④  didn’t man know
【单选题】 Washington Irving’s_________ became the first work by an American writer to win financial success on both sides of the Atlantic in the first half of the 19th century.
①  Charles the Second
②  Sketch Book
③  The Scarlet Letter
④  Moby Dick I
【单选题】 At the middle of 19th century, America witnessed a cultural flowering which is called “_____”.
①  the English Renaissance
②  the Second Renaissance
③  the American Renaissance
④  the Salem Renaissance
【单选题】 Mark Twain, one of the greatest 19th century American writers, is well known for his ______.
①  international theme
②  waste-land imagery
③  local colorism
④  symbolism
【单选题】 The 20th century has witnessed a great achievement in English poetry and novel, which are mainly represented by the following except ____.
①  Thomas Hardy
②  Ezra Pound
③  T. S. Eliot
④  Robert Browning
【判断题】 Mark Twain, one of the greatest 19th century American writers, is well known for his international theme.
①  正确
②  错误
【判断题】 When the war was over, the young people turned their energies in both Europe and America to the destruction of an obsolescent 19th century society.
①  正确
②  错误
【单选题】 The book has a great ____________ on tthe child.
①  interest
②  information
③  idea
④  impact
【单选题】 Beowulf, the oldest great long poem ever written in English, is composed in a form of____.
①  epics
②  lyrics
③  folk songs
④  sagas
【判断题】 Beowulf, the oldest great long poem ever written in English, is composed in a form of epics.
①  正确
②  错误
随机题目
【单选题】 设类A将其它类对象作为成员,则建立A类对象时,下列描述正确的是( )
①  A类构造函数先执行
②  成员构造函数先执行
③  两者并行执行
④  不能确定
【单选题】 下面关于类和对象说法不正确是
①  类由数据与函数组成
②  一个对象必属于某个类
③  对象是类的实例
④  一个类的对象只有一个
【单选题】 面向对象程序设计思想的主要特征中不包括( )。
①  封装性
②  多态性
③  继承性
④  功能分解,逐步求精
【单选题】 如没有使用private关键字定义类的数据成员,则默认为( )
①  private
②  public
③  protected
④  friend
【单选题】 对类中声明的变量,下列描述中正确的是( )
①  属于全局变量
②  只属于该类
③  属于该类,某些情况下也可被该类不同实例所共享
④  任何情况下都可被该类所有实例共享
【单选题】 下列运算符中,在C++语言中不能重载的是()
①  *
②  =
③  ::
④  /
【单选题】 在面向对象的程序设计中,首先在问题域中识别出若干个 ()
①  函数
② 
③  文件
④  过程
【单选题】 下面说法中,正确的是( )
①  一个类只能定义一个构造函数,但可以定义多个析构函数
②  一个类只能定义一个析构函数,但可以定义多个构造函数
③  构造函数与析构函数同名,只要名字前加了一个求反符号(~)
④  构造函数可以指定返回类型,而析构函数不能指定任何返回类型,即使是void类型也不可以
【单选题】 下列关于静态数据成员的说法,不正确的是( )。
①  类中定义的公用静态数据成员,可以通过类的对象来访问
②  类中定义的所有静态数据成员,都必须在类外初始化
③  静态数据成员不是所有对象所共用的
④  普通的成员函数可以直接访问类中的静态数据成员
【单选题】 下列语句中,将函数int sum(int x, int y)正确重载的是( )。
①  float sum(int x, int y);
②  int sum(int a, int b);
③  float sum(float x, float y);
④  double sum(int y, int x);