diff --git a/education/computer engineering/ECE2700/Digital Hardware.md b/education/computer engineering/ECE2700/Digital Hardware.md index a30948f..51fc4b2 100644 --- a/education/computer engineering/ECE2700/Digital Hardware.md +++ b/education/computer engineering/ECE2700/Digital Hardware.md @@ -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.