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
How many types of os are there?
Name the different types of memory?
How can I make usb bootable?
How long does it take to run chkdsk?
Explain various types of scheduling in operating system.
What are merits and demerits of systems supporting multiple file structure and systems supporting a stream of bytes?
How can I boot from usb?
Command Kill any user’s all processes.
What are the different types of kernel?
Explain a heavy weight process?
How much ram can a 64 bit os use?
Where is program files located?
Explain the Difference between Process and a Thread.
Differentiate internal commands from external commands.
What is cascading termination?