您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

5 行
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.