Advertisements
Advertisements
Question
What is Virtual Memory?
Advertisements
Solution
- Virtual memory is an attempt, which makes the execution of the processes possible, which may completely not in the main memory. Some part of the process may be on disk.
- The MM techniques are simple to implement but the major drawback is that if the physical memory is limited then number of processes it can hold at any time i.e. degree of multiprogramming reduces. For this concept of virtual memory is introduced.
- The primary benefit of virtual memory is the ability to run programs larger than physical memory.
- Virtual memory is hard to implement. Implementation options include paging segmentation or mixed approaches. Virtual memory systems typically use paging.
- A software has logical or virtual pages. Program execution begins with loading certain pages into frames. When a page is not loaded into memory and its location is addressed, a page fault occurs. A page fault causes the OS to load the page from disk into memory.
APPEARS IN
RELATED QUESTIONS
The time required to move RIW Head to the particular track is called ---
(i) Latency Time
(ii) Seek Time
(iii) Waiting Time
(iv) Response Time
Explain Multiuser and Time Sharing Operating Systems.
What is File System?
.....................is an Operating System.
(i) VBSCRIPT
(ii) UNIX
(iii) c
(iv) BASIC
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
Explain following terms of VDU: Intelligent Terminal
What is Graphical User Interface (GUI) ?
Explain the following process state:
Blocked State
Explain the different elements of security.
List any six features of LINUX Operating System.
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 |
Name the following and complete the diagram.

List out any two uses of the Operating System?
From the options given below, choose the operations managed by the operating system.
Differentiate Save and Save As option.
Write a note on Recycle bin.
