Autosave: 2024-04-11 19:10:03

This commit is contained in:
thomasabishop 2024-04-11 19:10:03 +01:00
parent 2b7ceeb1b1
commit 5abb3b9d1d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -9,8 +9,8 @@ tags: [logic-gates, binary]
The half adder and full adder are components of digital circuits that enable us The half adder and full adder are components of digital circuits that enable us
to carry out binary addition. Using adders and half adders we can add two binary to carry out binary addition. Using adders and half adders we can add two binary
numbers together. Adders are a type of [integrated circuit]() comprising certain numbers together. Adders are a type of [integrated circuit]() comprising certain
[logic gates](Logic_gates.md) where the arrangement [logic gates](Logic_gates.md) where the arrangement allows for the
allows for the representation of the addition of bits. representation of the addition of bits.
### Example addition ### Example addition