首页简历就业营销资料下载销售教程范文大全加入收藏网站地图
您现在的位置: 大学生之家: >> 大学生专栏考试计算机等级考试计算机四级考试历年计算机等级考试四级一8

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

10-27 19:10:21| http://www.yxzj8.com |计算机四级考试 |人气:0
历年计算机等级考试四级一8由http://www.yxzj8.com整理发布,类别:计算机四级考试, 本站还有更多关于计算机四级考试试题,计算机四级考试真题,计算机考试题库,计算机考试试题方面的资料。
(64)What is the contrapositive of the following implication?
“If it is raining,then I get wet.”
A)If I get wet,then it is raining.
B)If I am wet ,then if is raining.
C)If it is not raining,I do not get wet.
D)If I do not get wet,then it is not raining.
(65)Which property does R posses?
Let A={1,2,3,4}and let R ={〈1,2〉,〈2,2〉,〈3,4〉,〈4,1〉}
A)Symmetry B)Reflexivity C)Asymmetry D)Antisymmetry
(66)When walking a tree,which traversal method yields a prefix,or Polish,form?
A)lnorder B)Preorder C)Postorder D)Reorder
(67)ln the following statements about graph operations,which one isNOT correct?(2 grades)
A)Spanning tree of a graph may not be unique.
B)Minimum spanning tree of a graph may not be unique.
C)Finding critical path is an operation on directed graph.
D)Finding critical path is an operation on undirected graph.
(68)Which traversal method for a binary tree does the following Pascal
code illustrate?(2 grades)
procedure traverse(p:pointer);
begin 
if p《》nil
then begin
traverse(p↑。left);
process(p);
traverse(p↑。right)
end
end
A)lnorder B)Preorder C)Postorder D)Reorder
(69)What storage scheme does MS-DOSuse for storing
files on a disk?
A)l——nodes B)a linked list allocation
C)a continuous allocation D)a linked list with index
(70)Which of the followings is NOTa condition for deadlock?
A)Starvation B)Circular Wait
C)NO Preemption D)Mutual Exclusion
(71)Assume that an operating system uses a round——robin scheduler.The
process's quantum is 20 msec,and the context switch is 5 msec.What percentage of the 
context switch is 5 mesc.What percentage of the C
PU's time is spent on administrative overhead?(2 grades)
A)5%B)15%C)20%D)25%
(72)What state is a process in when it can't run because it needs a
resource to become available?(2 grades)
A)Ready B)lnterrupt C)Blocked D)Running
(73)The following sectors are requested from the disk:
11  ,1,36,16,34,9,12
What is the order of the sector reads if you are using the elevator
algorithm?(2 grades)
A)1,9,11,12,16,34,36 B)11,1,36,16,34,9,12
C)11,12,9,16,1,34,36 D)11,12,16,34,36,9,1
(74)What is the candidate key of a relational database?
A)A field with a constraint placed on it.
B)A set of fields that have no data in them.
C)A set of fields in a table used to identify a record uniquely.
D)Fields from multiple tables that are used for sorting records.
(75)What Normal From is the table shown in the exhibit?(2 grades)
┌──────────────────────┐
│┌──────────────────┐│
││emps tbl ││
│├──────────────────┤│
││emp_id ││
││emp_name ││
││emp_phone ││
││dept_name ││
││dept_phone ││
││dept_mgrname ││
│└──────────────────┘│
│(1)emp_id→emp_name,emp_phone,dept_name │
│(2)dept_name→dept_phone,dept_mgrname │
└──────────────────────┘
A)1NF B)2NF C)3NF D)BCNF
如果觉得历年计算机等级考试四级一8不错,可以推荐给好友哦。
TAG:考试 - 计算机等级考试 - 计算机四级考试,计算机四级考试试题,计算机四级考试真题,计算机考试题库,计算机考试试题
计算机四级考试相关文章
网站地图 网站合作 联系我们 销售课堂 大学实习 求职简历 就业指导 毕业论文中心 大学校园活动 热门专题
copyright © www.yxzj8.com, All Rights Reserved
本站是中国优秀的大学生学习交流平台,提供大学生毕业论文,大学生职业生涯规划,大学生创业故事,大学生创业,大学生求职,大学生实习,大学校园活动,大学生就业指导等热门资源参考。
大学生之家 版权所有   1 2 3 4 5 6 7 8