Ask Question - Get Answer

1 Ans What is virtual memory?

Asked by Birds of the sky (2 Golds) Thursday, 02 Jul 2020, 12:56 AM at (Education Engineering)

Please log in to answer, like and save
1
Save 0

<<< Previous
Log in to Answer Next >>>

Answer(s):

 Virtual memory is a memory management technique that is implemented using both hardware and software. It maps memory addresses used by a program, called virtual addresses, into physical addresses in computer memory. Main storage as seen by a process or task appears as a continuous address space or collection of contiguous segments. The OS manages virtual address spaces and the assignment of real memory to virtual memory. Address translation hardware in the CPU, often referred to as a memory management unit or MMU, automatically translates virtual addresses to physical addresses. Software within the OS may extend these capabilities to provide a virtual address space that can exceed the capacity of real memory and thus reference more memory than is physically present in the computer.     

Answered by Birds of the sky (2 Golds) Thursday, 02 Jul 2020, 12:58 AM

Please log in to Upvote, Downvote and Report
           

Related Q/A:

1 Ans Learn all Hyper Text Markup language - HTML tags

1 Ans Classification of Computers

1 Ans Understanding Huffman Coding - the easiest way to construct Huffman tree

1 Ans Write about Operating system?

1 Ans What is the goal of SRS communication tool?

4 Ans Which is the most famous web developing site online?

1 Ans How to find information from IP address?

3 Ans Write all HTML tags

1 Ans Various Types of errors in C programming

1 Ans How to install graphics.h in codeblocks - learn easily