【单选题】【消耗次数:1】
The air-conditioner in my apartment is not working, so its too hot inside.What is the meaning of the word“air-conditioner”?
空调
空气净化器
加湿器
空气
参考答案:
复制
纠错
相关题目
【单选题】 She could not stand the air-conditioner in the hall, [] she left in the middle of the performance.
①  or
②  and
③  but
④  so
【单选题】 If you will make us your lowest quotation for air-conditioner, we shall regard ____ as a personal favor.
①  it
②  you
③  your lowest quotation
④  air-conditioner
【判断题】 后冷却器是一种空气净化设备,安装在空气压缩机的出口处。
①  正确
②  错误
【简答题】 汽车空调系统按其功能可分为[填空]、采暖系统、通风系统、控制操纵系统和空气净化系统
【判断题】 热泵式空调器就是空调器在冬季能用电加热空气供暖的空调。
①  正确
②  错误
【多选题】 空调系统按空气处理设备设置情况分为( )。
①  集中式空调系统
②  半集中式空调调节系统
③  混合式系统
④  全分散空气调节系统
⑤  全空气空调调节系统
【单选题】 Tom is hard-working, so its _____________ that he won the match.
①  no wonder
②  a pity
③  a surprise
④  a mystery
【单选题】 16.—What made more than 100 passengers die. --- ________the air crash in Russia.
①  Itwas
②  Therewas
③  Thatwas
④  Thiswas
【多选题】 The air became_________ .
①  cold and cold
②  colder and colder
③  warm and warm
④  warmer and warmer
【单选题】 They thought I was a smuggler. What is the meaning of the word smuggler?( )
①  小偷
②  咨询师
③  走私犯
④  警察
随机题目
【单选题】 以下正确的说法是()
①  用户调用标准库函数前,必须重新定义
②  用户可以重新定义标准库函数,若如此,该函数将失去原有含义
③  系统不允许用户重新定义标准库函数
④  用户调用标准库函数前,不必使用预编译命令将该函数所在文件包括到用户源文件中
【单选题】 在下面的一维数组定义中,哪一个有语法错误()
①  int a[]={1,2,3};
②  int a[10]={0};
③  int a[];
④  int a[5];
【单选题】 C++中函数返回值的类型是由()决定的。
①  return语句中表达式的类型
②  函数定义时的类型
③  调用函数时的调用语句
④  系统根据结果
【单选题】 能作为C++程序的基本单位是()
①  字符
②  语句函数
③  源程序文件
【单选题】 在下面循环语句中内层循环体S语句的执行总次数为( ) for(int i=0; i i++) for(int j=i; j j++) S;
①  n2
②  (n+1)/2
③  n(n-1)/2
④  n(n+1)/2
【单选题】 当处理特定问题时的循环次数已知时,通常采用()来解决
①  for循环
②  while循环
③  do循环
④  switch语句
【单选题】 由C++目标文件连接而成的可执行文件的默认扩展名为()
①  cpp
②  exe
③  obj
④  lik
【单选题】 以下标识符中不全是保留字的是()
①  case for int
②  default then while
③  bool class long
④  goto return char
【单选题】 当类中一个字符指针指向具有n个字节的存储空间时,它所存储字符串的最大长度是( )
①  n
②  n-1
③  n+1
④  n-2
【单选题】 switch语句能够改写为()语句
①  for
②  if
③  do
④  while