CS604-Midterm
1 / 50
Linux uses ___________ directory to store system configuration files.
2 / 50
______scheduler selects the process from the job pool and put them in main memory.
3 / 50
Users are the People, machines or computers that uses the Hardware resources.
4 / 50
Hardware provide basic computing resource.
5 / 50
Starvation is infinite blocking caused due to unavailability of resources.
6 / 50
__________ commands in Linux is used to copy file
7 / 50
Banker‟s algorithm is used for ________________
8 / 50
Which of the following is NOT a Hardware Resource.
9 / 50
We can install and run multiple OS by using VMWare.
10 / 50
The priorities of processes in the __________ group remain fixed.
11 / 50
A program in execution is called a _______________.
12 / 50
Each process must first request permission to enter its critical section. The section of code implementing this request is called the _____
13 / 50
DOS is single user operating system.
14 / 50
A time sharing system is
15 / 50
In ---------addressing, the recipient is not required to name the sender.
16 / 50
The hardware mechanism that enables a device to notify CPU is called an -------------
17 / 50
Utilities used for system administration (halt, ifconfig, fdisk, etc.) are stored in _____________ directory.
18 / 50
Bounded Buffer is a buffer of ____________ size
19 / 50
_____ system call is used to write to a file or FIFO or any other IPC channel.
20 / 50
The interval from the time of submission to the time of completion is the ______
21 / 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 ________.
22 / 50
All threads within a process share the ________ address space.
23 / 50
--------------command to resume the execution of a suspended job in the foreground
24 / 50
Which part of the computer system helps in managing the file and memory management system?
25 / 50
A process consists of __________
26 / 50
The address generated by the CPU, after any indexing or other addressing-mode arithmetic, is called a --------address, and the address it gets translated to by the MMU is called a ---------address.
27 / 50
Files that start with a -------- in UNIX/Linux directory structure are known as hidden files .
28 / 50
A_____ is an abstract key for accessing a file.
29 / 50
In Unix/ Linux, by default the standard input file is attached to the ___________
30 / 50
Mkfifo() is a _______.
31 / 50
In Linux directory structure, there is ___________ root directory.
32 / 50
The integer value of ________semaphores can range over an unrestricted integer domain.
33 / 50
The manual pages can be read in Linux using ____ command.
34 / 50
In Layered Approach of OS, the Layer highest Layer is User Interface layer.
35 / 50
___________ is a piece of code in a cooperating process in which the process may updates shared data (variable, file, database, etc.).
36 / 50
When process opens its first file explicitly it will get descriptor number ______
37 / 50
The priority of a process can be changed using ___________ command.
38 / 50
A system call________
39 / 50
The process id returned to the child process after successful fork system call execution is _____________.
40 / 50
The critical section problem can be solved by the following except
41 / 50
In Resource Allocation Graph, A _______ Pi →Rj indicates that process Pi may request resource Rj at some time in the future.
42 / 50
_______ is also called Swapper.
43 / 50
Round Robin algorithm is similar to ____________ scheduling but preemption is added to switch between processes.
44 / 50
In ________addressing, the recipient is not required to name the sender.
45 / 50
The bottom layer in the layered approach of Operating System is-----------
46 / 50
_____________ is a preemptive scheduling algorithm.
47 / 50
Progress and Bounded Waiting are some of the characteristics to solve the critical section problems.
48 / 50
In indirect inter process communication, a sender_____mention the name of the recipient.
49 / 50
An absolute pathname starts with the root directory (/) and a relative pathname starts with your home directory.
50 / 50
Which of the following is correct definition for wait operation?
Your score is
The average score is 36%
Restart quiz