distinguish between physical addresses and logical address?

Answer Posted / siri

physical address is the address which is divided into small
parts called frames
logical address is the address which is divided into small
parts called pages

Is This Answer Correct ?    105 Yes 50 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I run a bash script?

580


How do I search for text in vi?

584


What is rmdir command?

551


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

558


How do I find previous commands in unix?

592






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:

1758


how to sort the content of the file based on numeric values

1250


Using unix command how to display no of records in oracle?

604


What does grep v do?

557


What do know about tee command and its usage?

586


why metadb requires a seperate slice to create Solaris volume manager

2553


Is grep faster than awk?

557


Which command should you use to find the remaining disk space in unix server?

701


Can you explain a little bit about command substitution?

607


Explain how to use grep command to list find the records of a file containing 10 different strings?

593