vault backup: 2025-01-12 17:35:21

This commit is contained in:
arc 2025-01-12 17:35:21 -07:00
parent 03fefacc45
commit 1e4b6518c8

View File

@ -47,7 +47,7 @@ As an example, the below table shows how one might convert from $(857)_{10}$ to
| $3 / 2 = 1$ | $1$ |
| $1 / 2 = 0$ | $1$ |
The final answer is $1101011001$.
The final answer is $1101011001$. The least significant bit is the remainder of the first division operation, and the most significant bit is the remainder of the last operation.
# Definitions
- **Xtor** is an abbreviation for *transistor*
- **Moore's Law** states that the number of transistors on a chip doubles every two years.