阅读下列说明,回答问题1至问题3,将解答填入答题纸的对应栏内。
【说明】
某网站采用ASP+SQL Server开发,系统的数据库名为gldb,数据库服务器IP地址为202.12.34.1。打开该网站主页,如图5-1所示:
【问题1】(8分,每空1分)
以下是该网站主页部分的html代码,请根据图5-1将(1)~(8)的空缺代码补齐。
<html>
...
<!--#(1)file="include/header.asp"-->
<table width="784" >
<tr >
...
<form ... >
<td width"'"45%">
<input type="(2)" size="15" maxlength="15"(3)="关键字" >
<(4)name="action" >
<option value="l" >商品简介</option >
<option value="2"> 商品类别</option>
<option value="3" (5)>商品名称 </option>
<option value="4"> 详细说明</option>
(6)
<input type="(7)" value=" 立即查询" >
<input type="(8)" value=" 高级查询" onClick="location.href= 'search.asp'" >
< /td>
< /form>
</tr>
</table>
...
</html>
【问题2】(2分,每空1分)
该网站采用ASP编写程序代码,在ASP内置对象中,application对象和session对象可以创建存储空间用来存放变量和对象的引用。
如果在页面中设置访客计数器,应采用上述的 (9) 对象:如果编写购物车组件,应采用上述的 (10) 对象。
【问题3】(5分,每空1分)
以下是该网站进行数据库连接的代码conn.asp,请根据题目说明完成该程序,将答案填写在答题纸的对应位置。
<%
set conn=(11).createobject("adodb. connection")
(12).provider="sqloledb"
provstr= "server=(13);database=(14);uid=xtgl;pwd=xtgl123"
conn.(15)provstr
%>
【问题1】(8分,每空1分)
(1)include
(2)text
(3)value
(4)select
(5)selected
(6)</select>
(7)submit
(8)button
【问题2】(2分,每空1分)
(9)application
(10)session
【问题3】(5分,每空1分)
(11)server
(12)conn
(13)202.12.34.1
(14)gldb
(15)execute
【问题1】
根据HTML代码,利用include调用header.asp作为页面的头文件,而在接下来以<form>开始,以</from>结束的标签对里面的内容都是对应的表单元素对应的代码,如文本字段对应的“text”,这里不再一一赘述,需要注意的是<input type=button> 元素定义了立即响应点击的按钮。
【问题2】
Application对象是在为响应一个ASP页面的首次请求而载入ASP DLL时创建的,它提供了存储空间用来存放变量和对象的引用,可用于所有的页面,任何访问者都可以打开他们。Application的变量的生命周期是WEB服务器开启WEB服务一直到终止WEB服务,在实际运用中可以应用于计算访问网站的总体人数上。而Session对象是在每一位访问者从WEB站点或者WEB应用程序中首次请求一个ASP页面时创建的,它将保留到默认的期限结束。与Application对象一样,它提供一个空间用来存放变量和对象的引用,但只能够当前的访问者在会话的生命周期中打开的页面使用,如每个用户对应的购物车组件。
【问题3】
第一句代码是创建一个数据库连接实例conn,会用到ASP server内置对象。
第二句代码是指定数据库连接方法为sqloledb。
第三句代码是创建连接字符串provstr,此字符串指定了数据库服务器ip地址、数据库名称等信息。
第四句代码是固定代码conn.execute.****,执行连接字符串。
在几种不同类型的软件维护中,通常情况下()所占工作量最大。
在()中,项目经理的权力是最小的。
在项目实施的过程中,项目经理通过项目周报中的项目进度分析图表发现机房施工进度有延期风险。项目经理立即组织相关人员进行分析,下达了关于改进措施的书面指令。该指令属于( )
The IT service manager resigns from a project that meets the scheduleand budget. After hiring an alternativenew manager, the team is opposed to the comments from the new manager. The team is at () developmentstages。
()is closet to Deming's definition of Quality。
The IT service manager has learned that a software canimprove the efficiency of current and future project tasks. Because the software is fresh to the Company. Theengineer is not familiar with the software. The lT service manager decides to send the highest level engineero attend the external training course. The proiect manager uses () risk strategies。
The process control charts are used ()。