Computer Science, asked by TheOneUniversal5787, 1 year ago

Difference between effective address and physical address in microprocessor

Answers

Answered by Anonymous
15

Effective address vs Physical address

Effective address:

  • It is also known as an offset address.
  • It is the concern of the program.
  • It is that virtual address that is generated by the program.

Physical address:

  • It is also known as the actual address.
  • It is the concern of the operating system.
  • It is that address that is generated by the hardware.
Answered by gratefuljarette
1

Difference between effective address and physical address

Effective Address:

  • The address which is generated by a program is called an effective address.
  • It is a concern of the program.
  • It is used by fetch or store location. Offset, index registers, addressing mode, etc. are made after all types of transformation. It is used the 8086 processor.

Physical Address:

  • The address which is generated by hardware is called physical address.
  • It is a concern with the operating system.
  • It is formed by combining the offset and base segment address.

Learn more about effective address

EA stands for ?

A. Effective address

B. Effective absolute

C. Effective add

D. End address

https://brainly.in/question/9171875

Define logical and effective address in microprocessor

https://brainly.in/question/8548893

Similar questions