阅读下列说明,回答问题1至问题3,将解答填入答题纸的对应栏内。
【说明】
某论坛采用ASP+Access开发,该网站域名为www.bbstd.cn,其主页如图4-1所示:
【问题1】 (8分)
以下是该网站主页部分的html代码,请根据图4-1将(1)~(8)的空缺代码补齐。
(1)~(8)的备选答案:
A.submit B.reset C.text D.</select>
E.</textarea> F.action G.设为首页 H.添加收藏
【问题2】 (3分)
该网站数据库采用Access,其数据库名为data.mdb,表为post。Post表设计如表4-1所示。
1.请根据网站要求,在表4-1中给出合适的数据类型。
(9)~(10)的备选答案:
A.文本 B.数字 C.自动编号 D.日期/时间
2.根据数据库可以判断,该表中(11)字段适合作主键。
【问题3】(4分)
以下是该网站部分数据库代码,请根据题目说明完成该程序,将答案填写在答题纸的对应位置。
正确答案及解析
正确答案
解析
【问题1】(8分,每空1分)
(1) G(设为首页)
(2) H(添加收藏)
(3) F(action)
(4) D(/select)
(5) C(text)
(6) E(</textarea>)
(7) A(submit)
(8) B(reset)
【问题2】(3分,每空1分)
(9) C(自动编号)
(10)D(日期/时间)
(11)id
【问题3】(4分,每空1分)
(12)A(data.mdb)
(13)C(connect)
(14)B(post)
(15)D(order)
试题分析:
【问题1】
(1)处的答案为“设为首页”,结合前面<a>….</a>的标签对,使得点击“设为首页”四个字后,域名为http://www.bbstd.cn的网站页面内容作为Web客户端的首页。
(2)处的答案为“添加收藏”,其功能为把某个页面放入收藏夹。
此题同时也考查了HTML页面中表单以及表单元素的常见标签代码。表单的method属性有post和get两种方法。POST用以将表单值以信息包发生发送给服务器或处理程序。GET方法用以将表单值作为URL的附加值发送出去,最多可以发送1024个字节。(3)空的答案为“action”(action)属性用来表明处理表单信息的脚本或程序的URL。Select表单元素表示下拉列表,选项中selected属性,表示下拉列表默认显示值,(4)空的答案为“/select”,表示表单元素下拉列表编辑完成。(5)空的答案为“text”表示表单元素文本字段。textarea表示表单元素文本区域,我们可以理解为多行文本字段。(6)空的答案为“/textarea”,表示表单元素文本区域结束。(7)空的答案为“submit”,表示表单元素提交按钮。(8)空的答案为“reset”,表示表单元素重置按钮。
【问题2】
第(9) 空为自动编号,字段名称为id,其表示留言编号,那么肯定是用“自动编号”数据类型。
第(10)空 为日期/时间,字段名称为lastdate,其表示最后更新日期,毫无疑问用到“日期/时间”数据类型。
主关键字(主键,primary key)是被挑选出来,作表的行的惟一标识的候选关键字,在post表中id字段是适合唯一的标识一条记录,最适合作主键。
你可能感兴趣的试题
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
- 查看答案