试题与答案

试画图表示角钢焊成90°角的加工图。

题型:问答题 简答题

题目:

试画图表示角钢焊成90°角的加工图。

答案:

参考答案:

试题推荐
题型:阅读理解

阅读理解。

     Last summer I went through a training program and became a literacy volunteer (扫盲志愿者). The

training I received, though excellent, did not tell me how it was to work with a real student, however.

When I began to discover what other people's lives were like because they could not read, I realized the

true importance of reading.

     My first student Marie was a 44-year-old single mother of three. In the first lesson, I found out she

walked two miles to the nearest supermarket twice a week because she didn't know which bus to take.

When I told her I would get her a bus schedule. She told me it would not help because she could not read

it. She said she also had difficulty once she got to the supermarket, because she couldn't always remember what she needed. Since she did not know words, she could not write out a shopping list. Also, she could

only recognize items by sight, so if the product had a different label, she would not recognize it as the

product she wanted.

      As we worked together, learning how to read built Marie's self-confidence, which encouraged her to

continue in her studies. She began to make rapid progress and was even able to take the bus to the

supermarket. After this successful trip, she reported how self-confident she felt. At the end of the program, she began helping her youngest son, Tony, a shy first grader, with his reading. She sat with him before he

went to sleep and together they would read bedtime stories. When his eyes became wide with excitement as she read, pride was written all over her face, and she began to see how her own hard work in learning

to read paid off. As she described this experience, I was proud of myself as well. I found that helping

Marie to build her self-confidence was more rewarding than anything I had ever done before.

     As a literacy volunteer, I learned a great deal about teaching and helping others. In fact, I may have

learned more from the experience than Marie did.

1. Why didn't Marie go to the supermarket by bus at first?

A. Because she liked to walk to the supermarket.    

B. Because she lived far away from the bus stop.

C. Because she couldn't find the right bus.  

D. Because she couldn't afford the bus ticket.      

2. What did the author do last summer?

A. She worked in the supermarket.

B. She gave single mothers the help they needed.

C. She went to a training program to help a literacy volunteer.

D. She helped someone to learn to read.

3. What did the writer think of her work as a literacy volunteer?

A. meaningful      

B. Interesting      

C. Tiring    

D. Touching

查看答案
题型:问答题

【说明】
某大学利用VOD视频服务系统提供教学课件在线点播服务。该视频服务系统用ASP语言编程实现,主页文件名为“index.asp”,部分网页运行的效果如图2-13所示。程序中使用的Access数据表结构见表2-8和表2-9。



【conn.asp文档的内容】
<%
dim db,conn,connstr
db="vod.mdb"
set Conn=server.CreateObject ("ADODB.connection")
connstr="proyider=microsoft.jet.oledb.4.0;data source=" &server.MapPath ("data/"&db&"")


%>
【index.asp 文档的内容】
(2) <!--第(2)处 -->
<html>
<head>
<title>视频服务系统</title>
<style type="text/css">
<!
td font-size:12px;line-height:17px
body font-size:12px;line-height:17px
p margin-top:1px;margin-bottom:1px
a:link text-decoration:none;color:black
a:visited text-decoration:none;color:black


-->
</style>
</head>
<body leftmargin="0" topmargin="0">
<!--#5nclude file="head.asp" -->


<table>
<td height="30" width="367">
<%sq1="select * from item"
setrs_item=server, createobjiect ("adodb.recordset")
rs_iterm.open sq1,connstr, 1,1
response.write"<p><b><img src=images/dot1.gif><a href=index.asp>全部节目</a> "
do while not rs_item.eof
response.write "<imgstc--images/dot1.gif botder=-0><a href=index.aspitem="&rs_item ("name")
&">"&rs_item ("name") A"</a> "
(5) <!-- 第(5)处 -->


response.write "</b> "
rs hm.close%>
</td>
</table>
</div>
<div align="center">
<% dim item_type
item_type= (7) <!-- 第(7)处 -->
if item_type="" or itcrn_type ="全部节目" then
sq1="sclect * from data"
else
sq1=" (8) <!-- 第(8)处 -->
end if
set rs=server, createobject ("adodb.recordset")
rs.open sql,connslr,1,1
%>
<table
<tr>
<td width="125" background="images/bg.gif’ height="30"> 
<img border="0" src="images/biao_left.gif" width="15" height="15">节目名称</td>
<td width="58" background="images/bg.gif" height="30" align="center">格式类型</td>
<td width="43" background-"images/bg, gift height="30" align="center">点播次数</td>
<td width="70" background="images/bg.gif" height="30" align="center">创建日期</td>
<td width="ll5" background="images/bg.gif" height="30" align="center">点播</td>
<td width="73" background="images/bg, gif" height="30’" align="center">下载</td>
</tr>
<%do while not rs.eof%>
<tr>
<rd width=" 125" height" 30" > <img bgrder=-"0" src="images/dian.gif"> <%=rs("name") %></td>
<td width="115" height="30" align="center"><a href=""> 点播</td>
<td width="58" height="30" align="center"><%=rs ("type") %></td>
(9) <!-- 第(9) -->
<td width="70" height="30" align="center"><%=rs ("date") %></rd>
</tr>


loop%>
</table>
</div>
<!-- 此处省略了部分代码-->
<!-- #include file="foot.asp" -->
</body>
</html>
1.【问题1】
请根据图2-13网页的显示效果,解释该ASP程序中用下画线标出的语句的含义,即填写(1)、(3)、 (4)、(6)、(10)空缺处的解释内容。

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