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
What do you mean by memory leak?
Differentiate between logical and physical address.
What resources are used when a thread created? How do they differ from those when a process is created?
What is the difference between ie and edge?
Can a bad cpu cause blue screen?
Is operating system a software?
Explain various types of scheduling in operating system.
What are the advantages of multithreaded programming?
What are the two types of file system?
How does operating system kernel work?
What is a sector?
What is real time operating systems?
What are the steps involved in following a particular instruction given by the cpu?
what's the latest ram lunch?
What are the three conditions that must be present for deadlock to be possible?