第一、二章

问题 1

得 0 分,满分 4 分

Which of following activities is not what an operating system concerns?

所选答案:
错误A. To provide an interface between the user and the system
答案:
A. To provide an interface between the user and the system
B. To manage system resources
C. To manage the computer hardware
正确D. To provide users application software

 

问题 3

得 0 分,满分 4 分

Which of the following system is a multi-user time-sharing system?

所选答案:
错误B. Windows XP
答案:
正确A. Linux
B. Windows XP
C. DOS
D. OS/2

 

问题 4

得 0 分,满分 4 分

Operating system is a set of software for managing ______________.

所选答案:
错误C. Application programs
答案:
A. Computer hardware
B. Computer software
C. Application programs
正确D. Computer resources

 

第三、四章

 

问题 20

得 0 分,满分 3 分

When a process is waken up, it means that ______ .

所选答案:

错误C. its priority is becoming the highest

答案:

A. the process is provided with CPU again

B. its PCB is moved to the head of ready queue

C. its priority is becoming the highest

正确D. its state is changed into ready state

问题 24

得 5 分,满分 10 分

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]

x171 的指定答案:
正确6
x172 的指定答案:
错误8
x171 的正确答案:
评估方式 正确答案 区分大小写
正确完全匹配 6
x172 的正确答案:
评估方式 正确答案 区分大小写
正确完全匹配 2

 

 

第五章

问题 6

得 0 分,满分 4 分

下列选项中,满足短任务优先且不会发生饥饿现象的调度算法是 

所选答案:
错误D. 非抢占式短任务优先
答案:
A. 先来先服务
正确B. 高响应比优先

C. 时间片轮转
D. 非抢占式短任务优先

问题 13

得 0 分,满分 4 分

下列进程调度算法中,综合考虑进程等待时间和执行时间的是?(

所选答案:
错误B. 时间片轮转调度算法
答案:
A. 短进程优先调度算法
B. 时间片轮转调度算法
正确C. 高响应比优先调度算法
D. 先来先服务调度算法

0 条评论

发表评论

Avatar placeholder