ImageVerifierCode 换一换
格式:DOCX , 页数:38 ,大小:55.89KB ,
资源ID:133368      下载积分:5 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-133368.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(操作系统选择题库答案及详解.docx)为本站会员(h****)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

操作系统选择题库答案及详解.docx

1、Multiple Choice Questions 1 Question1 The general role of an operating system is to: 选择一个答案 a. Provide a set of services to system users b. Manage files for application programs c. Act as an interface between various computers d. None of the above Feedback: A. 为系统用户提供一系列服务 B. 为应用程序管理文件 (这显然不是 ) C. 作

2、为多台计算机间的接口 (应该是 CPU 与硬件之间的接口 ) D. error Question2 Information that must be saved prior to the processor transferring control to the interrupt handler routine includes: 选择一个答案 a. Program Status Word (PSW) that is, it is a program or suite of programs executed by the processor. The OS frequently relin

3、quishes control and must depend on the processor to allow it to regain control. P40 Question10 Operating systems must evolve over time because 选择一个答案 a. Users will only purchase software that has a current copyright date b. New hardware is designed and implemented in the computer system c. All of th

4、e above d. Hardware must be replaced when it fails Feedback: 计算机需要不断发展的原因:硬件升级和新型硬件的出现、新的服务、纠正错误 P 40/41 Question11 A major problem with early serial processing systems was: 选择一个答案 a. Inability to get hardcopy output b. Setup time c. Lack of input devices d. All of the above Feedback: 调度和准备时间 Questi

5、on12 An example of a hardware feature that is desirable in a batch-processing system is 选择一个答案 a. None of the above b. A completely accessible memory area c. Large clock cycles d. Privileged instructions Feedback: 内存保护、定时器、特权指令、中断 Question13 A computer hardware feature that is vital to the effective

6、 operation of a multiprogramming operating system is: 选择一个答案 a. Very large memory b. Multiple processors c. I/O interrupts and DMA d. All of the above Feedback: 支持 I/O 中断和直接存储器访问 Question14 The principle objective of a time sharing, multiprogramming system is to 选择一个答案 a. Maximize processor use b. N

7、one of the above c. Provide exclusive access to hardware d. Maximize response time Feedback: 批处理多道程序设计是为了充分使用处理器,分时多道程序设计是为了减小响应时间 Question15 Which of the following major line of computer system development created problems in timing and synchronization that contributed to the development of the con

8、cept of the process? 选择一个答案 a. Multiprogramming batch operation systems b. Real time transaction systems c. All of the above d. Time sharing systems Feedback: Three major lines of computer system development created problems in timing and synchronization that contributed to the development of the co

9、ncept of the process: multiprogramming batch operation, time sharing, and real-time transaction systems. Question16 Which of the following major line of computer system development created problems in timing and synchronization that contributed to the development of the concept of the process? 选择一个答

10、案 a. Multiprogramming batch operation systems b. Real time transaction systems c. Time sharing systems d. All of the above Multiple Choice Questions 3 Question1 The behavior of a processor can be characterized by examining: 选择一个答案 a. Multiple process traces b. A single process trace c. All of the ab

11、ove d. The interleaving of the process traces Feedback: We can characterize behavior of the processor by showing how the traces of the various processes are interleaved. P81 Question2 The Process Image element that contains the modifiable part of the user space is called the: 选择一个答案 a. User Program

12、b. None of the above c. System Stack d. Process Control Block Feedback: User data. Question3 The processor execution mode that user programs typically execute in is referred to as: 选择一个答案 a. System mode b. None of the above c. User mode d. Kernel mode Feedback: 用户态。 System mode = kernel mode Questio

13、n4 One step in the procedure for creating a new process involves: 选择一个答案 a. Assigning a unique identifier b. All of the above c. Allocating space for the process d. Initializing the process control block Feedback: P99 12345 Question5 A process switch may occur when the system encounters an interrupt

14、 condition, such as that generated by a: 选择一个答案 a. All of the above b. Trap c. Supervisor call d. Memory fault Feedback: 中断:时钟中断、 I/O 中断、内存失效 陷阱 系统调用 Question6 In the Process Based O/S: 选择一个答案 a. None of the above b. Major kernel functions are organized as separate functions c. The User Process Image includes a kernel stack

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。