计算机系统将二进制地址分配给内存位置。但是, 系统使用位数来寻址存储位置。
使用1位, 我们可以寻址两个存储位置。使用2位, 我们可以寻址4, 使用3位, 我们可以寻址8个存储单元。
可以在地址中的位数与存储位置范围之间的映射中标识一个模式。
我们知道,
Using 1 Bit we can represent 2^1 i.e 2 memory locations. Using 2 bits, we can represent 2^2 i.e. 4 memory locations. Using 3 bits, we can represent 2^3 i.e. 8 memory locations. Therefore, if we generalize this, Using n bits, we can assign 2^n memory locations.n bits of address→ 2 ^ n memory locations
文章图片
【系统二进制地址基础】这n位可以分为两部分, 即K位和(n-k)位。
文章图片
推荐阅读
- 基于豆瓣API的APP
- 什么是文件(文件的属性)
- 操作系统进程的属性
- 非循环图结构的目录
- 磁盘空间的分配方法
- windows8系统关闭所有视频文件浏览的办法
- win8.1系统下自带邮箱技巧添加多个账户的办法
- 如何让Win8/win10系统按F8直接进入安全模式菜单
- win8系统更改iTunes备份文件位置缓解C盘压力的办法