vault backup: 2025-01-09 13:47:04

This commit is contained in:
arc 2025-01-09 13:47:04 -07:00
parent d743d8ca93
commit 2170f4a264

View File

@ -40,8 +40,13 @@ As an example, the below table shows how one might convert from $(857)_{10}$ to
| $428 / 2 = 214$ | $0$ | | $428 / 2 = 214$ | $0$ |
| $214 / 2 = 107$ | $0$ | | $214 / 2 = 107$ | $0$ |
| $107 / 2 = 53$ | $1$ | | $107 / 2 = 53$ | $1$ |
| $53 / 2 = 26$ | $ | | $53 / 2 = 26$ | $1$ |
| | | | $26 / 2 = 13$ | $0$ |
| $13 / 2 = 6$ | $1$ |
| $6 / 2 = 3$ | $0$ |
| $3 / 2 = 1$ | $1$ |
| $1 / 2 = 0$ | $1$ |
The final answer is $1101011001$.
# Definitions # Definitions
- **Xtor** is an abbreviation for *transistor* - **Xtor** is an abbreviation for *transistor*
- **Moore's Law** states that the number of transistors on a chip doubles every two years. - **Moore's Law** states that the number of transistors on a chip doubles every two years.