CS604-Midterm
1 / 50
____ command display the status of a process.
2 / 50
The Home Directory for superuser in Linux and Unix is
3 / 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.
4 / 50
Each process must first request permission to enter its critical section. The section of code implementing this request is called the _____
5 / 50
A dashed line is used to represent a _________ in Resource Allocation Graph.
6 / 50
If a system is not in a safe state, there can be No deadlocks.
7 / 50
The bottom layer in the layered approach of Operating System is-----------
8 / 50
_________buffer places no practical limit on the size of the buffer
9 / 50
The critical section problem can be solved by the following except
10 / 50
In Linux directory structure, there is ___________ root directory.
11 / 50
command displays the contents of current working directory.
12 / 50
_____________ is the basis of queuing theory which is branch of mathematics used to analyze systems involving queues and servers.
13 / 50
Using _________system, we can create a new process in Linux.
14 / 50
A parent process calling __________ system call will be suspended until children process terminates.
15 / 50
-------- command gives a snapshot of the current processes.
16 / 50
Hardware provide basic computing resource.
17 / 50
The Shortest-Job-First Scheduling algorithm can be
18 / 50
In indirect inter process communication, a sender_____mention the name of the recipient.
19 / 50
The creating process is called a--------------- process while the new processes are called the -------------- of that process
20 / 50
___________ is used in real time operating systems.
21 / 50
Banker‟s algorithm is used for ________________
22 / 50
If the fork system call fails, it returns
23 / 50
In ---------addressing, the recipient is not required to name the sender.
24 / 50
A major problem with priority scheduling algorithms is ______.
25 / 50
An operating system is a control program that manages the execution of user programs to prevent errors and improper use of a computer.
26 / 50
Shared libraries and kernel modules are stored in directory
27 / 50
You can display all of the signals supported by your system, along with their numbers, by using the -----------command
28 / 50
In ________addressing, the recipient is not required to name the sender.
29 / 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.
30 / 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 _________.
31 / 50
Which of the following is correct definition for wait operation?
32 / 50
--------------command to resume the execution of a suspended job in the foreground
33 / 50
Preemptive ----------------scheduling is sometimes called shortestremaining-time-first scheduling.
34 / 50
OS helps manages the following except
35 / 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.
36 / 50
The integer value of ________semaphores can range over an unrestricted integer domain.
37 / 50
The returned code to the child process after successful fork system call execution is
38 / 50
------------has a hierarchical file system structure.
39 / 50
The Operating system is a layer of software between _________ and ___________.
40 / 50
The correct command for compiling C program named program.c in Linux environment is
41 / 50
copy file1 file2 is an example of ______ OS view.
42 / 50
Batch programs are usually _________ programs.
43 / 50
A solution to the critical section problem must satisfy the following requirements
44 / 50
The manual pages can be read in Linux using ____ command.
45 / 50
When a process opens its first file explicitly it will get descriptor number _________
46 / 50
------------ register contains the size of the process
47 / 50
The execution of critical sections must NOT be mutually exclusive
48 / 50
Which of the following is NOT a Hardware Resource.
49 / 50
First _______ entries in Per Process File Descriptor Table are used as soon as the process is created.
50 / 50
The process of switching from one process to another is called ---------------.
Your score is
The average score is 36%
Restart quiz