# bit

By [asoul](https://paragraph.com/@asoul) · 2022-07-12

---

最小的存储单元是位（bit），可以储存0或1（或者说，位用于设 置“开”或“关”）。虽然1位储存的信息有限，但是计算机中位的数量十分庞 大。位是计算机内存的基本构建块。

---

*Originally published on [asoul](https://paragraph.com/@asoul/bit)*
