招生考试网
学历| 高考 美术高考 考研 自考 成考 专升本 中考 会考 外语| 四六级 职称英语 商务英语 公共英语 日语能力 翻译资格 JTEST
资格| 公务员 报关员 银行从业 司法 导游 教师资格 报关 财会| 会计证 经济师 会计职称 注册会计 税务师 资产评估 审计师
工程| 一建 二建 造价师 造价员 咨询师 监理师 安全师 医学| 卫生资格 执业医师 执业药师 执业护士 | 教案 论文 文档
IT类| 计算机等级 计算机软考 职称计算机 高校计算机 推荐-国家公务员 事业单位招聘 军校国防生 自主招生 艺术特长生 招飞
 3773考试网 - 计算机等级考试 - 试题答案 - 正文

1996年全国计算机等级考试四级试卷

来源:招生考试网 1996-9-19

but cannot
 demonstrate the absence of errors.
 A) Neither B) Ⅰ only C) Ⅱ only D) Ⅰ and Ⅱ



(81) The type of testing done during software implementation and beforemodule integration is called
 A) unit testing B) beta testing
 C) system testing D) acceptance testing

(82) Which of the following is (are) true about software portability?
 I. Using a high-level language that conforms to an ISO standardguarantees portability across the range of machines that support the language.
 II. Portability is guaranteed across all machines that have the same instruction set and operating system. (2分)
 A) Neither B) Ⅰ only C) Ⅱ only D) Ⅰ and Ⅱ

(83) A memory-memory, machine instruction for a certain machine has the following format.
 (Such an instruction is similar to a register-register instruction
except that the operands are displaced addresses in memory.)
 opcode meml displ1 mem2 displ2
 Which of the following could be an assembly lanuage instruction that would be translated into a memory-to-memory instruction for this machine?
 A) ADD 10(R1), 20(R2) B) ADD(10R1), (20R2)
 C) ADD R1, 10(R2), 20 D) ADD R1, 10, 20(R2)

(84) In a certain cache system, the modified cache block is written to main memory only when the block is replaced. All of the following are used to describe this policy EXCEPT
 A) store-in B) write-back C) copy-back D) write-through

(85) When an amount of memory is requested that is less than the size of a page, but a full page is allocated, the resulting waste of memory is called
 A) external fragmentation B) internal fragmentation
 C) inaccessible page faults D) inaccessible garbage

(86) The time that the CPU spends on a given program can be computed using all of the following expressions EXCEPT (2分)
 A) (CPU clock cycles for the program)*(clock cycle time)

 B) CPU clock cycles for the program
 clock rate

 C) (Instruction count)*CPI
 clock rate

 D) (CPU clock cycles for the program)*CPI
 clock rate

(87) The methods used in Asynchronous Transfer Mode (ATM) are switch technology and which of the following is used to describe this mode?
 A) cell exchange B) packet exchange
 C) message exchange D) information exchange

(88) In a data communication system, the transport media with the widest frequency band and best reliability is the
 A) telephone line B) coaxial cable
 C) radio channel D) fiber optic cable

(89) Which of the following statements about the Internet is (are) true?
 I. It is possible to have multiple names corresponding to the same IP address.
 II. All host names must be registered with an Internet-wide central registry.
 A) Neither B) Ⅰ only C) Ⅱ only D) Ⅰ and Ⅱ

(90) According to the principle of CRC calculation, given a frame-bit series M=11100111 and the multiple-term formula, frame-bit series generated by the CRC G=110011, then the CRC is (2分)
 A) 111101 B) 00011 C) 11010011 D) 1101001



二、论述题(两个论述题可任选其一,并只选其一,多选无效,满分30分。)
 论述题 1
 局域网是当前计算机网络研究与应用的一个热点,而符合IEEE 802.3标准的传统Ethenet(MAC层采用CSMA/CD方法,物理层采用10BASE-T标准)应用最为广泛。随着网络应用的发展,以及大型信息系统与多媒体技术的应用,人们对局域网性能提出了越来越高的要求,出现了符合100BASE-T标准的Fast Ethernet、交换局域网Switching LAN与ATM等高速局域网产品。尽管高速局域网技术发展十分迅速,但是Ethernet仍然会被广泛地使用。今后的网络应该是传统Ethernet、FastEthernet LAN与ATM共存的结构。因此,研究Ethernet的基本工作原理、优点与缺点,讨论高速局域网络发展的趋势与特点,对我们学习和掌握局域网应用技术是十分重要的。
 (1) 请用Ethernet发送与接收流程框图说明CSMA/CD介质访问控制方法的基本工作原理。(15分)
 (2) 为什么说CSMA/CD属于共享介质、随机争用型的介质访问控制方法?这种方法主要缺点是什么? (5分)
 (3) 你认为Fast Ethernet与ATM、Switching LAN是从哪两个方面改进了传统的Ethernet?它们各有什么优缺点? (10分)

 论述题 2
进程通信就是进程之间进行信息交换。系统中各进程异步执行,但有些进程之间必须保持一定的联系,以便协调一致地完成指定任务。这种联系就是通过交换一定数量的信息来实现的。
消息缓冲通信技术是一种高级通信机制,由Hansen首先提出。其基本思想是:根据"生产者-消费者关系"原理,利用公共消息缓冲区实现进程之间的信息交换。
(1) 试叙述高级通信机制与低级通信机制P、V原语操作的主要区别。(5分)
(2) 试叙述解释消息缓冲通信技术的基本原理。 (10分)
(3) 消息缓冲通信机制中提供发送消息原语。Send(receiver,a)和接收消息原语Receive(a)。调用参数a分别表示发送消息的内存区首地址或接收进程的内存消息区首地址。试设计相应的数据结构,并用P、V操作原语实现Send和Receive原语。 (15分)

 


 1996年
 全国计算机等级考试四级笔试试卷
 答案及评分标准
一、选择题((1)-(90)题分为1分题和2分题,满份120分)
 1.C 2.A 3.C 4.A 5.D
 6.B 7.C 8.B 9.A 10.C
 11.B 12.D 13.B 14.C 15.B
 16.B 17.C 18.D 19.B 20.C
 21.D 22.A 23.B 24.D 25.D
 26.A 27.B 28.D 29.D 30.C
 31.B 32.D 33.D 34.D 35.B
 36.D 37.A 38.C 39.A 40.C
 41.A 42.C 43.B 44.B 45.D
 46.D 47.A 48.B 49.D 50.C
 51.B 52.C 53.D 54.D 55.B
 56.C 57.D 58.B 59.A 60.B
 61.B 62.D 63.D 64.D 65.B
 66.D 67.D 68.B 69.A 70.B
 71.D 72.C 73.A 74.B 75.C
 76.B 77.D 78.C 79.B 80.B
 81.A 82.A 83.A 84.D 85.B
 86.D 87.A 88.D 89.B 90.B

二、论述题评分参考:
论述题 1
 本题通过三个议题考查考生:是否掌握

上一页  [1] [2] [3] [4] [5] 下一页



  • 上一个文章:
  • 网站版权与免责声明
    ①由于各方面情况的不断调整与变化,本网所提供的相关信息请以权威部门公布的正式信息为准.
    ②本网转载的文/图等稿件出于非商业性目的,如转载稿涉及版权及个人隐私等问题,请在两周内邮件fjksw@163.com联系.


    | 关于我们 | 联系我们 | 版权申明 | 网站导航 |
    琼ICP备12003406号