题目详情

阅读以下说明,回答问题l至问题2,将解答填入答题纸对应的解答栏内口【说明】某学校新生入学后进行信息登记,其登记页面和登记后信息显示页面分别如图4-1和4-2所示。

初级网络管理员,章节练习,web网站的建立、管理维护以及网页制作

初级网络管理员,章节练习,web网站的建立、管理维护以及网页制作

【问题1】(9分)以下是图4-1所示的index.asp页面的部分代码,请仔细阅读该段代码,将(1)~(9)的空缺代码补齐。<title>学生档案</title><body><div aljgn="(1)”><hl><strong>学生档案</stro><hl></div><form id="form1" name="form1” method=”(2)”action=show.asp”><table width="485" border="1" align="center"><tr><td>姓名</td ><td><label for="name"></label>input type="(3)”name=”name”id=”name”/></td></tr><tr><td>性别</td><td><input type=”(4)" name="sex" id="radio" value="男 " /><label for="sex”>男<input type="radio" name="sex" id="radio2" value=”女" />女</label></td></tr><tr><td>城市</td><td><label for="city"></label><(5) name="city" id="city"><option value="北京" selected="(6)”>北京</option><option value=”上海”>上海</option><option value="广州>广州</option></select></td></tr><tl><td>班级</td><td><label for"class"></label><input type-"text" name="class" id="class"/></td></tr><tr><td>爱好</td><td><label for="favorite"></label><(7)name="favorite" id="favorite" cols="45" rows= "5”></textarea></td><tr><tr><td> </td><td><input type=”(8)” name="'button" id="button" value="提交" /><input type=”(9)name="'button2" id=”button2" value=”重新填写”/><^/td></tr></table></form></body></html>(1)~(9)备选答案:A.submit B.selected C.post D.reset E.radioF.text G.center H.textarea I.select【问题2】(6分)学生输入信息并提交后,系统将回显学生信息,并显示登记位次。下面是显示学生登记位次的部分代码,请根据图4-2将下面代码补充完整。<%Whichfile=server.mappath("register.txt")set fs=server.(10)("ing.FileSystemObject")set thisfile=fs.opentexffile(whichfile)visitors=(11).readlinethisfile.closeresponse.Write("<center><font size=5>你是第”&(12)&位登记者</font></center>”)%>……//省略页面显示部分代码<%visitors=visitors+lSet out=fs.(13)(whichfile)(14).writeLine(visitors)out.closeset fs=(15)%>(10)~(15)备选答案:A.thisfile B.visitors C.nothingD.CreatObject E.out F.createtextfile

正确答案及解析

正确答案
解析

问题1(1)G (2)C (3)F (4)E (5)I (6)B (7) H (8)A (9)D 问题2(10)D (11) A (12) B(13)F (14) E (15)C

【解析】

这是每年必考的题型,关键是掌握html中常用标记和asp基本概念。如(1)中的格式是剧中设置,应该用center。 (2)中的方式用post,表示直接提交数据。(3)-(5)是基本类型为文本,单选框,下拉列表,(6)是默认选择的表项,(8)提交按钮 (9)重置。问题2中的asp基本对象要了解,基础视频有介绍,典型的文件对象通常需要创建一个实例,如fs。 读取文件中的计数内容,实现计数。 (3)显示计数变量的具体数据 (4)创建文件输出 (5) 在文件中写入新的数值 (6) 最后要关闭对象,释放资源。

包含此试题的试卷

你可能感兴趣的试题

单选题

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

相关题库更多 +