CS604-Midterm
1 / 50
Preemptive ----------------scheduling is sometimes called shortestremaining-time-first scheduling.
2 / 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.
3 / 50
--------------command to resume the execution of a suspended job in the foreground
4 / 50
Kernel is responsible for scheduling the user level threads.
5 / 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.
6 / 50
__________ integer shows the highest priority of a process in CPU scheduling
7 / 50
OS helps manages the following except
8 / 50
Which of the following is correct definition for wait operation?
9 / 50
A_______ is an integer variable that, apart from initialization is accessible only through two standard atomic operations: wait and signal.
10 / 50
______scheduler selects the process from the job pool and put them in main memory.
11 / 50
rm and [r]mkdir commands are used to _____________ directory.
12 / 50
When a process opens its first file explicitly it will get descriptor number _________
13 / 50
You can display the contents (names of files and directories) of a directory in UNIX/Linux directory structure with the --------------- command.
14 / 50
Which of the following is NOT a Hardware Resource.
15 / 50
This condition is known as ______________.
16 / 50
__________ scheduler selects the process from the job pool and put them in main memory.
17 / 50
Batch programs are usually _________ programs.
18 / 50
A process consists of __________
19 / 50
First _______ entries in Per Process File Descriptor Table are used as soon as the process is created.
20 / 50
Cooperating processes never share any data, code, memory or state.
21 / 50
A system call________
22 / 50
A pathname is the list of directories separated by _________.
23 / 50
You can terminate a foreground process by pressing --------------
24 / 50
The integer value of ________semaphores can range over an unrestricted integer domain.
25 / 50
In indirect inter process communication, a sender_____mention the name of the recipient.
26 / 50
The -----------scheme is not applicable to a resource allocation system with multiple instances of each resource type.
27 / 50
Operating System provides services such as Managing Primary and Secondary Storage, Processes and Allowing user to manage his/her files and directories.
28 / 50
____ command display the status of a process.
29 / 50
In ---------addressing; the recipient is not required to name the sender.
30 / 50
Which register holds the smallest legal physical memory address for a process?
31 / 50
Files that start with a -------- in UNIX/Linux directory structure are known as hidden files .
32 / 50
The nice value helps in assigning ______ to a process.
33 / 50
The main characteristic of a Real time system is
34 / 50
Linux Treats Devices as Files.
35 / 50
You can create a threads by using the pthread_create() call.
36 / 50
The performance of Round Robin algorithm does NOT depends heavily on the size of the time quantum.
37 / 50
Each process must first request permission to enter its critical section. The section of code implementing this request is called the _____
38 / 50
The interval from the time of submission to the time of completion is the ______
39 / 50
Round Robin algorithm is similar to ____________ scheduling but preemption is added to switch between processes.
40 / 50
The ________ requires that once a writer is ready, that writer performs its write as soon as possible , if a writer waiting to access the object, no new readers may start reading.
41 / 50
The priorities of processes in the __________ group remain fixed.
42 / 50
The creating process is called a--------------- process while the new processes are called the -------------- of that process
43 / 50
Taking the CPU from one process and giving the CPU to another process is termed as
44 / 50
Which part of the computer system helps in managing the file and memory management system?
45 / 50
Preventing a condition of ________ to happen, deadlocks can be prevented to happen.
46 / 50
Binary semaphores are those that have only two values---------
47 / 50
The critical section problem can be solved by the following except
48 / 50
DOS is single user operating system.
49 / 50
_________buffer places no practical limit on the size of the buffer
50 / 50
Physical memory is broken down into fixed-sized blocks, called----------- and Logical memory is divided into blocks of the same size, called -----------
Your score is
The average score is 36%
Restart quiz