- 0
- 0
- 约2.13万字
- 约 57页
- 2018-02-26 发布于江苏
- 举报
【计算机】CH03_OPERATING SYSTEM STRUCTURES
Chap 3 Operating-System Structures操作系统结构 Contents内容 System Components系统部件 Operating System Services操作系统服务 System Calls系统调用 System Programs系统程序 System Structure 系统结构 Virtual Machines虚拟机 System Design and Implementation系统设计和实现 Summary(总结) Homework作业 Common System Components系统部件 Process Management 进程管理 Main Memory Management主存管理 Secondary-Storage Management 二级储存器管理 I/O System Management I/O系统管理 File Management 文件管理 Protection System 保护系统 Networking 网络处理 Command-Interpreter System 命令解释器系统 Process Management进程管理 A process is a program in execution. A process needs certain resources, including CPU time, memory, files, and I/O devices, to accomplish its task. 进程是正在执行的程序。为了完成其任务,进程需要一定的资源,包括CPU时间,存储器,文件,以及I/O设备 The operating system is responsible for the following activities in connection with process management. 在同进程管理有关的活动中,操作系统负责下列事务: Process creation and deletion. 进程创建和删除 process suspension and resumption. 进程挂起和恢复 Provision of mechanisms for 可提供以下有关机制: process synchronization 进程同步 process communication 进程通信 Deadlock Handing 死锁处理 Main-Memory Management主存管理 Memory is a large array of words or bytes, each with its own address. It is a repository of quickly accessible data shared by the CPU and I/O devices.存储器是字或字节的一个大数组,每一字或字节有自己的地址。它是一个可被CPU和I/O 共享、可快速存取数据的存放地。 Main memory is a volatile storage device. It loses its contents in the case of system failure.主存储器是一个易失性存储设备。系统失败时,会丢失内容。 The operating system is responsible for the following activities in connections with memory management: 在同存储管理有关的活动中,操作系统负责下列事务: Keep track of which parts of memory are currently being used and by whom. 保持记录存储器的哪一部分当前被使用以及被谁使用 Decide which processes to load when memory space becomes available.当有可用存储空间时,决定调入哪个进程 Allocate and deallocating memory space as needed. 需要时分配和收回存储空间 Secondary-Storage Management二级存储管理 Since main memory (primary storage) is volatile and too small to accommodate all data and programs permanently, the computer system must provide secondary storag
您可能关注的文档
- 【doc】团体健康险直付理赔服务模式初探.doc
- 【PPT】-中国人寿保险公司健康险话术专题(48页)-保险话术.ppt
- 【安邦】车险人伤理赔实务手册.doc
- 【全国百强校首发】黑龙江省哈尔滨市第三中学2016届高三上学期第二次检测数学(文)试题.docx
- 【大学信息技术导论】10 信息化与信息技术.ppt
- 【全国百强校首发】黑龙江省哈尔滨市第三中学2016届高三上学期第二次检测数学(理)试题.docx
- 【广发金工】成交量缩减,波动率C_P创新低-ETF期权每周跟踪(20150720-20150724).docx
- 【广发金工】标的下跌 波动率回升,Put价值凸显-ETF期权每周跟踪(20150727-20150731).docx
- 【广发金工】标的巨震引爆单日成交量-ETF期权每周跟踪(20150601-20150605).docx
- 【最新资料】水轮机调节复习资料.doc
- 【计算机】CH01 SOFTWARE AND SOFTWARE ENGINEERING.ppt
- 【计算机】CH02_COMPUTER SYSTEM STRUCTURES.ppt
- 【计算机】CH07 FOCUSING ON USERS AND THEIR TASKS.ppt
- 【计算机】CH10_VIRTUAL MEMORY.ppt
- 【计算机】CH09_MEMORY MANAGEMENT.ppt
- 【计算机】CH06 USING DESIGN PATTERNS.ppt
- 【计算机】CH7 网络安全检测与评估技术.ppt
- 【计算机】CH8 计算机病毒防范技术.ppt
- 【计算机】CHAPTER 1 从药学计算科学谈起.ppt
- 【计算机】CHAP9_ADVANCED_CLUSTER_ANALYSIS.ppt
原创力文档

文档评论(0)