EA rainforest is an area covered by tall trees with the total high rainfall spreading quite equally through the year and the temperature rarely dipping below l6℃.Rainforests have a great effect on the world environment because they can take in heat from the sun and adjust the climate.Without the forest cover,these areas would reflect more heat into the atmosphere,warming the rest of the world. Losing the rainforests may also influence wind and rainfall patterns,potentially causing certain natural disasters all over the world.In the past hundred years,humans have begun destroying rainforests in search of three major resources(资源):land for crops,wood for paper and other products,land for raising farm animals.This action affects the environment as a whole.For example,a lot of carbon dioxide (二氧化碳)in the air comes from burning the rainforests.People obviously have a need for the resources we gain from cutting trees but we will suffer much more than we will benefit.There are two main reasons for this.Firstly,when people cut down trees,generally they can only use the land for a year or two.Secondly,cutting large sections of rainforests may provide a good supply of wood right now,but in the long run it actually reduces the world’s wood supply.Rainforests are often called the world’s drug store.More than 25% of the medicines we use today come from plants in rainforests.However,fewer than l%of rainforest plants have been examined for their medical value.It is extremely likely that our best chance to cure diseases lies somewhere in the world’s shrinking rainforests.72.Rainforests can help to adjust the climate because they .A.reflect more heat into the atmosphereB.bring about high rainfall throughout the worldC.rarely cause the temperature to drop lower than l6℃D.reduce the effect of heat from the sun on the earth

E

A rainforest is an area covered by tall trees with the total high rainfall spreading quite equally through the year and the temperature rarely dipping below l6℃.Rainforests have a great effect on the world environment because they can take in heat from the sun and adjust the climate.Without the forest cover,these areas would reflect more heat into the atmosphere,warming the rest of the world. Losing the rainforests may also influence wind and rainfall patterns,potentially causing certain natural disasters all over the world.

In the past hundred years,humans have begun destroying rainforests in search of three major resources(资源):land for crops,wood for paper and other products,land for raising farm animals.This action affects the environment as a whole.For example,a lot of carbon dioxide (二氧化碳)in the air comes from burning the rainforests.People obviously have a need for the resources we gain from cutting trees but we will suffer much more than we will benefit.

There are two main reasons for this.Firstly,when people cut down trees,generally they can only use the land for a year or two.Secondly,cutting large sections of rainforests may provide a good supply of wood right now,but in the long run it actually reduces the world’s wood supply.

Rainforests are often called the world’s drug store.More than 25% of the medicines we use today come from plants in rainforests.However,fewer than l%of rainforest plants have been examined for their medical value.It is extremely likely that our best chance to cure diseases lies somewhere in the world’s shrinking rainforests.

72.Rainforests can help to adjust the climate because they .

A.reflect more heat into the atmosphere

B.bring about high rainfall throughout the world

C.rarely cause the temperature to drop lower than l6℃

D.reduce the effect of heat from the sun on the earth


相关考题:

路由器R1的拓扑连接和地址分配如下图所示,如果在R1上安装OSPF协议,运行命令:router ospf 200,则配置E0和E1端口的命令分别是______。A.network 10.1.1.0 255.255.255.0 area 0 network 192.168.1.0 255.255.255.0 area 1B.network 10.1.1.1 255.255.255.0 area 0 network 192.168.1.1 255.255.255.0 area 1C.network 10.1.1.255 0.0.0.8 area 0 network 192.168.1.255 0.0.0.8 area 1D.network 10.1.1.0 0.0.0.255 area 0.0.0.0 network 192.168.1.0 0.0.0.255 area 1

A reply card is ( ) with this invitation for your convenience.A、enclosedB、closedC、enteredD、covered

You should have blended the buffer with the sugar thoroughly.A:spread B:mixed C:beaten D:covered

You should have blended the butter with the sugar thoroughly.A:spread B:mixed C:beaten D:covered

You should have blended the butter with the sugar thoroughly before you heated them.A:spread B:mixed C:beaten D:covered

The path in the park looked beautiful,( )with( )leaves. A.covered;falling B.covered;fallen C.covering;falling D.covering;fallen

若要实现total=1+2+3+4+5求和,以下程序段错误的是()A.int i=1,total=1; while(i<5) { total+=i; i+=1; }B.int i=1,total=0; while(i<=5) { total+=i; i+=1; }C.int i=0,total=0; while(i<5) { i+=1; total+=i; }D.int i=0,total=0; while(i<=5) { total+=i; i+=1; }

34、若要实现total=1+2+3+4+5求和,以下程序段错误的是()A.int i=1,total=1; while(i<5) { total+=i; i+=1; }B.int i=1,total=0; while(i<=5) { total+=i; i+=1; }C.int i=0,total=0; while(i<5) { i+=1; total+=i; }D.int i=0,total=0; while(i<=5) { total+=i; i+=1; }

要查看stats包中的数据集trees的前10行数据的命令是A.trees(1:10)B.trees(1:10,)C.trees[1:10]D.trees[1:10,]

要查看stats包中的数据集trees的某一列数据,比如仅查看Girth列的命令是A.trees$GirthB.trees[Girth]C.trees(Girth)D.trees.Girth