25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
149 B

  1. 16-bit address can access 2^16 = 65536 bytes of memory
  2. 8KB is 8192 bytes.
  3. 65536 / 8192 = 8 pages
  4. Since there are 8 pages, there are 8 table entries.