【单选题】【消耗次数:1】
Not until the early years of the 19th century ____ what heat is.
man knew
did man know
man did know
didn’t man know
参考答案:
复制
纠错
相关题目
【单选题】 Do you know the man _______?
①  whom I spoke
②  to who spoke
③  I spoke to
④  that I spoke
【单选题】 I know the man by ____ but I have never spoken to him.
①  chance
②  heart
③  sight
④  experience
【单选题】 A: What did the man say to you?B: Oh , he asked me ___ a cigarette.
①  with
②  to
③  for
【单选题】 I didn’t know what to do, but then an idea suddenly ________ to me.
①  appeared
②  happened
③  occurred
④  emerged
【单选题】 Early to bed and early to rise ____ a man healthy, wealthy and wise. ?
①  make ?
②  had made ?
③  makes ?
④  will make?
【单选题】 There is [填空] man over there. [填空] man is Lilys uncle.
①  the,The;
②  an,The
③  a,The
④  a,an
【单选题】 Did you know that James Lee [] the novelist and essayist, was also an art critic?
①  comma
②  dash
③  brackets
④  semicolon
【单选题】 4.Scientists didn’t know much about lung cancer ______.
①  before long
②  until recently
③  long before
④  in the past few years
【单选题】 But for the party, the old man______of hunger fifteen years ago.
①  must die
②  must have died
③  would die
④  would have died
【单选题】 16.One man’s meat is _____ man’s poison.
①  the other
②  any
③  all
④  another
随机题目
【单选题】 有如下模板定义:templateT fun(Tx,Ty){returnx*x+y*y;}在下列对fun的调用中,错误的是()
①  fun(2,8)
②  fun(2.0,8.2)
③  fun(2.3,8)
④  fun(2,8.3)
【单选题】 有如下定义语句:typedefchar*PCHAR;下列正确的描述或代码是:()
①  语句PCHARp定义了一个字符变量
②  PCHARp=a;
③  PCHARp;charname[5]=John;p=name;
④  PCHARp=Hello;cout
【单选题】 对于一个类的构造函数,其函数名与类名()
①  完全相同
②  基本相同
③  不相同
④  无关系
【单选题】 关于对象性质,下列描述错误的是()
①  同一类对象之间不可相互赋值
②  可以使用对象数组
③  对象可以用作函数参数
④  一个对象可以用作另一个类的成员
【单选题】 对于一个类的析构函数,其函数名与类名()
①  完全相同
②  完全不同
③  只相差一个字符
④  无关系
【单选题】 哪个不是十进制整数()
①  10
②  9
③  8
④  7
【单选题】 如果没有显式定义构造函数(包括复制构造函数),C++编译器就()
①  出现编译错误
②  没有构造函数
③  必须显示定义
④  隐式定义默认的构造函数
【单选题】 实现两个相同类型数加法的函数模板的声明是()
①  add(Tx,Ty)
②  Tadd(x,y)
③  Tadd(Tx,y)
④  Tadd(Tx,Ty)
【单选题】 设有类A的对象Aobject,若用成员函数重载前置自增表达式,那么++Aobject被编译器解释为()
①  Aobject.operator++()
②  operator++(Aobject)
③  ++(Aobject)
④  Aobject::operator++()
【单选题】 在if语句中的表达式()。
①  只能是关系表达式
②  只能是关系表达式和逻辑表达式
③  只能是逻辑表达式
④  可以是任意表达式