1)application programs interact with operating system
through system call.is there any method of interaction
between the two?
2) Inconveniences faced by user interacting with a computer
systemwithout a operating system?
3) what are the requirements for virtual memory architecture
Answer Posted / nisha
3)
• Physical memory divided up into pages
• A swap device (typically a disk) that holds pages not resident in physical memory (that’s why it’s referred to as backing store as well)
• Address translation
– Page tables to hold virtual-to-physical address mappings
– Translation lookaside buffer is cache of translation information
• Management software in the operating system which is responsible for virtual memory functionalities, not limited to Decoupling of program’s “address space” from its physical location.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me the difference between yielding and sleeping?
Difference between a thread and process?
How do I empty my mac cache?
What is a phase change memory?
Is program files x86 64 bit?
Define a good platform along with its qualities.
How do I cancel chkdsk scan?
What are types of os?
How do I enable plugins on firefox?
How much ram can you put in a 64 bit system?
How do you exit a screen?
What do you mean by ram?
what is the relationship between page size and page table?
Tell me about virtual memory?
Enumerate the different RAID levels.