distinguish between physical addresses and logical address?
Answer Posted / george isange
Logical Addresses: Logical addresses are generated by the CPU.
When the program is executed the CPU
takes this layout image that the compiler made and hands
out some addresses (logical ones) to the ones generated from
the code.
Physical Addresses: The physical addresses are not generated
until after the CPU generates some set of logical addresses
(consisting of a base address and an offset). The logical
addresses go through the MMU or another device and somewhere
along the line the logical addresses are mapped to physical
RAM addresses.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are reported commands?
What do chown command do?
Who command in unix?
Give the command for finding the current date.
What is the command to compare two files in unix?
What is used to type command?
What does find command return in unix?
What are filter commands in unix?
What is sed awk grep?
What is a command and examples?
Who command in unix operating system?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How does pipe () work?
What is pipe command in unix?
Write a command to kill the last background job?