【单选题】【消耗次数:1】
The speaker, _______ for her splendid speeches, was warmly received by the audience.
having known
being known
knowing
known
参考答案:
复制
纠错
相关题目
【单选题】 The better the elderly people are known, they are.
①  the happier
②  the happy
③  so happy
④  very happy
【单选题】 The day is also known _________ the Moon Festival.
①  as
②  for
③  with
④  in
【单选题】 It was well known that Thomas Edison _____ the electric lamp.
①  discovered
②  invented
③  found
④  developed
【单选题】 Wuthering Heights is known today as __________most fascinating novel.
①  Charlotte Bront?’s
②  Anne Bront?’s
③  Emily Bront?’s
④  George Eliot’s
【单选题】 The scientific quest is grounded in reason and ____ inference from known facts.
①  logic
②  practical
③  magical
④  logical
【单选题】 _________is considered to be the best-known English dramatist since Shakespeare.
①  Oscar Wilde
②  Galsworthy
③  G. B. Shaw
④  W. B. Yeats
【单选题】 Hardy’s local-colored works are known as “novels of character and _____.”
①  personality
②  nature
③  domestic life
④  environment
【单选题】 -- Wow! This is a marvelous room! Ive never known youre so artistic.--______
①  Great, I am very art-conscious.
②  Dont mention it.
③  Thanks for your compliments.
④  Its fine.
【判断题】 Oscar Wilde is considered to be the best-known English dramatist since Shakespeare.
①  正确
②  错误
【判断题】 Wuthering Heights is known today as Charlotte Bront?’s most fascinating novel.
①  正确
②  错误
随机题目
【单选题】 f1()函数是类A的公有成员函数,p是指向类的成员函数f1()的指针,下列表示中正确的是()。
①  p=f1()
②  p=f1
③  p=A::f1
④  p=A::f1()
【单选题】 main(){char a[]=Money;printf(%c,a[0]);}执行上面的程序段后,输出结果是()。
①  M
②  Money
③  m
④  Mon
【单选题】 所谓模块化程序设计是指,在程序设计中把功能相对独立、单一的模块用一个函数实现,再由若干个函数组成完整程序的程序设计方法。对于函数,下列说法不正确的是()。
①  函数结构独立、功能单一,便于编写、调试和修改
②  可以并行开发,加快软件开发速度,缩短开发周期
③  函数的重复使用性好,提高开发效率
④  所有函数都可用于整个程序,即使该程序包含了多个文件
【单选题】 在函数的传址调用中,函数的实参和形参分别应是()。
①  变量值和变量
②  地址值和指针
③  变量名和引用
④  地址值和引用
【单选题】 在下列选项中,全部都合法的浮点型数据的选项为()
①  -1e3.5 15 2e-4
②  12.34 -1e+5 0.1E-12
③  0.2e-2 -12345 e-5
④  5.0e(1+4) 0.1 8e+2
【单选题】 设int a =5,b =7;则条件表达式8<4?a :b 的值为()
①  0
②  1
③  5
④  7
【单选题】 在C++中,使用流进行输入输出,其中用于屏幕输入()
①  cin
②  cerr
③  cout
④  clog
【单选题】 在C++中类之间的继承关系具有()
①  自反性
②  对称性
③  传递性
④  反对称性
【单选题】 下列关于函数的声明中,正确的有()。
①  void play(a:Int,b:Int )
②  void play(int a,int b )
③  int play(int a,b )
④  int play(int ,int )
【单选题】 符号常量与变量的区别是()。
①  符号常量的使用增强了程序的可读性,但变量做不到。
②  变量有存储类型、数据类型和值的属性,其值是可通过程序改变,而符号常量则不能。
③  变量比符号常量有更宽的使用范围。
④  变量和符号常量都是标识符,没有区别,一样使用