Full Adder
The Full Adder is a fundamental digital circuit used for performing binary addition. It adds three binary digits (including a carry bit) and produces a sum and a carry output. This makes it a crucial component in arithmetic logic units (ALUs) and various digital systems.
Specifications
| Parameter | Value |
| Supply Voltage | 3.3V to 5V |
| Operating Temperature | -40°C to 85°C |
| Power Consumption | Low |
| Propagation Delay | 8 ns |
Features
- Performs binary addition of three inputs
- Produces sum and carry outputs
- Low power consumption
- Fast operation
- Easy to integrate into complex circuits
Applications
- Arithmetic logic units (ALUs)
- Digital signal processing
- Microprocessors
- Embedded systems
- Basic arithmetic operations in digital circuits
Truth Table
| Input A | Input B | Carry In (Cin) | Sum (S) | Carry Out (Cout) |
| 0 | 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 1 | 0 |
| 0 | 1 | 0 | 1 | 0 |
| 0 | 1 | 1 | 0 | 1 |
| 1 | 0 | 0 | 1 | 0 |
| 1 | 0 | 1 | 0 | 1 |
| 1 | 1 | 0 | 0 | 1 |
| 1 | 1 | 1 | 1 | 1 |
Pin Configuration
| Pin Number | Pin Name | Description |
| 1 | A | Input A |
| 2 | B | Input B |
| 3 | Cin | Carry Input |
| 4 | Sum | Sum Output (S) |
| 5 | Cout | Carry Output (Cout) |
| 6 | Vcc | Supply Voltage |
| 7 | GND | Ground |
Ordering Information
For ordering the Full Adder, please contact our sales team or visit our website.