CS604-Midterm
1 / 50
A process consists of __________
2 / 50
The execution of critical sections must NOT be mutually exclusive
3 / 50
In indirect inter process communication, a sender_____mention the name of the recipient.
4 / 50
If the fork system call fails, it returns
5 / 50
_________ command to resume the execution of a suspended job in the foreground
6 / 50
___________ algorithm is used in Deadlock avoidance.
7 / 50
The main characteristic of a Real time system is
8 / 50
The -----------scheme is not applicable to a resource allocation system with multiple instances of each resource type.
9 / 50
Round Robin algorithm is similar to ____________ scheduling but preemption is added to switch between processes.
10 / 50
In Resource Allocation Graph, A _______ Pi →Rj indicates that process Pi may request resource Rj at some time in the future.
11 / 50
_____________ is the basis of queuing theory which is branch of mathematics used to analyze systems involving queues and servers.
12 / 50
A Process that has finished working, as well as its parent process has also finished its execution. In this state the process A will be called as _________ process.
13 / 50
__________ scheduler selects the process from the job pool and put them in main memory.
14 / 50
Physical memory is broken down into fixed-sized blocks, called----------- and Logical memory is divided into blocks of the same size, called -----------
15 / 50
The Shortest-Job-First Scheduling algorithm can be
16 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
17 / 50
All threads within a process share the ________ address space.
18 / 50
Linux Treats Devices as Files.
19 / 50
In Layered Approach of OS, the Layer highest Layer is User Interface layer.
20 / 50
The process of switching from one process to another is called ---------------.
21 / 50
A_______ is an integer variable that, apart from initialization is accessible only through two standard atomic operations: wait and signal.
22 / 50
When a process opens its first file explicitly it will get descriptor number _________
23 / 50
An operating system is a control program that manages the execution of user programs to prevent errors and improper use of a computer.
24 / 50
Operating system enables the user to use the Hardware Resources.
25 / 50
If your processor does not have two slots empty in Per Process File Descriptor Table, then your _________ system call will fail.
26 / 50
The Purpose of Operating System is to generate Executable Programs and to _______ them.
27 / 50
28 / 50
The creating process is called a--------------- process while the new processes are called the -------------- of that process
29 / 50
The Top-down view is that it is a program that acts as an intermediary between a user of a computer and the computer hardware, and makes the computer system convenient to use.
30 / 50
Which register holds the smallest legal physical memory address for a process?
31 / 50
_________________ scheduling allows a process to move between queues.
32 / 50
-------- command gives a snapshot of the current processes.
33 / 50
User mode can run the Privileged instructions.
34 / 50
_____________ determines How to do something.
35 / 50
A process is said to be in critical section if it executes code that manipulates shared data
36 / 50
The manual pages can be read in Linux using ____ command.
37 / 50
A major problem with priority scheduling algorithms is ______.
38 / 50
/usr/X11R6 is used by the X Window System.
39 / 50
A dashed line is used to represent a _________ in Resource Allocation Graph.
40 / 50
--------------command to resume the execution of a suspended job in the foreground
41 / 50
The returned code to the child process after successful fork system call execution is
42 / 50
The hardware mechanism that enables a device to notify CPU is called an -------------
43 / 50
When process opens its first file explicitly it will get descriptor number ______
44 / 50
We can install and run multiple OS by using VMWare.
45 / 50
Linux is a version of _______ operating system.
46 / 50
47 / 50
The correct command for compiling C program named program.c in Linux environment is
48 / 50
IPC provides a mechanism to allow processes to communicate and to synchronize their actions without sharing the same__________
49 / 50
Cache is non-volatile memory.
50 / 50
___________ is a piece of code in a cooperating process in which the process may updates shared data (variable, file, database, etc.).
Your score is
The average score is 36%
Restart quiz