2019全国计算机模拟题,2019年全国计算机等级考试四级模拟试题及答案7

《2019年全国计算机等级考试四级模拟试题及答案7》由会员分享,可在线阅读,更多相关《2019年全国计算机等级考试四级模拟试题及答案7(12页珍藏版)》请在人人文库网上搜索。

1、2019 年全国计算机等级考试四级模拟试题及答案 7 ,the shortest (61) There are several periods in a computer period is AIf I get wet,then it is raining. A Instruction period B Machine period C Beat period D CPU period (62) Which set is empty? A X2-1=0 xx is a real number and x2=9 B) xx is a real number and C)XX is a real 。

2、number and X2+1=0 and X=2X+1 D) XX is a real number (63) What is the relation represented in the eXhibit shown below? A R=(1,2),(1,3),(1,4),(1,5) B R=(1,1),(2,2),(3,3),(4,4),(5,5) C R=(1,2),(1,3),(1,4),(2,3),(4,1),(4,5),(5,5) D R=(1,2),(1,3),(1,4),(2,2),(2,3),(4,1),(4,4),(4,5) (64) What is the contr。

3、apositive of the following implication? “If it is raining,then I get wet. ” 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? (2 grades) Let A=1,2,3,4 and let R =, A Symmetry B Reflexivity C 。

4、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 is NOT correct? (2 grades) A Spanning tree of a graph may not be unique. B Minimum 。

5、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); begi。

6、n if p (69) What storage scheme does MS-DOS use for storing files on a disk? A I-nodes B a linked list allocation C a continuous allocation D a linked list with index (70) Which of the followings is NOT a condition for deadlock? A Starvation B Circular Wait C No Preemption D Mutual Exclusion (71) As。

7、sume 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 CPUs time is spent administrative overhead? (2 grades) A 5 B 15 on C20 D25 (72) What state is a process in when it cant run because it needs a resourc。

8、e to become available? (2 grades) A Ready B Interrupt 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。

9、 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 uniquely. A set of fields in a table used to identify a record D Fields from multiple tables that are used for sorting records. (75)。

10、 What Normal From is the table shown in the exhibit? (2 grades)emps tbl emp_idemp_nameemp_phonedept_namedept_phonedept_mgrname (1) emp_id 宀emp_name, empphone, dept_name(2) dept_n ame dept_phone, dep t_mgr name A 1NF B 2NF C 3NF D BCNF (76) Which operating system can Oracle database NOT be used in? A。

11、 DOS B UNIX C Windows95 D IBM Mainframes (77) Which values are NOT permitted to be part of the primary key? A NULL B punctuation C special characters D alpha-numeric characters (78) Which phase of the software engineering process results in the Software Requirements Specification? A definition phase。

12、 B engineering phase C maintenance phase D development phase (79) When drawing multilevel data flow chart of top-down, the balance between parent chart and son chart must be taken into account, and to pass judgment for the balance of the charts is regularly maintained by (2 grades) A Output data B D。

13、ata dictionary C Processing number D Input data (80) Which is the strictest form of cohesion? A logical B functional C procedural D coincidental (81) Which is NOT a concept of White Box Testing? (2 grades) A You should execute all loops at their boundary conditions. B You should execute all interfac。

14、es at their boundary conditions. C You should execute all logical decisions on their true and false sides. D You should execute all independent paths within a module at least once. A B C (82) Prototyping method is a dynamic design process, it requires people who use prototyping method should have th。

15、e following capability Proficient program expertise Immediately acquire requirement Coordinate & organize eloquently D Handle tools smartly (83) There are two styles in the evolution of instruction set , that is CISC and RISC. Which chip belongs to the RISC? A i APX 432 B VAX-11/780 C Motorola 68000。

16、 D Power PC (84) In advanced PC bus or local bus, which one has the fastest data throughput? AISA B PCI C MCA D EISA (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。

17、 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 alg。

18、orithm,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) A10110011100 B 11001100011 C 11000110010 D 00111001101 (88) Each host or router on the Internet has its own IP address. 。

19、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 mediums bandwidth when the white noise on the medium。

20、 exceeds 50 of the C when the achievable 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, gra。

21、phics, 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 AGopher BWWW CE-mail DFTP 61.B 62.C 63.D 64.D * 65.D 66.B * 67.C * 68.A 69.C 70.A * 71.C 72.C * 73.D 74.C * 75.B 76.A 77.A 78.A * 79.B 80.B * 81.B 82.B 83.D 84.B 85.B * 86.A * 87.B 88.C 89.D 90.B。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值