diff --git a/assets/boolean-lo.md b/assets/boolean-lo.md new file mode 100644 index 0000000..e69de29 diff --git a/education/computer engineering/ECE2700/Boolean Algebra.md b/education/computer engineering/ECE2700/Boolean Algebra.md new file mode 100644 index 0000000..085a864 --- /dev/null +++ b/education/computer engineering/ECE2700/Boolean Algebra.md @@ -0,0 +1 @@ +![](./assets/logic-gate) \ No newline at end of file diff --git a/education/computer engineering/ECE2700/Digital Hardware.md b/education/computer engineering/ECE2700/Digital Hardware.md index a989613..a30948f 100644 --- a/education/computer engineering/ECE2700/Digital Hardware.md +++ b/education/computer engineering/ECE2700/Digital Hardware.md @@ -46,6 +46,7 @@ As an example, the below table shows how one might convert from $(857)_{10}$ to | $6 / 2 = 3$ | $0$ | | $3 / 2 = 1$ | $1$ | | $1 / 2 = 0$ | $1$ | + The final answer is $1101011001$. # Definitions - **Xtor** is an abbreviation for *transistor* diff --git a/education/computer engineering/ECE2700/assets/logic-gates.jpeg b/education/computer engineering/ECE2700/assets/logic-gates.jpeg new file mode 100644 index 0000000..87dae34 Binary files /dev/null and b/education/computer engineering/ECE2700/assets/logic-gates.jpeg differ