CS604-Midterm
1 / 50
_______ is also called Swapper.
2 / 50
The interval from the time of submission to the time of completion is the ______
3 / 50
I MB or 1 megabyte is equivalent to----
4 / 50
Binary semaphores are those that have only two values---------
5 / 50
The manual pages can be read in Linux using ____ command.
6 / 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.
7 / 50
All threads within a process share the ________ address space.
8 / 50
_________________ scheduling allows a process to move between queues.
9 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
10 / 50
Files that start with a -------- in UNIX/Linux directory structure are known as hidden files .
11 / 50
A process consists of __________
12 / 50
The process id returned to the child process after successful fork system call execution is _____________.
13 / 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 ________.
14 / 50
Operating System provides services such as Managing Primary and Secondary Storage, Processes and Allowing user to manage his/her files and directories.
15 / 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.
16 / 50
Mkfifo() is a _______.
17 / 50
Shared libraries and kernel modules are stored in directory
18 / 50
A time sharing system is
19 / 50
-------- command gives a snapshot of the current processes.
20 / 50
/usr/X11R6 is used by the X Window System.
21 / 50
The process of switching from one process to another is called ---------------.
22 / 50
Each process must first request permission to enter its critical section. The section of code implementing this request is called the _____
23 / 50
You can create a threads by using the pthread_create() call.
24 / 50
In Unix/ Linux, by default the standard input file is attached to the ___________
25 / 50
The main characteristic of a Real time system is
26 / 50
A semaphore that cause Busy-Waiting is termed as ___________.
27 / 50
The critical section problem can be solved by the following except
28 / 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.
29 / 50
In Linux directory structure, there is ___________ root directory.
30 / 50
I/O instructions are Privileged Instructions.
31 / 50
The bottom layer in the layered approach of Operating System is-----------
32 / 50
The time it takes for the dispatcher to stop one process and start another running is known as the-----------.
33 / 50
The returned code to the child process after successful fork system call execution is
34 / 50
Which of the following is correct definition for wait operation?
35 / 50
A dashed line is used to represent a _________ in Resource Allocation Graph.
36 / 50
The hardware mechanism that enables a device to notify CPU is called an -------------
37 / 50
If your processor does not have two slots empty in Per Process File Descriptor Table, then your _________ system call will fail.
38 / 50
Preemptive ----------------scheduling is sometimes called shortestremaining-time-first scheduling.
39 / 50
OS helps manages the following except
40 / 50
A_______ is an integer variable that, apart from initialization is accessible only through two standard atomic operations: wait and signal.
41 / 50
Each page is a power of -------- bytes long in paging scheme.
42 / 50
43 / 50
We can install and run multiple OS by using VMWare.
44 / 50
An absolute pathname starts with the root directory (/) and a relative pathname starts with your home directory.
45 / 50
DOS is single user operating system.
46 / 50
Kernel is responsible for scheduling the user level threads.
47 / 50
___________ is a piece of code in a cooperating process in which the process may updates shared data (variable, file, database, etc.).
48 / 50
The -------------- system call suspends the calling process.
49 / 50
In indirect inter process communication, a sender ________ mention the name of the recipient.
50 / 50
You can display the contents (names of files and directories) of a directory in UNIX/Linux directory structure with the --------------- command.
Your score is
The average score is 36%
Restart quiz