【问题1】(2分)
为程序中空缺处(1)选择正确答案。
备选答案:
A. Open B. Run C. Execute D. Dim
第1题:
【问题2】(9 分 )
为程序中(4)~(9)处空缺选择正确答案,并填入答题纸对应的解答栏内。
(4)~(9)备选答案:
A. connection
B. close
C. recordset
D. command
E. Open
F. Driver
G. execute
H. Dim
I. MapPath
J. movefirst
K. eof
L. update
第2题:
图3-1中 (8)适合设置为DMZ区。 (8)备选答案:A.区域A B.区域B C.区域C
第3题:
为index.html文件中的(2)~(6)处空缺选择正确答案。(2)~(6)备选答案: A.input type="reset"
B.input type="submit"
C.input type="text"
D.Textarea
E.option F.Select G.radio
第4题:
从以下备选答案内为程序中(5)~(9)处空缺部分选择正确答案。(5)A.CreatObject B.Connect C.ExecuteSQL D.Open()(6)A.<body> B.<html> C.<head> D.<table>(7)A.number B.recordnumber C.count D.recordcount(8)A.skip B.end for C.next D.loop(9)A.<input type="submit" name="add" value="添加">
B.<input type="post" name="add" value="添加">
C.<input type="submit" name="添加" value="add">
D.<input type="post" name="添加" value="add">
第5题:
从以下备选答案内为程序中(3)~(7)处空缺选择正确答案,并填入答题纸对应的解答栏内。 (3)~(7)备选答案: A.Text B.Submit
C.Password D.Radio
E.Checkbox F.Option G.Select H.Reset
第6题:
阅读下列说明,回答问题1至问题5,将解答填入对应栏内。
【说明】
希赛IT教育研发中心在部署计算机网络时采用了一款硬件防火墙,该防火墙带有三个以太网络接口,其网络拓扑如图3-1所示。
防火墙包过滤规则的默认策略为拒绝,表3-1给出防火墙的包过滤规则配置。若要。求内部所有主机能使用Ⅲ浏览器访问外部IP地址202.117.118.23的Web服务器,为表中(1)~(4)空缺处选择正确答案,填写在相应位置。
(1)备选答案:A.允许 B.拒绝
(2)备选答案:A.192.168.1.0/24 B.211.156.169.6/30 C.202.117.118.23/24
(3)备选答案:A.TCP B.UDP C.ICMP
(4)备选答案:A.E3→E2 B.E1→E3 C E1→E2
第7题:
完善图3-2所示的调试过程,从备选项中选择正确的答案填写在相应位置。 (8)~(11)备选答案: A.回归测试 B.测试 C.测试用例 D.修正程序
第8题:
试题五(共15分)
阅读下列说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。
【说明】
以下是用 ASP 实现的一个网上报名系统。用 IE 打开网页文件“index.asp”后的效果如图 5-1所示。
图5-1
【index.asp文档的内容】
<%
set conn=server.CreateObject("adodb.connection")
conn.open"driver={Microsoft Access driver (*.mdb)};dbq="&server.mappath("date/date.mdb")
exec="select * from webset"
set rs=server.CreateObject("adodb.recordset")
rs. (1) exec,conn,1,1
%>
<head>
<title><%=rs("webname")%> </title>
</head>
<html>
<img src="<%=rs("logo")%>" alt="" width="120" height="40" border="0" />
<form. action="register.asp" method="post" name="myform">
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="1">
<tr>
<td colspan="4" align="left">注册信息</td>
</tr>
<tr>
<td align="right" bgcolor="FFFFFF">用户</td>
<td colspan="3" bgcolor="FFFFFF">
<input type=" (2) " name="uname" value="<%=uname%>">
</tr>
<tr>
<td align="right" bgcolor="FFFFFF">密码</td>
<td colspan="3" bgcolor="FFFFFF"><input type=" (3) " name="psd" ></td>
</tr>
<tr>
<td colspan="4" align="left">报名信息</td>
</tr>
<tr>
<td align="right" bgcolor="FFFFFF">姓名</td>
<td bgcolor="FFFFFF"><input type="text" name="un" ></td>
</tr>
<tr>
<td align="right" bgcolor="FFFFFF">性别</td>
<td bgcolor="FFFFFF">
<input type=" (4) " name="xb" value="male"/>男
<input type=" (4) " name="xb" value="female" checked="true"/>女
</td>
</tr>
<tr>
<td align="right" bgcolor="FFFFFF">电子邮箱</td>
<td bgcolor="FFFFFF"><input type="text" name="email" size="40" /></td>
</tr>
<tr>
<td align="right" bgcolor="FFFFFF">报考专业</td>
<td bgcolor="FFFFFF">
< (5) name="zy">
<option value="2000">计算机科学与技术</option>
<option value="2001">电子工程</option>
<option value="2002">通信工程</option>
</select>
</td>
</tr>
<tr>
<td colspan="4" bgcolor="FFFFFF">
<input type=" (6) " name="tijiao" value="提交">
</td>
</tr>
</table>
</form>
<tr><%=rs("copyright")%></tr>
<%
rs.close()
%>
</html>
【问题1】(2分)
为程序中空缺处(1)选择正确答案。
备选答案:
A. Open B. Run C. Execute D. Dim
【问题2】(10分)
为程序中空缺处(2)~(6)选择正确答案。
备选答案:
A. Text B. Submit C. Password D. Radio
E. Checkbox F. Option G. Select H. Reset
【问题3】(2分)
该网页连接的数据库类型是 (7) 。
备选答案:
A. Oracle B. SQLServer C. Access D. DB2
【问题4】(1分)
HTML文档中的<table>标记的cellpadding属性用于定义 (8) 。
备选答案:
A. 内容对齐方式 B. 背景颜色 C. 边线粗细 D. 单元格边距
第9题:
试题五(共15分)
阅读下列说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。
【说明】
某网站登录系统采用MD5对用户信息进行认证,用户登录界面为login.html, error.asp
用于显示登陆出错信息,list.asp用于显示正确登录后页面。
【login.html文档的内容】
<html>
<head>
<title>用户登录界面</title>
</head>
<body>
<center>
<form. action="login.asp" method="post">
<p>用户名:<input type=text name="userid"></p>
<p>密码:<input type= password name="passwd"></p>
</p>
<p><input type="submit" value=”用户登录”></p>
</form>
</center>
</body>
</html>
【login.asp文档的内容】
<!--#include file="md5.asp"-->
<%
Set cnn=Server.CreateObject("ADODB.Connection")
Set rec=Server.CreateObj ect("ADODB.Recordset")
cnn. (1) ="DriveF{Microsoft Access Driver(*. (2) )};Uid=;Pwd=;DBQ="&
Server.MapPath("user.mdb")
cnn.open0
userid_ md5=Md5(trim(Request. (3) ("userid"》)
password_md5=Md5(trim(Request. (3) ("passwd"》)
dim rsql
rsql ="Select* From userinfo Where userid="'&userid md5&"'And
passwd="'&password- md5&""'
rec.open rsql, (4) ,3,2
ifrec.(5) >0 then
(6) .redirect” (7 ) "
else
(6) .redirect” (8) ”
end if
%l>
【问题1】(9分)
从以下备选答案内为程序中(1)~(6)处空缺选择正确答案,并填入答题纸对应的
解答栏内。
(1)~(6)备选答案:
A. connection B.close C.Recordcount D. Form
E. Open F.mdb G. Execute H. response
I.MapPath j.redirect K. ConnectionString L. cnn
【问题2】(4分)
请为程序(7)~(8)填写正确答案,并填入答题纸对应的解答栏内。
【问题3】(2分)
在以上网页中应用了许多函数或方法,其中属于用户自定义的是 (9) 。
(9)备选答案:
A. Server.CreateObject
B.MD5
C. Server.MapPath
D. Trim
第10题:
【问题2】(4 分 )
为图1-1中(4)~(5)空缺处选择合适介质。
(4)~(5)备选答案:
A. 光纤
B. 5 类 UTP
C. 同轴电缆
第11题:
第12题:
第13题:
从以下备选答案内为程序中(1)~(6)处空缺选择正确答案。
(1)~(6)备选答案:
A.connection
B.close
C.recordset
D.command
E.Open F. RunG.ExecuteH.DimI.MapPathJ.redirect K.ConnectionString
第14题:
已知在某Windows_Form应用程序中,主窗口类为Form1,程序入口为静态方法,则在Main方法中打开主窗口的正确代码是()
A. Application.Run(new_Form1());
B. Application.Open(new_Form1());
C. (new_Form1()).Open();
D. (new_Form1()).Run();
第15题:
内部网络经由防火墙采用NAT方式与外部网络通信,为表中【5】~【7】空缺处选择正确答案。
【5】备选答案:A) 192.168.1.0/24 B)any C)202.117.118.23/24
【6】备选答案:A)El B)E2 C)E3
【7】备选答案:A) 192.168.1.1 B)210.156.169.6 C)211.156.169.6
(3)图中【8】适合设置为DMZ
【8】备选答案:A)区域A B)区域B C)区域C
第16题:
阅读下列说明,根据网页显示的效果图,回答问题1至问题4。
【说明】
以下是用ASP实现的一个网络论坛系统。用IE打开网页文件index.asp后的效果如图5-1所示。
【index.asp文档的内容】
<%
set db=server.createobject ("Adodb. Connection")
db. (1) "Dbq=" & server.mappath("data/bbs.mdb") & ";Driver={Microsoft
Access Driver (*.mdb) }"
%>
<html>
<body>
<form name="form1" method="post" action="aaa.asp">
<table border="0" bgcolor="0000FF" width="800" cellpadding=0 align=
"center">
<tr>
<IMG nClick=over(this) title=放大 src="images/logo.gif" width="190" height="94" />
</tr>
<tr bgcolor="E1F3F4" height="40">
<td>
用户名<input type="text" name-"user_id" size=13 class="input">
密码<input type="PassWord" name="password" size=13 class="input">
<input class="inputbutton" type="submit" value="登 录" name=
"Submit">
<input class="inputbutton" nClick="window.open ('bbb.asp', '_self')" type=
"button" value="注 册"
name="register">
</td>
</tr>
</table>
</form>
<table border="0" bgcolor="0000FF" width="800" align="center">
<%
'打开记录集,显示所有论坛栏目
dim rs,strSql
strSql="eelect * from forum"
set rs=db. (2) (strSql)
Dim no '该变量用来显示图片
no=0
do while Not (3)
no=no+1
%>
<tr bgcolor="E1F3F4" height="60" valign="middle">
<td width="10%" align="center" bgcolor="FFFFFF">
<a href="ccc.asp?forum_id=<%-re("ID"}%>"><IMG nClick=over(this) title=放大 src="images/<%=no%>.gif"
border="0"></a>
</td>
<td width="40%" align="left" bgcolor="FFFFFF">
<a href="ddd.asp?forum_id=<%=rs("ID")%>"><%=rs("forumname")%>>></a>
</rd>
<td width="20%" align="left" bgcolor="FFFFFF">共有<%=rs("forumcount") %>
篇文章
</td>
<td width="20%" bgcolor="FFFFFF">版主:
<%=rs("manager") %>
</rd>
</tr>
<%
rs. (4)
loop
db.Close
Set db=Nothing
%>
</table>
</body>
</html>
从以下备选答案中为程序(1)~(4)处空缺选择正确答案,并填入对应的解答栏内。 (1)~(4)备选答案: (1) A.open B.run C.execute D.Dim (2) A.open B.ran C.execute D.Dim (3) A.db.Bof B.db.Eof C.rs.Bof D.rs.Eof (4) A.90 B.movenext
C.skip
第17题:
内部网络经由防火墙采用NAT方式与外部网络通信,表3-2中(5)-(7)空缺处选择正确答案,填写在相应位置。 (5)备选答案:A.192.168.1.0/24 B.any C.202.117.118.23/24
(6)备选答案: A.E1 B.E2 C.E3
(7)备选答案: A.192.168.1.1 B.210.156.169.6 C.211.156.169.6
第18题:
试题一(共15分)
阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。
【 说明】
某校园网拓扑结构如图 1-1 所示,其中网络中心与图书馆相距约 700 米。要求干线带宽为千兆,百兆到桌面。
【问题1】(6 分 )
为图1-1中(1)~(3)空缺处选择合适设备。
(1)~(3)备选答案:
A. 路由器
B. 接入交换机
C. 三层核心交换机
D. 远程访问服务器
第19题:
阅读下列说明,回答问题1至问题2,将解答填入答题纸的对应栏内。
【说明】
某学生信息管理系统的网站后台管理主页如图4-1所示。
【问题1】(7分) 以下是该管理系统后台管理主页部分的html代码,请根据图4-1,从以下备选答案内为程序中(1)~(7)处空缺部分选择正确答案 <html> <head> <title> (1) <title> </head> <% if (2) ("admin")="" then (3) .Redirect ("login.asp") (4) %> <frameset (5) ="71,*" framespacing="0" border="O" frameborder="O"> <frame (6) ="heaD.asp" scrolling="no" name="head" noresize> <frameset (7) ="152,*"> <frame src="menu.asp"> <frame src="main.asp" name="main" scrolling="yes" noresize> </frameset> </frameset> …… </html> (1)~(7)的备选答案: A.cols B.else C.Rows n D.response E. Src F. session G. 设为首页 H. 后台管理 【问题2】(8分) 以下是该管理系统学生信息录入页面部分的html代码,请根据图4-1,从以下备选答案内为程序中(8)~(15)处空缺部分选择正确答案。 <html> …… <script language="JavaScript"> (8) check() { if(formA. (9) .value=="") { alert("请输入学生姓名!"); formA.name_xs.focus(); retum (10) ; } …… retum (11) ; } </script> …… <form action=" " method="post" (12) ="return check();"> <table"> <tr> <td heigh=21" colspan="2">[<strong>添加学生信息</strong>] <font color="OOOOFF"></font></td> </tr> <tr> <td width="19%" height="20">学生姓名:</td> <td width="81%"><input name="name_xs" type=" (13) "id="name_cnxdb" onkeydown="next()"></td> </tr> …… <tr align="center"> <td><input type=" (14) " value="增加"> <input type=" (15) "value="重写"></td> …… <html> (8)~(15)的备选答案: A.false B.Function C.name_xs D.onsubmit E. true F. reset G. submit H. text
第20题:
完成下图所示的调试过程,从备选项中选择正确的答案填写在相应位置。
(11)~(14)备选答案: A.回归测试 B.假设错误原因
C.测试用例 D.修正程序
第21题:
开放式问题和封闭式问题的本质区别是
A.回答难度
B.备选答案
C.分析难度
D.答案数量
E.适用范围
第22题:
【问题3】(4 分)
为图1-1中(6)~(7)空缺处选择合适服务器。
(6)~(7)备选答案:
A. DHCP 服务器
B. Web 服务器
第23题: