题目 题型
什么是用户线程(User threads)和内核线程(Kernel threads)?并比较二者的特点。 问答
什么是抖动(Thrashing)?抖动是如何产生的?并给出解决方案。 问答
在内存的基本分配方法中会形成内部碎片和外部碎片。请问什么是内部碎片( Internal Fragmentation )?什么是外部碎片( External Fragmentation )?外部碎片问题如何解决或补救? 问答
Discuss how the following pairs of scheduling criteria conflict in certain settings. a. CPU utilization and response time b . I/O device utilization and CPU utilization 问答
Assume that you have a page-reference string for a process with m frames (initially all empty). The page-reference string has length p, and n distinct page numbers occur in it. Answer these questions for any page-replacement algorithms: 问答
某请求页式 存储 管理 (demand paging) ,允许用户编程空间为32个页面(每页1KB,主存为16KB)。如有一用户程序有10页长,且某时刻该用户页面映射如 下 表所示。 问答
进程P1、P2、P3、P4按序到达就绪队列,到达时间及服务时间如下表所示: 问答
有 n 个进程( P1,P2, … ,Pn )向容量为 M 的缓冲区写数据,每个进程一次写 1 个数据,当缓冲区写满时,另一个读进程 P r一次将 M 个数据全部读完,如此反复。请用信号量解决这些进程的同步互斥问题。 < 问答
Consider the following snapshot of a system: 问答