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
Enumerate some of the most commonly used network commands in unix?
What does awk stand for?
Who command in unix?
How do I run a bash script?
Describe the zip/unzip command using gzip.
how to sort the content of the file based on numeric values
Give the command for finding the current date.
What is a command and examples?
What is the general format of unix command syntax?
How do I search for text in vi?
Explain ‘system calls’ with respect to unix commands?
What is the use of tee command?
Which command is used to find whether the system is 32 bit or 64 bit?
What are the dos commands?
What is in grep command?