毕业论文 校园活动 入党 考试

留学 励志 校园爱情 大学 高考

实习实践 简历大全 就业指导

职业规划 自荐 面试 应聘 鉴定

电脑学习 网店 销售 电话营销

市场营销 电子商务 成功创业

总结 报告 计划 体会 方案 党团

材料 发言 行政 合同 礼仪 演讲

热点专题: 大学专业介绍 高校网址 人生格言 人生感悟 留学签证 世界名校 公务员考试 计算机四级考试 考研试题 自学考试 大学英语四级考试 大学英语六级考试 职业规划 校园活动策划 社团活动策划 教育论文 管理论文 大学生入党 求职信 应聘信 自我评价 团日活动 社团活动总结 实习报告 实习周记 大学实习 社会实践 暑假社会实践
搜大学资料:
搜营销资料:
全站搜索:
当前位置:大学生无虑网大学生专栏大学考试计算机等级考试试题计算机四级考试试题历年计算机等级考试四级二8» 正文

历年计算机等级考试四级二8

[10-27 19:09:53]   来源:http://www.dxs56.com  计算机四级考试试题   阅读:80
概要:(85)There are many methods in the CPETT(short for Computer PerformanceEvaluation Tools and Techniques)。One of them is the method that runs aKernel as the load of a computer.So we call itA)Monitor method B)Benchmark methodC)Model method D)Physical method(86)There are two common types in page replacement algorithm:stack andnon——stack strategies.When a real page number increase only stackalgorithm can increase the hit rate monotonously.In the followingreplacement algorithm,which
历年计算机等级考试四级二8,标签:计算机四级考试真题,计算机考试题库,http://www.dxs56.com
(85)There are many methods in the CPETT(short for Computer Performance
Evaluation Tools and Techniques)。One of them is the method that runs a
Kernel as the load of a computer.So we call it
A)Monitor method B)Benchmark method
C)Model method D)Physical method
(86)There are two common types in page replacement algorithm:stack and
non——stack strategies.When a real page number increase only stack
algorithm can increase the hit rate monotonously.In the following
replacement algorithm,which one belongs to non——stack strategy?(2 grades)
A)FIFO B)LRU C)PFF D)OPT
(87)What binary number is encoded with Differential Manchester in the
diagram below?(2 grades)
│┌─┐┌┐┌┐┌─┐┌┐┌┐┌┐┌─┐│
││││││││││││││││││
││││││││││││││││││
└┘└┘└┘└─┘└┘└┘└┘└─┘└┘
A)10110011100 B)11001100011
C)11000110010 D)00111001101
(88)Each host or router on the Internet has its own IP address.There
are four IP addresses as followings.Which IP address is erronedus?
A)189.132.2.1 B)255.255.255.0
C)198.73.265.50 D)192.0.0.3
(89)When should Frequency Division Multiplexing be used?
A)when the attenuation on a medium is greater than 25%。
B)when the white noise on the medium exceeds 50%of the medium's
bandwidth
C)when the achiev  able data rate of the medium exceeds the data
rate of the digital signals to be transmitted
D)when the useful bandwidth of the medium exceeds the required
bandwidth of the digital signals to be transmited
(90)The universe of hypertext servers that allow text,graphics,sound,
and other multimedia files to be viewed togather and navigated via
hypertext links.It is now the fastest growing area of the Internet.It
is
A)Gopher B)WWW C)E——mail D)FTP

二、论述题(两个论述题可任选其一,并只选其一,多选无效,满分30分。)
论述题1
本题要求设计一个学生试卷成绩输入、查询和成绩单输出系统(简称SRS )的
数据结构和算法要点。问题描述如下:
要输入到SRS 系统中的每一份试卷成绩反映一个学生选修一门课程的考试结果
,它包括以下数据项:学号、姓名、课程名、成绩。由于实行了灵活的选课制度,
所以每个学生选修多少门课程,选修哪些课程都可以不同。要输入的多份试卷成绩
并未按任何数据项排列顺序,它们以任意的顺序被输入到系统中来。
SRS系统要具有以下功能:①试卷成绩插入,将试卷成绩逐个插入到SRS系统的
数据结构中。②学生成绩查询,给出学号查找该学生所选修的各门课程的考试成绩
。③成绩单输出按学号递增的顺序依次输出所有学生的学号、姓名,及其所选修的
各门课程的课程名和成绩。(为简单起见,假设上述所有工作都在计算机内存中进
行。)
请设计SRS系统的数据结构和算法要点,使上述三项操作都有较高的执行效率
。从以下方面阐述你的设计:
(1)SRS系统的数据结构(15分)
①数据结构的Pascal语句描述
②数据结构的示意图
③数据结构的简单文字说明
(2)SRS系统的算法要点(10分)
(只要简单的文字说明,不必写出Pascal程序)
①试卷成绩插入
②学生成绩查询
③成绩单输出
(3)简单陈我的上述设计的理由(5分)

论述题2
在一个盗窃案件中,已知下列事实:
①甲或乙是窃贼。
②若甲是窃贼,做案时间不会发生在是12点钟以前。
③若乙的证词正确,在夜间12点钟时被盗物品所在房间灯光未灭。
④若乙的证词不正确,则做案时间发生在夜间12点钟以前。
⑤夜间12点钟被盗房间灯光灭了。
根据以上事实解答或论证以各题:
(1)将①~⑤中所出现的简单命题符号化,然后用命题符号写出①~⑤各复合命题
的符号化形式。(10分)
(2)以(1)中给出的5个复合命题为前提,判断甲、乙二人谁是窃贼(以符号形式给
出)。(5分)
(3)用命题逻辑推理理论写出(2)中结论的判断过程(要求写出每一步所用的推理规则)。(15分)
Tag:计算机四级考试试题计算机四级考试真题,计算机考试题库大学考试 - 计算机等级考试试题 - 计算机四级考试试题