CS604-Midterm
1 / 50
An operating system is a control program that manages the execution of user programs to prevent errors and improper use of a computer.
2 / 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.
3 / 50
The Operating system is a layer of software between _________ and ___________.
4 / 50
The major advantage of multi-programming system is
5 / 50
__________ scheduler selects the process from the job pool and put them in main memory.
6 / 50
The correct command for compiling C program named program.c in Linux environment is
7 / 50
Mkfifo() is a _______.
8 / 50
A pathname is the list of directories separated by _________.
9 / 50
____ is a virtual directory in Linux and Unix.
10 / 50
The 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 ________.
11 / 50
Preventing a condition of ________ to happen, deadlocks can be prevented to happen.
12 / 50
Managing Secondary Storage Involves all of the Following except
13 / 50
You can terminate a foreground process by pressing --------------
14 / 50
In Unix/ Linux, by default the standard input file is attached to the ___________
15 / 50
A_____ is an abstract key for accessing a file.
16 / 50
Cooperating processes never share any data, code, memory or state.
17 / 50
Mach, MacOS X Server, QNX, OS/2 and Windows NT are examples of OS Based on ______.
18 / 50
In Layered approach of OS, Lowest Layer is known as ________.
19 / 50
An absolute pathname starts with the root directory (/) and a relative pathname starts with your home directory.
20 / 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.
21 / 50
You can display the contents (names of files and directories) of a directory in UNIX/Linux directory structure with the --------------- command.
22 / 50
User Goal of OS is that It easy to use, reliable, safe and fast.
23 / 50
___________ is used in real time operating systems.
24 / 50
command displays the contents of current working directory.
25 / 50
You can use the rm file1 command to __________ file1
26 / 50
__________ commands in Linux is used to copy file
27 / 50
n-process critical section problem can be solved by using
28 / 50
___________ is a solution to the problem of indefinite blockage of low-priority processes.
29 / 50
The scheduling of ______ are done by the operating system.
30 / 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 ________.
31 / 50
The bottom layer in the layered approach of Operating System is-----------
32 / 50
Which of the following is NOT a Hardware Resource.
33 / 50
Swapper is also termed as Short term scheduler.
34 / 50
User mode can run the Privileged instructions.
35 / 50
The process of holding at least one resource and waiting to acquire additional resources that are currently being held by other processes is known as________.
36 / 50
The -------------- system call suspends the calling process.
37 / 50
The execution of critical sections must NOT be mutually exclusive
38 / 50
Operating System provides services such as Managing Primary and Secondary Storage, Processes and Allowing user to manage his/her files and directories.
39 / 50
The critical section problem can be solved by the following except
40 / 50
You can create a threads by using the pthread_create() call.
41 / 50
The priorities of processes in the __________ group remain fixed.
42 / 50
What do we name to an address that is loaded into the memory-address register of the memory?
43 / 50
The integer value of ________semaphores can range over an unrestricted integer domain.
44 / 50
_____________ is a preemptive scheduling algorithm.
45 / 50
In ________addressing, the recipient is not required to name the sender.
46 / 50
A semaphore that cause Busy-Waiting is termed as .
47 / 50
copy file1 file2 is an example of ______ OS view.
48 / 50
Linux is a version of _______ operating system.
49 / 50
Which of the following is correct definition for wait operation?
50 / 50
The manual pages can be read in Linux using ____ command.
Your score is
The average score is 36%
Restart quiz