【单选题】【消耗次数:1】
I’msorrytohearthatyourfatherissufferingfromaserious____
sickness
illness
badness
disease
参考答案:
复制
纠错
相关题目
【单选题】 I [] she will recover quickly from her illness.
①  hope
②  wish
【单选题】 Certainly there is no____ evidence that living together increases the chance of sickness.
①  secret
②  scientific
③  serious
④  sensitive
【单选题】 It was a minor illness, and she soon ____ it. ?
①  got over ?
②  got on with ?
③  got around ?
④  got out ?
【单选题】 ____ his illness, he came to the meeting.
①  Though
②  Because
③  Despite
④  Therefore
【单选题】 He came to the meeting ____ his serious illness.
①  inspite of
②  in spite
③  despite of
④  despite
【单选题】 He made a quick _____from his illness.
①  relief
②  recovery
③  survival
④  relaxation
【多选题】 He came to the meeting ____________ his serious illness.
①  no matter
②  although
③  despite
④  in spite of
【单选题】 500 people a year die of this disease ( ) average.
①  in
②  on
③  with
④  for
【判断题】 Cancer is second only of heart disease as a cause of death.
①  正确
②  错误
【单选题】 The new test should ( ) doctors to detect the disease early.
①  make
②  able
③  enable
④  disable
随机题目
【单选题】 类的私有成员可在何处被访问( )
①  本类的成员函数中
②  本类及子类的成员函数中
③  通过对象名在任何位置
④  不可访问
【单选题】 在int a=3,int *p=&a;中,*p的值是()
①  变量a的地址值
②  无意义
③  变量p的地址值
④  3
【单选题】 下列哪个类型函数不适合声明为内联函数( )
①  函数体语句较多
②  函数体语句较少
③  函数执行时间较短
④  函数执行时间过长
【单选题】 用于标识十六进制前缀或后缀是( )
① 
②  后缀L或e
③  前缀零
④  前缀0x
【单选题】 设有定义int i;double j=5;,则10+i+j值的数据类型是()
①  int
②  double
③  float
④  不确定
【单选题】 考虑下面的函数原型声明:void testDefaulParam(int a,int b=7,char z=*);下面函数调用中,不合法的是( )。
①  testDefaulParam(5);
②  testDefaulParam(5,8);
③  testDefaulParam(5,#);
④  testDefaulParam(0,0,*);
【单选题】 在编译指令中,宏定义使用哪个指令( )
①  #include
②  #define
③  #if
④  #else
【单选题】 设存在函数int min(int,int)返回两参数中较小值,若求15,26,47三者中最小值,下列表达式中错误的是( )
①  int m=min(min(15,26),min(15,47));
②  int m=min(15,26,47);
③  int m=min(15,min(47,26));
④  int m =min(min(47,26),16);
【单选题】 C++源程序文件扩展名为( )
①  .cpp
②  .h
③  .1ib
④  .obj
【单选题】 C++语言对C语言做了很多改进,C++语言相对于C语言的最根本的变化是
①  增加了一些新的运算符
②  允许函数重载,并允许设置缺省参数
③  规定函数说明符必须用原型
④  引进了类和对象的概念