In the 8086, the physical address is computed as:
2025
In the 8086, the physical address is computed as:
- A.
Segment + Offset
- B.
Segment × 16 + Offset
- C.
Segment × 10 + Offset
- D.
Segment × 8 + Offset
Attempted by 28 students.
Show answer & explanation
Correct answer: B
In 8086 segmented addressing, the physical address is calculated as segment x 16 plus offset.