当前位置:首页计算机类软件水平考试初级网络管理员->阅读下列说明,回答问题1至问题3,将解答填入答题纸的对应栏内

阅读下列说明,回答问题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.****,执行连接字符串。

更新时间:2022-10-29 15:53
纠错

你可能感兴趣的试题

单选题

在几种不同类型的软件维护中,通常情况下()所占工作量最大。

  • A.更正性维护
  • B.适应性维护
  • C.完善性维护
  • D.预防性维护
查看答案
单选题

在()中,项目经理的权力是最小的。

  • A.强矩阵型组织
  • B.平衡矩阵组织
  • C.弱矩阵型组织
  • D.项目型组织
查看答案
单选题

在项目实施的过程中,项目经理通过项目周报中的项目进度分析图表发现机房施工进度有延期风险。项目经理立即组织相关人员进行分析,下达了关于改进措施的书面指令。该指令属于( )

  • A.检查措施
  • B.缺陷补救措施
  • C.预防措施
  • D.纠正措施
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.见图A
  • B.见图B
  • C.见图C
  • D.见图D
查看答案
单选题

中级数据库系统工程师,章节精选,中级数据库系统工程师

中级数据库系统工程师,章节精选,中级数据库系统工程师

  • A.u[1]<v[2]
  • B.u[1]>v[2]
  • C.u[1]<v[5]
  • D.u[1]>v[5]
查看答案
单选题

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。

  • A.Forming
  • B.Storming
  • C.Norming
  • D.Performing
查看答案
单选题

()is closet to Deming's definition of Quality。

  • A.Conformance to requirements
  • B.Fitness for use
  • C.Continuousimprovement of products and services
  • D.Customer focus
查看答案
单选题

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。

  • A.mitigation
  • B.enhancement
  • C.development
  • D.sharing
查看答案
单选题

The process control charts are used ()。

  • A.to graph what typically focuses on the prevention of a problem
  • B.to detect the problem
  • C.to reject the problem
  • D.to determine the acceptability of the sample
查看答案