INTERVIEW | TECHNICAL INTERVIEWS | OPERATING SYSTEM | OPERATING SYSTEM INTERVIEW QUESTION AND ANSWERS | 11 | WHAT IS DRAM | WHAT ARE LOCAL AND GLOBAL PAGE REPLACEMENTS

Operating System Interview Question and Answers:

What is DRAM - What are local and global page replacements


51. What is DRAM?

                Dynamic Ram stores the data in the form of Capacitance, and Static RAM stores the data in Voltages.


52. What is a trap and trapdoor?

                Trapdoor is a secret undocumented entry point into a program used to grant access without normal methods of access authentication. A trap is a software interrupt, usually the result of an error condition.


53. What is the difference between microkernel and macro kernel?

                Micro-Kernel : A micro-kernel is a minimal operating system that performs only the essential functions of an operating system. All other operating system functions are performed by system processes.

Monolithic : A monolithic operating system is one where all operating system code is in a single executable image and all operating system code runs in system mode.


54. What are the different functions of Scheduler?

                Scheduler deals with the problem of deciding which of the process in the ready queue is to be allocated the CPU. Short Term Schedulers, Long Term Schedulers.


55. What are local and global page replacements?

                Local replacement means that an incoming page is brought in only to the relevant process' address space. Global replacement policy allows any page frame from any process to be replaced. The latter is applicable to variable partitions model only.

No comments:

Post a Comment