Multiple choice

If a microcomputer has a 64 K memory, what are the hexadecimal notations for the first and last memory location?

  1. 0000, EEEE

  2. 0, 64

  3. 0000, FFFF

  4. 0000, 9999

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A 64K memory has 65,536 locations. In hexadecimal, the range starts at 0000 and ends at FFFF (which is 65,535 in decimal).