第一、二章
问题 1
|
Which of following activities is not what an operating system concerns? |
|||||||||||
|
|||||||||||
问题 3
|
Which of the following system is a multi-user time-sharing system? |
|||||||||||
|
|||||||||||
问题 4
|
Operating system is a set of software for managing ______________. |
|||||||||||
|
|||||||||||
第三、四章
问题 20
|
When a process is waken up, it means that ______ . |
|||||||||||
|
|||||||||||
问题 24
|
Consider the following code segment: pid_t pid; pid = fork(); if (pid == 0) { /* child process */ fork(); thread_create( . . .); } fork(); a. How many unique processes are created? (包括第一次运行改程序的进程) [x171] b. How many unique threads are created? (没有主线程) [x172] |
|||||||||||||||||
|
|||||||||||||||||
第五章
问题 6
|
下列选项中,满足短任务优先且不会发生饥饿现象的调度算法是 ? |
|||||||||||
|
|||||||||||
问题 13
|
下列进程调度算法中,综合考虑进程等待时间和执行时间的是?( |
|||||||||||
|
|||||||||||
0 条评论