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
Can you explain a little bit about command substitution?
What is awk used for?
What is the use of the tee command?
What is a bash command?
Explain command to show the space allocation of files?
What is the general format of unix command syntax?
What does grep v grep do?
What command will change your prompt to myprompt?
Explain the steps that a shell follows while processing a command.
Why is grep called grep?
Using unix command how to display no of records in oracle?
What are the unix commands?
What is the use of the command 'ls -x chapter[1-5]' ?
What is “chmod” command?
Differentiate cmp command from diff command.