distinguish between physical addresses and logical address?
Answers were Sorted based on User's Feedback
Answer / bharti.n.jasuja
Logical address=
Virtual address i.e.
Division of frames.
It is generated by
memory.
Physical address=
Absolue address
i.e. Division of
pages. It is
generated by CPU.
| Is This Answer Correct ? | 1 Yes | 6 No |
Answer / anitha
physical address is the address of physical component address
logical address is the address of physical component logicaly
| Is This Answer Correct ? | 12 Yes | 49 No |
Answer / menal salim
A logical address is 16-bit in length whereas a physical address is 20-bit in length.
| Is This Answer Correct ? | 9 Yes | 47 No |
what is the function of grep command?
Which command can you use to find the currently running process in unix server?
How many unix commands are there?
What is the size of time_t?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
How do you repeat a command in terminal?
what is kernel?
Explain ‘system calls’ with respect to unix commands?
Why is shebang used?
How to use grep command to list find the records of a file containing 10 different strings?
What is grep r?
what is the use of ls -l command & what is the information it gives about user ?