CS604-Midterm
1 / 50
The Purpose of Operating System is to generate Executable Programs and to _______ them.
2 / 50
Round Robin algorithm is similar to ____________ scheduling but preemption is added to switch between processes.
3 / 50
Bounded Buffer is a buffer of ____________ size
4 / 50
The number of processes completed per unit time is called ___________.
5 / 50
DOS is single user operating system.
6 / 50
Batch programs are usually _________ programs.
7 / 50
The priority of a process can be changed using ___________ command.
8 / 50
Database, Complier, Video games are examples of ________.
9 / 50
The -----------scheme is not applicable to a resource allocation system with multiple instances of each resource type.
10 / 50
Command-line interpreter is also called __________ in some operating systems.
11 / 50
A time sharing system is
12 / 50
In ________ communication the process which wants to communicate with the other process must explicitly name the recipient and the sender.
13 / 50
/opt is used for storage of large applications.
14 / 50
If the system can allocate resources to each process in some order and still avoid a deadlock then it said to be in ______ state.
15 / 50
An absolute pathname starts with the root directory (/) and a relative pathname starts with your home directory.
16 / 50
You can use the ---------command in UNIX to create a directory.
17 / 50
In ---------addressing, the recipient is not required to name the sender.
18 / 50
The execution of critical sections must NOT be mutually exclusive
19 / 50
The process of switching from one process to another is called latency.
20 / 50
A process consists of __________
21 / 50
I MB or 1 megabyte is equivalent to----
22 / 50
In indirect inter process communication, a sender ________ mention the name of the recipient.
23 / 50
You can create a threads by using the pthread_create() call.
24 / 50
The critical section problem can be solved by the following except
25 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
26 / 50
____ command display the status of a process.
27 / 50
28 / 50
The manual pages can be read in Linux using ____ command.
29 / 50
Current working directory can be accessed using --------- Command.
30 / 50
The main characteristic of a Real time system is
31 / 50
Kernel is responsible for scheduling the user level threads.
32 / 50
--------------command to resume the execution of a suspended job in the foreground
33 / 50
Linux Treats Devices as Files.
34 / 50
A process is said to be in critical section if it executes code that manipulates shared data
35 / 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.”
36 / 50
________________ is an integer variable accessible through wait and signal which are atomic operations.
37 / 50
Operating System provides services such as Managing Primary and Secondary Storage, Processes and Allowing user to manage his/her files and directories.
38 / 50
Swapper is also termed as Short term scheduler.
39 / 50
____ command gives a snapshot of the current processes.
40 / 50
I/O instructions are Privileged Instructions.
41 / 50
The returned code to the child process after successful fork system call execution is
42 / 50
_______ is also called Swapper.
43 / 50
The time it takes for the dispatcher to stop one process and start another running is known as the-----------.
44 / 50
__________ integer shows the highest priority of a process in CPU scheduling
45 / 50
A semaphore that cause Busy-Waiting is termed as ___________.
46 / 50
copy file1 file2 is an example of ______ OS view.
47 / 50
Preventing a condition of ________ to happen, deadlocks can be prevented to happen.
48 / 50
49 / 50
If the fork system call fails, it returns
50 / 50
Which part of the computer system helps in managing the file and memory management system?
Your score is
The average score is 36%
Restart quiz