Last Sync: 2022-12-02 08:00:05

This commit is contained in:
tactonbishop 2022-12-02 08:00:05 +00:00
parent 97b858ca96
commit 1198472dd8

View file

@ -0,0 +1,12 @@
---
categories:
- Hardware
- Electronics
tags: [logic-gates, binary]
---
# Four-bit adder
A single [half adder](/Electronics/Digital_Circuits/Half_adder_and_full_adder.md#half-adder) and [full adder](/Electronics/Digital_Circuits/Half_adder_and_full_adder.md#full-adder) allows us to calculate the sum of two 1-bit numbers, but this is not much use in practice. To approximate what is really happening at the circuit level in computers we need to be able to add bigger binary numbers. We will demonstrate how this can be achieved for a four-bit number (nibble) using repeated full adders and half adders.
We want to be able to calculate the following sum: