Advertisements
Advertisements
Question
Explairt the process of Multiprogramming in Process Management with help of an example.
Advertisements
Solution
(1) The number of processes running simultaneously competing for CPU is called multiprogramming.
(2) Multiprogramming is used for increasing the CPU utilization and reducing the idleness of CPU.
(3) In multiprogramming CPU can execute multiple processes at a time.
e.g. When process1 waits for an external event (I/O operation), the processor executes process 2.
(4) The switching time between two processes is called as context switching

(5) Context means storing the status of process. In that memory contents and registers like Program
Counter, Instruction Register, Accumulator, general purpose registers are stored. Each process has a
register save area and in that area context for the process is stored.
(6) Suppose Process A is under execution and it requires I/O operations, then process B should start. So
there would be context switching from A to B. The context of process A is stored and restores the
process B status which is already in memory. When process A is scheduled again, then it is restored in
CPU and continues from the leftover point.
APPEARS IN
RELATED QUESTIONS
Explain Multiuser and Time Sharing Operating Systems.
What is File System?
.....................is an Operating System.
(i) VBSCRIPT
(ii) UNIX
(iii) c
(iv) BASIC
State features of WINDOWS - NT
State any four Memory Management System.
What is Computer Virus?
State the various steps involved in the allocation of partition in case of fixed partition memory management.
If the page size for 2MB memory is 2KB then the number of higher order bits on address bus used to denote page number is________.
(i) 11
(ii) 10
(iii) 9
(iv) 8
List and explain types of File Systems used in OS.
Explain the following component of GUI:
Menu Bar
List any six features of LINUX Operating System.
What are the functions of Memory Management? State any two types of continuous Real Memory Management System.
Write a short note on Paging.
With reference to process management, explain the term:
External Priority
Complete the following activity.

Match the following.
| 'A' | 'B' |
| (1) IS | (a) change directory |
| (2) FTP | (b) Translates Network Address |
| (3) CD | (c) List of Directory |
| (4) DNS | (d) To transfer file on interent |
The Operating system is a ______.
List out any two uses of the Operating System?
