diff --git a/cst337/img/fig1lec10.png b/cst337/img/fig1lec10.png new file mode 100644 index 0000000..c1172bb Binary files /dev/null and b/cst337/img/fig1lec10.png differ diff --git a/cst337/lec/lec10.md b/cst337/lec/lec10.md index 4fc3406..3c59b3d 100644 --- a/cst337/lec/lec10.md +++ b/cst337/lec/lec10.md @@ -26,7 +26,7 @@ I __highly__ suggest that you try to build a logic circuit on your own first as If we only want to add single-bit's then a half-adder works fine but if we want to add multiple bits say `1011 + 0010` then we need to consider that we will likely have to chain these together. The full-adder has 1 main difference from the half-adder, it has 3 inputs, 2 main inputs and 1 input for the carry bit. -The carry bit will propagate along the operation now if we chain these together, _just like real addition_! +The carry bit will propagate along the operation now if we chain these together, _just like real addition!_ ![fig1](../img/fig1lec10.png)