In: Computer Science
An address generated by a CPU is referred to as _________________address.
An address generated for memory is referred to as ____________address.
An address generated by a CPU is referred to as a logical address.
Explanation
The logical address is generated by CPU while the program execution, It is also known as a virtual address. It is used as a reference to access the required physical address.
An address generated for memory is referred to as a physical address.
Explanation:
A physical address is an address of the physical location in memory, to access physical address logical address is used, every program needs a physical address to execute.