题目详情

【说明】

某网络调查系统采用ASP+Access开发,其后台管理登录页面如图4-1所示,网络查页面如图4-2所示。

初级网络管理员,章节练习,综合练习

【问题2】(5分)

若该网络调查数据库采用Access,其数据库名为result.mdb,留言内容表为info。

初级网络管理员,章节练习,综合练习

根据以下是该网络调查页面部分代码,完成该程序,将答案填写在答题纸的对应位置。

<!--#include file=conn.asp-->……<%Set rs2=server.CreateObject("adodb.recordset")Rs2.open "(11) *from info" I=0 Do while not rs2.(12) I=I+1 Response.Write("<tr><td><hr><hr><font color="red">您是第<b>"&I&"</b>个参与调查用户,您的IP:"&rs2("ip")& "提交时间:"& rs2("time")& "您的建议内容:"& rs2(" __( 13 )____ ")& </font><hr></td></tr></tr><tr> Rs2.(14) Loop Rs2.(15)…….%>…….

( 11 ) ~ ( 15 ) 的备选答案:

A. jianyi B. movenext C. select D. eof F. close

正确答案及解析

正确答案
解析

问题2:

(11) C (12)D (13)A (14)B (15)F

【解析】

Asp+access主要考察大家对基本的html代码中form表单里面的代码的掌握,另外注意ASP中基本对象的属性和操作和数据库中的基本SQL代码,如Select insert这两个语句,不需要很复杂,就是简单的语法了解即可。本题中还考到了部分关于asp程序代码的基本内容,如循环结构,循环结束条件等,都是一些常考的内容,需要掌握。多看一些理念真题中关于Asp+html的题型,注意记住一些常用标记,这是必考的15分题,因此一定要掌握。

本题中第5空是产生随机数时候,要先随机化,一下子可能不记得了,可以先选其他的,那么剩下的就是这个第5空的答案。第8空的Loop,可以结合上下文 do while loop就可以知道。第12空的eof是一个经常与dowhile这样的循环语句结合使用的饿循环控制条件,用于遍历所有的记录,同时第14空中的rs.Movenext起的作用就是向下移动一条,从而不断的读取出记录集中的内容,直到最后一条,也就是eof为真。这几个标记都是常用的。

你可能感兴趣的试题

单选题

Advancements in ( )have contributed to the growth of the automotive industry through the creation and evolution of self-driving vehicles.

  • A.Artificial Intelligence
  • B.Cloud Computing
  • C.Internet of Things
  • D.Big Data
查看答案
单选题

In project human resource management , ( )is not a source of power for the project manager.

  • A.referent power
  • B.expert power
  • C.reward power
  • D.audit power
查看答案
单选题

At the project establishment stage , the feasibility study mainly includes techinical feasibility analysis , ( ), operation environment feasibility analysis and other aspects of feasibility analysis.

  • A.detail feasibility analysis
  • B.opportunity analysis
  • C.economic feasibility analysis
  • D.risk analysis
查看答案
单选题

( )is a grid that shows the project resources assigned to each work package.

  • A.Stakeholder engagement assessment matrix
  • B.Requirements traceability matrix
  • C.Probability and impact matrix
  • D.Responsibility assignment matrix
查看答案
单选题

Xinhua News Agency reported in January 2022,Chian will further promote the developmet of a digital economy during the 14th Five-Year Plan eriod(2021-2025). The plan also emphasized industrial ( )transformation.

  • A.digital
  • B.networking
  • C.intelligentize
  • D.informatization
查看答案

相关题库更多 +