Advertisements
Advertisements
प्रश्न
What is Virtual Memory ? Explain any three terms related to virtual memory.
Advertisements
उत्तर
Virtual Memory : 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.
(1) Locality of reference: Clustering of page references in a certain time zone is called the principle of locality of reference. It gives some basis to forecast whether a page is likely to be referenced in the near future based on its passed behavior and so you can swap out the page.
(2) Page Fault: During the process execution, only few pages are in the memory. At that time an instruction is encountered which refers to any instruction or data in that page which is not in memory. So the page can not be referred and it is called as the page fault.
(3) Working Set: The set of pages in the physical memory actively referred to at any moment is called working set.
(4) Page replacement policy: As no. of processes and no. of pages in main memory for each process increase, all the page frames become occupied at some point of time. For the new page, the operating system has to overwrite some existing page in memory. The page to be replaced is selected by page replacement policy.
(5) Dirty Page: Before overwriting a page, the operating system has to check whether the page has to modified or not. If the page is modified, it becomes a dirty page. The dirty bit is used for checking whether the page is dirty or not.
(6) Demand Paging: A page is swapped in when it is demanded. This policy is known as demand paging.
APPEARS IN
संबंधित प्रश्न
What is Virtual Memory?
Give three differences between WORM and VIRUS.
What is File System?
Give features of Windows 98 Operating System.
With reference to process management. Explain the terms :
(i) Internal Priority
(ii) External Priority
(iii) Purchase Priority
(iv) Time Slice
What are the different method by which virus can infect other programs ?
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
Explain following terms in case of Process Scheduling
1) Turn-around Time
2) Waiting Time
3) Terminal Response Time
4) Event Response Time
Explain the function of the following in Operating system:
1) Virus Detection
2) Virus Removal
3) Virus Prevention
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.

Identify the usage of Operating Systems.
List out any two uses of the Operating System?
List out the key features of the Operating system?
Write a note on Recycle bin.
Which operating system is installed on your computer at home or school?
