CS604-Midterm
1 / 50
Mkfifo() is a _______.
2 / 50
Linux is a version of _______ operating system.
3 / 50
------------has a hierarchical file system structure.
4 / 50
When a process opens its first file explicitly it will get descriptor number _________
5 / 50
___________ is a solution to the problem of indefinite blockage of low-priority processes.
6 / 50
A condition where a set of blocked processes each holding a resource and waiting to acquire a resource held by another process in the set is termed as ________.
7 / 50
Each page is a power of -------- bytes long in paging scheme.
8 / 50
Bounded Buffer is a buffer of ____________ size
9 / 50
Each process must first request permission to enter its critical section. The section of code implementing this request is called the _____
10 / 50
Which of the following is correct definition for wait operation?
11 / 50
The procedure “The time at which the process finished working MINUS the arrival time of the process MINUS CPU burst for that process” will help calculate the _________.
12 / 50
The hardware mechanism that enables a device to notify CPU is called an -------------
13 / 50
Linux Treats Devices as Files.
14 / 50
A time sharing system is
15 / 50
In ________addressing, the recipient is not required to name the sender.
16 / 50
You can use the rm file1 command to __________ file1
17 / 50
--------------command to resume the execution of a suspended job in the foreground
18 / 50
Using _________system, we can create a new process in Linux.
19 / 50
A Process „A‟ that has finished working but its parent process has also finished its execution. In this state the process „A‟ will be called as _____ process.
20 / 50
Cooperating processes never share any data, code, memory or state.
21 / 50
Banker‟s algorithm is used for ________________
22 / 50
___________ is a piece of code in a cooperating process in which the process may updates shared data (variable, file, database, etc.).
23 / 50
When process opens its first file explicitly it will get descriptor number ______
24 / 50
The manual pages can be read in Linux using ____ command.
25 / 50
The scheduling of ______ are done by the operating system.
26 / 50
______scheduler selects the process from the job pool and put them in main memory.
27 / 50
Progress and Bounded Waiting are some of the characteristics to solve the critical section problems.
28 / 50
The integer value of ________semaphores can range over an unrestricted integer domain.
29 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
30 / 50
First-Come, First-Served (FCFS) is a --------------scheduling algorithm.
31 / 50
The priorities of processes in the __________ group remain fixed.
32 / 50
A process consists of __________
33 / 50
__________ scheduler selects the process from the job pool and put them in main memory.
34 / 50
Preemptive ----------------scheduling is sometimes called shortestremaining-time-first scheduling.
35 / 50
The process of switching from one process to another is called latency.
36 / 50
I MB or 1 megabyte is equivalent to----
37 / 50
__________ integer shows the highest priority of a process in CPU scheduling
38 / 50
In ---------addressing; the recipient is not required to name the sender.
39 / 50
The bottom-up view is that operating system is a resource manager who manages the hardware and software resources in the computer system.
40 / 50
OS helps manages the following except
41 / 50
________ determines What will be done.
42 / 50
In ---------addressing, the recipient is not required to name the sender.
43 / 50
Hardware provide basic computing resource.
44 / 50
The number of processes completed per unit time is called ___________.
45 / 50
I/O instructions are Privileged Instructions.
46 / 50
The critical section problem can be solved by the following except
47 / 50
____ command display the status of a process.
48 / 50
Starvation is infinite blocking caused due to unavailability of resources.
49 / 50
The process of switching from one process to another is called ---------------.
50 / 50
Taking the CPU from one process and giving the CPU to another process is termed as
Your score is
The average score is 36%
Restart quiz