Advertisements
Advertisements
प्रश्न
State the various steps involved in the allocation of partition in case of fixed partition memory management.
Advertisements
उत्तर
(1) It is the simplest method for memory allocation. It divides the memory into fixed size sections. These sections are called as partitions. Each partition may contain exactly one process. When the partition is free, a process is selected from the input queue and loaded into free partitions. When the process terminates, the partition becomes available for another process.
(2) The partitions are fixed at the time of system generation. It is the process of tailoring the operating system to specific requirements. After declaring partitions the operating system creates a partition description table.
(3) The Memory Map for processes is as follows:
| Process: P0-(0-200K) |
| Process: P1-(200-700K) |
| Process: P2-(700-800K) |
| Process: P3-(800-1100K) |
| Process: P4-(1100-1500K) |
(4) Partition Description Table:

Fixed partition
| Partition ID | Partition | ||
| Starting Address |
Size | Status | |
| 0 | 0 | 100K | FREE |
| 1 | 100 | 300K | ALLC |
| 2 | 400 | 200K | ALLC |
| 3 | 600 | 300K | FREE |
| 4 | 900 | 100K | ALLC |
5) Each process block contains process ID. If the block is allocated, it is shown allocated. Otherwise it is free and it is shown as free.
APPEARS IN
संबंधित प्रश्न
Give features of Windows 98 Operating System.
.....................is an Operating System.
(i) VBSCRIPT
(ii) UNIX
(iii) c
(iv) BASIC
Context Switching is a term related to........... Management
(i) Process
(ii) Memory
(iii) Information
(iv) Device
Explairt the process of Multiprogramming in Process Management with help of an example.
What is Virtual Memory ? Explain any three terms related to virtual memory.
With reference to process management. Explain the terms :
(i) Internal Priority
(ii) External Priority
(iii) Purchase Priority
(iv) Time Slice
State any four Memory Management System.
What are the different method by which virus can infect other programs ?
What is VDU?
Explain following terms of VDU: Dumb Terminal
Explain following terms of VDU: Intelligent Terminal
Explain the following component of GUI:
Menu Bar
Explain the following process state:
Blocked State
Explain following terms in case of Process Scheduling
1) Turn-around Time
2) Waiting Time
3) Terminal Response Time
4) Event Response Time
Write the difference between Worm and Virus.
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 ______.
Identify the usage of Operating Systems.
From the options given below, choose the operations managed by the operating system.
Write a note on Recycle bin.
