当前位置:首页计算机类软件水平考试初级网络管理员->阅读下列说明,根据网页显示的效果图,回答问题1至问题2。【说

阅读下列说明,根据网页显示的效果图,回答问题1至问题2。

【说明】

某电子商务网站如图5-1所示。

初级网络管理员,章节练习,初级网络管理员真题卷

【index.html文档的内容】

<html>

<head>

<title>网上商城</title>

</head>

<frameset (1) ="15%,70%,15%" noresize="noresize" border=1>

<frame src="frame_top.html" name="top">

<frameset (2) ="20%,80%">

<frame src="frame_left.html" name="left">

<frame src="frame_right.html" name="right">

</frameset>

<frame src="count.asp" name="bottom">

</frameset>

</html>

【frame_left.html 文档的内容】

<html>

省略部分代码……

<center>

<table border="1" bordercolor="blue">

<tr>

<td><a href="content_1.html" (3) ="right">

<img src="img/1.gif" width="100" height="30" border="0"></a></td>

</tr>

省略部分代码……

</table>

</center>

省略部分代码……

</html>

【count.asp 文档的内容】

<html>

<head>

<title>计数器</title>

<body>

<%

Set conn=Server.CreateObject("ADODB.Connection")

Set rs=Server.CreateObject("ADODB.(4)")

conn.ConnectionString="(5) ={Microsoft Access Driver (*.mdb)};Uid=;Pwd=;DBQ=

"&Server. (6) ("database/count.mdb")

conn.open()

(7) sql

sql="(8) count set hit=hit+1"

conn.(9)(sql)%>

sql = "select * from count"

set rs=conn.execute(sql)

%>

<%

lasthit=rs.fields("lasthit")

tdate=year(Now()) & "-" & month(Now()) & "-" & day(Now())

sql="update count set lasthit=’" &tdate&"’ where ID="&rs.fields("id")

conn.execute(sql)

%>

<%

sql = "select * from count"

set rs=conn.execute(sql)

%>

<table bgcolor=blue><tr><td width="100%" align=center>总访问<%=rs("hit")%>次,最后访问日期<%=rs("lasthit")%></td></tr></table>

<%

rs.close()

%>

</body>

</html>

【问题 1】(6分)

为程序中(1)~(3)处空缺选择正确答案,并填入答题纸对应的解答栏内。

(1)~(3)备选答案:

A.src

B.cols

C.rows

D.target

E. link

【问题 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

答案:
本题解析:

【问题1】(6分,每题2分)

(1)C或 rows

(2) B或 cols

(3)D 或 target

【问题2】(9分,每题1.5分)

(4)C 或recordset

(5)F 或Driver

(6)I 或MapPath

(7)H 或Dim

(8)L 或update

(9)G 或execute

本题考查考生对HTML和ASP的掌握程度。

【问题1】

该问题主要考查HTML语言中框架相关知识。

第(1)处:从页面布局可以看出,此处是将页面作水平划分,因此选择rows。

第(2)处:从页面布局可以看出,此处是将页面作垂直划分,因此选择cols。

第(3)处:从页面布局可以看出,此处是指定导航目标页面,因此选择target。

【问题2】

第(4)处:从ASP代码可以看出,此处是申请建立一个数据集,因此选择recordset。

第(5)处:从ASP代码可以看出,此处是设定数据库驱动,因此选择Driver。

第(6)处:从ASP代码可以看出,此处是把指定的路径影射到服务器上相应的物理

路径上,因此选择MapPath。

第(7)处:从ASP代码可以看出,此处是建立一个ASP变量,因此选择Dim。

第(8)处:从ASP代码可以看出,此处是更新数据库内容,因此选择udate。

第(9)处:从ASP代码可以看出,此处是执行SQL语句,因此选择execute。

更新时间:2022-10-12 08:26
纠错

你可能感兴趣的试题

单选题

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

  • 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
查看答案