This commit is contained in:
Mark 2024-01-27 13:25:01 -08:00
parent 9b7582115a
commit a097f53b0f
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -1,5 +1,5 @@
\documentclass[
solutions,
nosolutions,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
@ -67,7 +67,7 @@
\problem{}<rippleadder>
How can we add two four-bit binary numbers using the full adder? \par
We want a four-bit output sum and one-bit $c_\text{out}$.
We want a four-bit output sum and a one-bit $c_\text{out}$.
\vfill