CS604-Midterm
1 / 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.
2 / 50
If the fork system call fails, it returns
3 / 50
The integer value of ________semaphores can range over an unrestricted integer domain.
4 / 50
In Resource Allocation Graph, A _______ Pi →Rj indicates that process Pi may request resource Rj at some time in the future.
5 / 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.
6 / 50
------------ register contains the size of the process
7 / 50
Kernel is responsible for scheduling the user level threads.
8 / 50
The execution of critical sections must NOT be mutually exclusive
9 / 50
Linux is a version of _______ operating system.
10 / 50
Preventing a condition of ________ to happen, deadlocks can be prevented to happen.
11 / 50
The -------------- system call suspends the calling process.
12 / 50
________ scheduling algorithm is sometimes called shortest remaining time first scheduling algorithm.
13 / 50
________________ is an integer variable accessible through wait and signal which are atomic operations.
14 / 50
The time it takes for the dispatcher to stop one process and start another running is known as the-----------.
15 / 50
The Shortest-Job-First Scheduling algorithm can be
16 / 50
You can display all of the signals supported by your system, along with their numbers, by using the -----------command
17 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
18 / 50
Which part of the computer system helps in managing the file and memory management system?
19 / 50
__________ commands in Linux is used to copy file
20 / 50
Which register holds the smallest legal physical memory address for a process?
21 / 50
I/O instructions are Privileged Instructions.
22 / 50
In Unix/ Linux, by default the standard output file is attached to the ___________
23 / 50
The priority of a process can be changed using ___________ command.
24 / 50
Bounded Buffer is a buffer of ____________ size
25 / 50
In Linux directory structure, there is ___________ root directory.
26 / 50
The bottom layer in the layered approach of Operating System is-----------
27 / 50
A ---------------- (or an exception) is a software-generated interrupt caused either by an error (division by zero or invalid memory access) or by a user request for an operating system service.
28 / 50
The process of switching from one process to another is called ---------------.
29 / 50
Shared libraries and kernel modules are stored in directory
30 / 50
A solution to the critical section problem must satisfy the following requirements
31 / 50
Physical memory is broken down into fixed-sized blocks, called----------- and Logical memory is divided into blocks of the same size, called -----------
32 / 50
Users are the People, machines or computers that uses the Hardware resources.
33 / 50
_______ is also called Swapper.
34 / 50
You can use the rm file1 command to __________ file1
35 / 50
In deadlock detection and recovery algorithm, a deadlock exists in the system if and only if the wait for graph contains a _____________
36 / 50
Utilities used for system administration (halt, ifconfig, fdisk, etc.) are stored in _____________ directory.
37 / 50
First-Come, First-Served (FCFS) is a --------------scheduling algorithm.
38 / 50
All threads within a process share the ________ address space.
39 / 50
The major advantage of multi-programming system is
40 / 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 _________.
41 / 50
You can create a threads by using the pthread_create() call.
42 / 50
____ command gives a snapshot of the current processes.
43 / 50
Which of the following is NOT a Hardware Resource.
44 / 50
The _______ are used for communication between related or unrelated processes on the same system or unrelated processes on different systems.
45 / 50
________ determines What will be done.
46 / 50
A_______ is an integer variable that, apart from initialization is accessible only through two standard atomic operations: wait and signal.
47 / 50
A dashed line is used to represent a _________ in Resource Allocation Graph.
48 / 50
The priorities of processes in the __________ group remain fixed.
49 / 50
A parent process calling __________ system call will be suspended until children process terminates.
50 / 50
First _______ entries in Per Process File Descriptor Table are used as soon as the process is created.
Your score is
The average score is 36%
Restart quiz