问题 默写题

默写。

①___________________,花木成畦手自栽。一水护田将绿绕,___________________。

②无可奈何花落去,___________________,___________________。 

答案

①茅檐长扫静无苔;两山排闼送青来

②似曾相识燕归来,小园香径独徘徊

阅读理解

阅读理解。

     Pollution means adding dirty or harmful(有害的) things to land, air, water and so on.

As a result, they are no longer pleasant or safe to use. Pollution is bad for animals and plants, and it

even makes people's health in danger. In our daily life, we can see different kinds of pollution in many

places. There are three main forms of pollution: land pollution, air pollution and water pollution.

     Land pollution is caused by solid waste, such as cans, bottles and some plastic things which aren't

broken down quickly. It makes the environment look very bad. However, air pollution is more serious

than land pollution. It is much worse in cities and towns because of the fumes (废气) from traffic and

the waste from human(人类的) activities. When people drive their cars, fumes which are most made

up of CO2, NO2 and SO2 are given off. After the gases get into the air, they may mix with clouds.

Then they will become some harmful chemicals falling on the ground with rain. It is one of the reasons

for soil erosion (土壤侵蚀) which is one example of water pollution.

     Various kinds of pollution will cause many health problems. People have realized they must change

this serious situation. There are many ways to control pollution. To develop alternative energy (替代能

源)is very popular in many countries. China, for example, has made up its mind to be a leader in this field.

It is trying hard to make full use of energy from the sun and wind. It has paid plenty of money to make

electric cars and trains instead of traditional traffic. We should also take action to make our environment

cleaner every day. Take cloth bags while going shopping and drive cars less. We have only one earth.

We must take small steps now to help protect our environment for the future wherever we are.

1. The underlined word "solid" in the passage means "______"in Chinese.       

A. 气体              

B. 液体            

C. 固体

2. When people live in a polluted area, ______.    

A. they will control the use of alternative energy 

B. their health will be in danger

C. they will get stronger and stronger

3. Picture ______ tells us how harmful chemicals pollute our environment.

4. Which of the following is TRUE according to the passage?         

A. There are only three forms of pollution.

B. China doesn't want to develop other kinds of energy.

C. Water pollution includes soil erosion.

5. The main idea of this passage should be ______.

A. to introduce the kinds of pollution and the ways to control it

B. to introduce the harmful chemicals and soil erosion

C. to introduce the alternative energy and the ways to use it

填空题


[说明]
请根据网页显示的效果图,将HtML文本 (n) 处的解答填写在相应的解答栏内。

[上图网页中的元素说明]

序号类型说明
(1)图片图片:"image3.png"width:"80"height:"100"替代值:"照片"
(2)单选按钮Name:"rbSbx"value:"男"
(3)下拉菜单选项值:"安徽"
(4)文件域Name:"file"sixe:"4"
(5)滚动文本Name:"txtInto"cols:"30"rows:"5"
[HTML文档代码]
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv= "Content-Type"content="text/html;charset=gb2312"><title>添加学生信息</title>
</head>
<body>
<formaction="add_Student.jsp"method="post"name="addforml">
<tablewidth="412"border="0"align="center"celipadding="0"cellspacing="0">
<tr>
<td colspan="3" align="center"><hr size="1"></td>
</tr>
<tr>
<tdwidth="92"align="center"> 学号</td>
<td width="215">
<input name="txtNumber" type="text" id="txtNumber"> </td>
<tdwidth="105"rowspan="5"align="center"valign="middle">
(1)
</td>
</tr>
<tr>
<tdheight="26"align="center">姓名</td>
<td><input name= "txtName"type="text"id="txtName"></td>
</tr>
<tr>
<td align="center">性别</td>
<td>
(2)
<inputtype="radio"name="rbSex"value="女">女
</td>
</tr>
<tr>
<tdheight="21"align="center",籍 贯</td>
<td><select name="selHome” id="selHome">
(3)
<option value="江苏">江苏</option>
<option value="上海">上海</option>
<option value="北京">北京</option>
<option value="浙江">浙江</option>
<option value="山东">山东</option>
<option value="其他">其他</option>
</select></td>
</tr>
<tr>
<td align="center">电子邮件</td>
<td><inputname="txtEmail"type="text"id="txtEmail"></td>
</tr>
<tr>
<td align="center">联系电话</td>
<td><inputname="txtTel"type="text" id="txtTel"></td>
<td align="center">
(4)
</td>
</tr>
<tr>
<td height="15" colspan="3"><hr size="1"></td>
</tr>
<tr>
<td align="center",个人简介</td>
<td colspan="2">
(5)
</td>
</tr>
<tr>
<tdheight="23"colspan="3"align="center">
<inputtype="submit"name="Submit"value="提交">    
<inputtype="reset"name="Submit2"value="重置"> </td>
</tr>
<tr>
<td height="23" colspan="3" align="center"><hr size="1"></td>
</tr>
</table>
</form>
</body>
</html>