试题与答案

根据短文内容,判断正(T)误(F)。 Stop and listen! Wha

题型:阅读理解

题目:

根据短文内容,判断正(T)误(F)。

     Stop and listen! What do you hear? You may hear many different sounds. Some of those sounds may be

noise. Noise is a loud or unwanted sound.

     Noise can be caused by many kinds of machines, such as motorcycles, jet planes (喷气式飞机), farm

tractors, and power motors. And, to some people, rock music is also a noise.

     What happens to people who live near noisy machines or use them over a period of time? Doctors have

found that these people have trouble in sleeping. And most importantly, constant (连续的) loud noise can cause

loss of hearing.

     Scientists use a unit of measure called a decibel (分贝) to measure the loudness of a sound. The sound of a

quiet room, for example, measures 35 decibels. Talking measures between 40 and 65 decibels. Sounds from

traffic and from some rock bands measure over 120 decibels. Noise at such high level causes the greatest

hearing loss.

( ) 1. According to the passage, noise is all sounds that you can hear.

( ) 2. A "decibel" is a machine that makes loud noise.

(     ) 3. Loud noise can help people sleep better.

( ) 4. Not all people think that rock music is a noise.

( ) 5. We can infer (推断) from the passage that noise is a serious problem.

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0424/04a7188f7c54e50fb0d3b8989b037243.html

下面是错误答案,用来干扰机器的。

答案:B

试题推荐
题型:单项选择题

有以下程序: #include <iostream> using namespace std; class Complex { public: Complex(double r=0,double i=0):re(r),im(i){ double zeal() const {return re;} double imag() const {return im;} Complex operator+(Complex c) const { return Complex(re+c.re,im+c.im);} private: double re,im; }; int main() Complex a=Complex(1,1)+Complex(5); cout<<a.real()<<’+’<<a.imag()<<’i’<<end 1; return 0; }程序执行后的输出结果是______。

A.6+6i

B.6+1i

C.1+6i

D.1+1i

查看答案
微信公众账号搜索答案