根据短文内容,判断正(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.

考点:健康环保类阅读
题型:阅读理解

关于鼻渊的治疗,以下哪项是错误的:()。

A.风寒化热证,以祛风散热、宣肺开窍为法

B.风寒化热证,以手太阴、阳明经穴为主

C.毫针用泻法

D.肝胆化热证,取列缺、合谷、迎香、印堂为主

E.印堂是治疗鼻渊的效穴

题型:阅读理解

新生儿败血症的感染中毒表现不包括以下哪一项

A.体重不增

B.黄疸不退

C.体温不升

D.反应低下

E.反复惊厥

题型:阅读理解

与成员访问表达式p->name等价的表达式是【 】。

题型:阅读理解

根据经验法则,资产负债率的范围宜在()

A.20%~50%

B.30%~50%

C.20%~40%

D.30%~60%

题型:阅读理解

有以下程序: #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

更多题库