CS604-Midterm
1 / 50
Preemptive ----------------scheduling is sometimes called shortestremaining-time-first scheduling.
2 / 50
You can display all of the signals supported by your system, along with their numbers, by using the -----------command
3 / 50
When a process opens its first file explicitly it will get descriptor number _________
4 / 50
Round Robin algorithm is similar to ____________ scheduling but preemption is added to switch between processes.
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
The main characteristic of a Real time system is
7 / 50
Physical memory is broken down into fixed-sized blocks, called----------- and Logical memory is divided into blocks of the same size, called -----------
8 / 50
A system call________
9 / 50
If the fork system call fails, it returns
10 / 50
The execution of critical sections must NOT be mutually exclusive
11 / 50
The correct command for compiling C program named program.c in Linux environment is
12 / 50
------------ register contains the size of the process
13 / 50
Operating system enables the user to use the Hardware Resources.
14 / 50
-------- command gives a snapshot of the current processes.
15 / 50
You can display the contents (names of files and directories) of a directory in UNIX/Linux directory structure with the --------------- command.
16 / 50
Each process must first request permission to enter its critical section. The section of code implementing this request is called the _____
17 / 50
Files that start with a -------- in UNIX/Linux directory structure are known as hidden files .
18 / 50
The hardware mechanism that enables a device to notify CPU is called an -------------
19 / 50
A process consists of __________
20 / 50
In Layered approach of OS, Lowest Layer is known as ________.
21 / 50
Linux uses ___________ directory to store system configuration files.
22 / 50
The priorities of processes in the __________ group remain fixed.
23 / 50
The priority of a process can be changed using ___________ command.
24 / 50
The nice value helps in assigning ______ to a process.
25 / 50
Batch programs are usually _________ programs.
26 / 50
Operating System provides services such as Managing Primary and Secondary Storage, Processes and Allowing user to manage his/her files and directories.
27 / 50
Taking the CPU from one process and giving the CPU to another process is termed as
28 / 50
copy file1 file2 is an example of ______ OS view.
29 / 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 ________.
30 / 50
The process of switching from one process to another is called latency.
31 / 50
____ command gives a snapshot of the current processes.
32 / 50
Which part of the computer system helps in managing the file and memory management system?
33 / 50
In Layered Approach of OS, the Layer highest Layer is User Interface layer.
34 / 50
____ command display the status of a process.
35 / 50
Users are the People, machines or computers that uses the Hardware resources.
36 / 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.
37 / 50
38 / 50
Banker‟s algorithm is used for ________________
39 / 50
Managing Secondary Storage Involves all of the Following except
40 / 50
Operating System is the Manager of Hardware Resources.
41 / 50
User Goal of OS is that It easy to use, reliable, safe and fast.
42 / 50
A semaphore that cause Busy-Waiting is termed as .
43 / 50
In Linux directory structure, there is ___________ root directory.
44 / 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.
45 / 50
Linux Treats Devices as Files.
46 / 50
Mkfifo() is a _______.
47 / 50
Progress and Bounded Waiting are some of the characteristics to solve the critical section problems.
48 / 50
IPC provides a mechanism to allow processes to communicate and to synchronize their actions without sharing the same__________
49 / 50
------------has a hierarchical file system structure.
50 / 50
In ________addressing, the recipient is not required to name the sender.
Your score is
The average score is 36%
Restart quiz