Question - Differentiate between logical and physical address.
Answer -
Physical addresses are actual addresses used for fetching and storing data in main memory when the process is under execution.
Logical addresses are generated by user programs. During process loading, they are converted by the loader into physical address.