n A physical address (absolute address) is a
physical location in main memory
n A logical address is a reference to a
memory location independent of the
physical structure/organization of memory
n Compilers produce code in which all
memory references are logical addresses
n A relative address is an example of logical
address in which the address is expressed
as a location relative to some known point
in the program (ex: the beginning)