CS604-Midterm
1 / 50
The Purpose of Operating System is to generate Executable Programs and to _______ them.
2 / 50
The major advantage of multi-programming system is
3 / 50
When a process opens its first file explicitly it will get descriptor number _________
4 / 50
User Goal of OS is that It easy to use, reliable, safe and fast.
5 / 50
The execution of critical sections must NOT be mutually exclusive
6 / 50
Linux Treats Devices as Files.
7 / 50
A dashed line is used to represent a _________ in Resource Allocation Graph.
8 / 50
The main characteristic of a Real time system is
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
The priority of a process can be changed using ___________ command.
11 / 50
The Shortest-Job-First Scheduling algorithm can be
12 / 50
Progress and Bounded Waiting are some of the characteristics to solve the critical section problems.
13 / 50
------------ register contains the size of the process
14 / 50
DOS is single user operating system.
15 / 50
A_______ is an integer variable that, apart from initialization is accessible only through two standard atomic operations: wait and signal.
16 / 50
The -----------scheme is not applicable to a resource allocation system with multiple instances of each resource type.
17 / 50
____ command gives a snapshot of the current processes.
18 / 50
__________ scheduler selects the process from the job pool and put them in main memory.
19 / 50
The following requirement for solving critical section problem is known as ______. “There exists a bound on the number of times that other processes are allowed to enter their critical sections after a process has made a request to enter its critical section and before that request is granted.”
20 / 50
Preventing a condition of ________ to happen, deadlocks can be prevented to happen.
21 / 50
Time interval when the I/O Devices are accessed is known as --------.
22 / 50
The following is NOT a classical problem of synchronization
23 / 50
The priorities of processes in the __________ group remain fixed.
24 / 50
_________________ scheduling allows a process to move between queues.
25 / 50
A major problem with priority scheduling algorithms is ______.
26 / 50
In indirect inter process communication, a sender_____mention the name of the recipient.
27 / 50
28 / 50
I/O instructions are Privileged Instructions.
29 / 50
Physical memory is broken down into fixed-sized blocks, called----------- and Logical memory is divided into blocks of the same size, called -----------
30 / 50
In indirect inter process communication, a sender ________ mention the name of the recipient.
31 / 50
The time it takes for the dispatcher to stop one process and start another running is known as the-----------.
32 / 50
Utilities used for system administration (halt, ifconfig, fdisk, etc.) are stored in _____________ directory.
33 / 50
____ command display the status of a process.
34 / 50
The address generated by the CPU, after any indexing or other addressing-mode arithmetic, is called a --------address, and the address it gets translated to by the MMU is called a ---------address.
35 / 50
In ________addressing, the recipient is not required to name the sender.
36 / 50
In Layered approach of OS, Lowest Layer is known as ________.
37 / 50
______scheduler selects the process from the job pool and put them in main memory.
38 / 50
In Linux directory structure, there is ___________ root directory.
39 / 50
Mkfifo() is a _______.
40 / 50
___________ is a piece of code in a cooperating process in which the process may updates shared data (variable, file, database, etc.).
41 / 50
I MB or 1 megabyte is equivalent to----
42 / 50
command displays the contents of current working directory.
43 / 50
Preemptive ----------------scheduling is sometimes called shortestremaining-time-first scheduling.
44 / 50
Hardware provide basic computing resource.
45 / 50
rm and [r]mkdir commands are used to _____________ directory.
46 / 50
The hardware mechanism that enables a device to notify CPU is called an -------------
47 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
48 / 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 ________.
49 / 50
The creating process is called a--------------- process while the new processes are called the -------------- of that process
50 / 50
The Operating system is a layer of software between _________ and ___________.
Your score is
The average score is 36%
Restart quiz