CS604-Midterm
1 / 50
A process consists of __________
2 / 50
The -------------- system call suspends the calling process.
3 / 50
Which part of the computer system helps in managing the file and memory management system?
4 / 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 ________.
5 / 50
POSIX is a standard developed by ANSI
6 / 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.”
7 / 50
A process is said to be in critical section if it executes code that manipulates shared data
8 / 50
IPC provides a mechanism to allow processes to communicate and to synchronize their actions without sharing the same__________
9 / 50
Binary semaphores are those that have only two values---------
10 / 50
You can create a threads by using the pthread_create() call.
11 / 50
Physical memory is broken down into fixed-sized blocks, called----------- and Logical memory is divided into blocks of the same size, called -----------
12 / 50
The bottom layer in the layered approach of Operating System is-----------
13 / 50
An absolute pathname starts with the root directory (/) and a relative pathname starts with your home directory.
14 / 50
The main characteristic of a Real time system is
15 / 50
_________buffer places no practical limit on the size of the buffer
16 / 50
The critical section problem can be solved by the following except
17 / 50
Preemptive ----------------scheduling is sometimes called shortestremaining-time-first scheduling.
18 / 50
The bottom-up view is that operating system is a resource manager who manages the hardware and software resources in the computer system.
19 / 50
The priorities of processes in the __________ group remain fixed.
20 / 50
___________ is a solution to the problem of indefinite blockage of low-priority processes.
21 / 50
In Layered approach of OS, Lowest Layer is known as ________.
22 / 50
23 / 50
First _______ entries in Per Process File Descriptor Table are used as soon as the process is created.
24 / 50
The basic purpose of ________________is to help the users to utilize the hardware resources for completing different tasks in a simplified manner
25 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
26 / 50
The manual pages can be read in Linux using ____ command.
27 / 50
You can use the ---------command in UNIX to create a directory.
28 / 50
We can install and run multiple OS by using VMWare.
29 / 50
________ determines What will be done.
30 / 50
You can use the rm file1 command to __________ file1
31 / 50
command displays the contents of current working directory.
32 / 50
_____________ is the basis of queuing theory which is branch of mathematics used to analyze systems involving queues and servers.
33 / 50
__________ directory includes essential system boot files including the kernel image.
34 / 50
Each page is a power of -------- bytes long in paging scheme.
35 / 50
A_______ is an integer variable that, apart from initialization is accessible only through two standard atomic operations: wait and signal.
36 / 50
You can use the ------------- command to display the status of suspended and background processes
37 / 50
Managing Secondary Storage Involves all of the Following except
38 / 50
Each process must first request permission to enter its critical section. The section of code implementing this request is called the _____
39 / 50
An operating system is a control program that manages the execution of user programs to prevent errors and improper use of a computer.
40 / 50
A semaphore that cause Busy-Waiting is termed as .
41 / 50
The major advantage of multi-programming system is
42 / 50
_________ command to resume the execution of a suspended job in the foreground
43 / 50
In indirect inter process communication, a sender_____mention the name of the recipient.
44 / 50
/opt is used for storage of large applications.
45 / 50
In indirect inter process communication, a sender ________ mention the name of the recipient.
46 / 50
__________ commands in Linux is used to copy file
47 / 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 _________.
48 / 50
In Resource Allocation Graph, A _______ Pi →Rj indicates that process Pi may request resource Rj at some time in the future.
49 / 50
A solution to the critical section problem must satisfy the following requirements
50 / 50
_____________ is a preemptive scheduling algorithm.
Your score is
The average score is 36%
Restart quiz