distinguish between physical addresses and logical address?
Answers were Sorted based on User's Feedback
Answer / ayyappan
physical address is generated by cpu unit where as
logical address generated by memory.
physical address- generated by hardware always
eg:- MAC address
Logical Address- generated by system software
(system configuration.)
eg:- IP address.
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / udaykumar
physical address is generated by memory unit where as
logical address generated by cpu
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / pritesh_8
the address generated by segmentation from virtual address is logical address if no paging is implemented then logical address is physical address if paging is implemented then physical address is generated by paging using logical address
| Is This Answer Correct ? | 1 Yes | 0 No |
29. How to display top 10 users Who | head -10 | wc –w
How to convert a hidden file to normal visible file?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
How do you stop a running process?
What are filter commands in unix?
What are some command words?
What is grep in bash?
What is the difference between AWK and SED commands? Plz give example and explain...
what is the use of "grep" command?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
what is the meaning of this command rm -rf / what will it do ?
what is the difference between relative path and absolute path?