问题 单项选择题

从以下备选答案中为程序中空缺部分选择正确答案。

试题五
阅读下列说明,根据网页显示的效果图,回答问题。
[说明]
以下是用ASP实现的一个网络收藏夹网页,用于保存用户感兴趣的Web网页地址。用IE打开网页index.asp后的效果如下图所示。程序中使用的Access数据表结构如下表所示。

Access数据表结构

 字段名  类型   备注
no 自动编号 序号
name 文本 主页名称
url 文本 超链接
category 文本 网站类别

indet.asp文档的内容如下。
<%@LANGUAGE="VBSCRIPT"%>
<%
set corm=server. (5) ("Adodb Connection")
provider="provider=Microsoft.Jet.OLEDB.4.0; "
path="Date Source="& Server.MapPath("main.mdb")
connstr=provider & path
conn.open connstr
%>
<html>
<head><title>网络收藏夹</title></head>
(6)
<center>
<%
set rs=Server.CreateObject("Adodb.RecordSet")
sql="Select*from address"
rs open()sql,conn,1,3
if Request("name")=""or Request("ur1")=""then
Response.write("内容填写不完整")
else
rs.addnew
rs(1)=request("name")
rs(2)=request("URL")
rs(3)=request("category")
rs.update
end If
%>
<table width="500" border="1" celipadding="0" cellspacing="0"
bordercolor="#FFCC00">
<tr><td>序号</td><td>名称</td><td>类别</td></tr>
<%rs.movefirst
for J=1 to ms. (7) %>
<tr>
<td><%=j%></td>
<td><a href="<%=rs("url")%>"targer="blank"><%"ms("name")%></a></td>
<td><%=rs("category")%></td>
</tr>
<%rs.movenext
(8) %>
</table><br>
<form action="index.asp"method="post"name="new"id="new">
<table width:"300"border="1"celipadding="0"celispacing="0"bordercolor
="#FFCC00”>
<tr>
<td width="61">名称</th>
<td width="223" align="left"><input name:"neme"type="text"
id="name"></td>
</tr>
<tr>
<td>超链接</td>
<td Width="left"><input name="URL"type:"text"id="URL"></td>
</tr>
<tr>
<td colspan:"2">类别</td>
</tr>
<tr>
<td Colspan="2"><textarea name="category" rows="5"
id="disc"></textarea>
<br>★为必填项目</td>
</tr>
</table>
<br>
(9)
</forn>
<%
rs close
conn.close
%>
</Center>
</body>
</html>

A.CreatObject

B.Connect

C.ExecuteSQL

D.Open()

答案

参考答案:A

填空题
阅读理解

John James Audubon was born in 1785 and died in 1851, but his name is still talked about every day. Audubon was a scientist who loved nature. He wanted to show people the importance of nature in their lives. He was especially interested in birds, and painted many beautiful pictures of them.

In1950, the National Audubon Society was formed by people who were also interested in birds and wanted to continue Audubon’s nature studies. Even now, when people think of the Audubon’s Society, they usually think of birds. But the Society does other things besides watching birds.

The members of the Society try to improve the environment as much as they can. They let the public know about the laws that are needed. They have helped to pass many laws that protect birds and animals, and people, too. They teach young people how to protect their environment. They try to make their own communities (社区) cleaner, better places to live in.

John James Audubon knew that nature was important. He did not know how important his work would become.

小题1:“ His name is still talked about every day.” means “_________”.

A.People seldom speak of his name.

B.He is still remembered by people

C.His name is very important

D.Pay attention to his name, please.小题2: The National Audubon Society was founded by _________.

A.Audubon’s supporters

B.Audubon himself

C.the scientists

D.the painters of birds小题3: People often think of birds when the Audubon Society is told about because ____________.

A.some birds had joined the Society

B.the Society did a lot in protecting birds.

C.the Society had no interest in birds

D.all the members of the Society were painters of birds小题4: What do you think is the best title for the article?

A.Audubon and the National Audubon Society

B.How to Protect Birds

C.How to Keep Our Environment Clean

D.The Greatest Society