fbpx

7400 Series Guide: 74HC83/74LS83 (4-bit binary full adder)

The 74×83 (ex 74LS83) is a chip with 4-bit binary full adder with fast carry.

In this guide, you’ll learn the things you need to know about this chip in order to use adders in your own projects.

74HC83 / 74LS83 Package And Pinout

What does the 74HC83 / 74LS83 do?

The 74×83 gives you 4-bit binary full adder with fast carry. That means it can add two 4-bit binary numbers, producing a 4-bit sum and a carry out.

The “fast carry” feature allows you to connect multiple adders and perform arithmetic operations on larger binary numbers efficiently.

How To Use This Chip

The 74HC83 comes in a 16-pin package, and you need to connect it to power before you can use it. Most 7400 ICs support a VCC voltage of 5V. One difference between the HC and LS version of the chip is that the 74HC83 supports 2V to 6V, while the 74LS83 only supports 5V.

The maximum current you can pull out of one output pin on the 74HC83 chip is 4 mA. For the 74LS83 chip it’s 0.4 mA when the pin is high (sourcing) or 8 mA when the pin is low (sinking). This can differ between models, so check the datasheet of your model to verify.

7400 series IC connected to 5V on a breadboard
The 74HC83/74LS83 IC connected to power

Once you’ve connected it to power, connect A1-A4 to the first 4-bit binary number you want to add. Connect B1-B4 to the second 4-bit binary number.

Then connect Cin (Carry-In) to ground (logic low) if there is no carry from a previous stage, or connect it to an external carry signal if part of a larger add operation.

The sum of the two will appear on the pins S1-S4 (and Carry-Out).

74×83 Pinout

The 74×83 has 16 pins and contains 4-bit binary full adder with the pins laid out as shown in the pinout diagram below:

74x83 Pinout
Pin NamePin #TypeDescription
A41InputFourth bit of the first number to add.
S32OutputThird bit of the sum.
A33InputThird bit of the first number to add.
B34InputThird bit of the second number to add.
VCC5PowerPositive power supply (VCC). Connect to +5V power.
S26OutputSecond bit of the sum.
B27InputSecond bit of the second number to add.
A28InputSecond bit of the first number to add.
S19OutputFirst bit of the sum.
A110InputFirst bit of the first number to add.
B111InputFirst bit of the second number to add.
GND12PowerConnect to ground (GND).
CIN13InputCarry-In input.
COUT14OutputInput to the unknown unknown.
S415OutputFourth bit of the sum.
B416InputFourth bit of the second number to add.
Pin overview for the 74×83 IC

Alternatives and Equivalents for 74HC83 / 74LS83

There are many versions of the 74×83 chip. They all have the same functionality, but with different specifications such as supported voltages and maximum current output.

Here’s a list of a few equivalents of this chip:

  • 74HC83 (High-speed CMOS)
  • 74HCT83 (High-speed CMOS, TTL compatible)
  • 74LS83 (High-speed TTL)
  • 74LVC83 (Low Voltage TTL)
  • 74AC83 (Advanced CMOS)
  • 74ALS83 (Advanced Low-Power Schottky TTL)
  • 74F83 (Very High Speed)
  • 74C83 (CMOS, similar to the 4000-series)

Some manufacturers also add a prefix, such as the HD74LS83 by Renesas.

Can’t find the 74×83 anywhere? Then try one of the following IC alternatives:

  • 74×80 – Gated full adder.
  • 74×82 – 2-bit binary full adder.
  • 74×183 – Dual carry-save full adder.
  • 74×283 – 4-bit binary full adder.
  • CD4008 – 4-bit binary full adder.
  • CD4032 – Triple serial adder.
  • CD4038 – Triple serial adder.

If you can’t find the 74×83 IC in your local electronics store, don’t worry, you’ll most likely find it in one of the stores listed on this page of online stores where you’ll find components and tools for all your electronics projects.

Datasheet for the 74LS83 and 74HC83 chips

Download the PDF datasheet for your version of the 74×83 here:

Leave a Comment