distinguish between physical addresses and logical address?
Answer Posted / faiyaz
This logical adresses mainly operates when cpu stores or perform some action. Unless and until any execution is done
by cpu which allocates some space in memory location.
whereas physical address is the address which tells adresss of particular instruction are loaded in memory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I use grep to find a file?
What are the dos commands?
What does the command '$ls | wc –l > file1' do?
What difference between cmp and diff commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Explain ‘library functions’ with respect to unix commands?
What is the nmap command?
How can we use grep command in unix?
Is it inbetween or in between?
What is the command to find maximum memory taking process on the server?
What does pipe () return?
why metadb requires a seperate slice to create Solaris volume manager
What is awk command used for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?