17 Define the essential properties of the following types of operating systems: 列出下列操作系统的基本特点: a
Batch批处理 b
Interactive交互式 c
Time sharing分时 d
Real time实时 e
Network网络 g
Distributed分布式 f
手持式 Answer:作业 ch1-第四题 (第六版答案) a
Batch 相似需求的Job分批、成组的在计算机上执行,Job由操作员或自动Job程序装置装载; 可以通过采用 buffering, off-line operation, spooling, multiprogramming 等技术使CPU 和 I/O不停忙来提高性能 批处理适合于需要极少用户交互的Job
Interactive 由许多短交易组成,下一次交易的结果可能不可预知 需要响应时间短 c
Time sharing 使用CPU调度和多道程序提供对系统的经济交互式使用,CPU快速地在用户之间切换 一般从终端读取控制,输出立即打印到屏幕 d
Real time 在专门系统中使用,从传感器读取信息,必须在规定时间内作出响应以确保正确的执行 e
Network 在通用OS上添加 联网、通信功能 远程过程调用 文件共享 f
Distributed 具有联网、通信功能 提供远程过程调用 提供多处理机的统一调度调度 统一的存储管理 分布式文件系统 第二章 第六版2
3 What are the differences between a trap and an interrupt
What is the use of each function
答:作业 ch2-第二题 (第六版答案)