distinguish between physical addresses and logical address?

Answer Posted / yohannes tizazu

Logical address (virtual address) refers to a memory
location independent of the current assignment of data to
memory

Physical address (absolute address) the absolute location
of unit of data in memory

Is This Answer Correct ?    37 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find $ai_serual resolved path by using unix

1029


Which command will print your home directory on screen?

548


Which command is used to kill the last background job?

785


What is the comma to show the space allocation of files?

562


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1766






Why is it called a shebang?

574


What do chmod command do?

606


What is the use of the tee command?

602


What is ctrl d?

596


How do I search a whole word in vim?

693


Name the unix command to find how many days the server has been up.

608


How do I clear my terminal history?

588


What is the difference between awk and grep?

561


What is {} in find command?

584


What are the differences among a system call, a library function, and a unix command?

571