- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Lesson5OperaringSystem讲解
Computer English Chapter 5 Operaring System In this chapter we study the concepts in OS design by studying the evolution of OS functions and identifying the fundamental concepts and techniques used in their implementation. We also introduce formal definitions of concepts and relevant terminology. 本章我们将通过学习操作系统功能的演化和认识操作系统在实现过程中采用的基本概念与技术,了解操作系统设计中的概念,还将介绍一些概念和相关术语的正式定义。 5.2 Evolution of OS Function Jobs, programs and processes The primary function of an OS is to organize the execution of user computations in a computer system. A suitable characterization of user computations is therefore fundamental to its design. Three characterizations of user computations have been used to date--jobs, programs and processes. 作业、程序和进程 操作系统的基本功能是在计算机系统中组织用户计算的执行。因此它在设计中要求对用户计算有恰当的特征描述。通常在用户计算中使用以下三种特征记述——作业、程序和进程。 5.2 Evolution of OS Function Jobs, programs and processes A program is the classical view of a computation. It consists of a set of program units, including program units obtained from libraries, which constitute an object code to be executed. A process is an execution of a program or of a part of a program. It differs from a program when concurrent programming techniques are used for coding the program. In such a case many processes can execute a program or a part of a program. 程序是计算的传统观点,它由一系列程序单元构成,包括从库中获取的程序单元,并组成可执行的目标代码。进程是一个程序或一个程序部分的一次执行。在应用并行编码技术时,许多进程可以执行同一程序或其一部分,这时进程与程序是不同的。 5.2 Evolution of OS Function Jobs, programs and processes A job is a computational structure which is a sequence of programs. It consists of a sequence of job steps, each job step constituting the execution of a program. Thus, a job for the compilation and execution of a Pascal program involves the following three job steps---execution of the Pascal compiler to compile the Pascal program, execution of the linker to prepare the compiled program for execution and execution of the object program which has just been linked. 作业是一个程序序列的计算结构。它由一系列作业步组成,每一步都是一个程序执行的一部分。例如,一个对Pascal程序进行编译和执
文档评论(0)