English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Any detail for it or not? I need it ASAP. thanks.

2006-06-21 16:00:30 · 3 answers · asked by Crazy Future Engineer 1 in Education & Reference Special Education

3 answers

Something that adds numbers using digital logic. It's works by connecting the carrys from four full adders to create a 4 bit ripple adder. The carry ripples down the adders, which is why it's called a ripple adder.

Generally considered a slow design. Look into Carry Look Ahead adders if you want something faster.

2006-06-21 16:05:54 · answer #1 · answered by Anonymous · 0 0

A binary full adder has two inputs and two outputs. The inputs are the number to add, and the 'carry' input. The outputs are the result, and the carry output. you connect the carry of one to the carry of the next, and you have a 2-bit adder, connect two of those you have a 4-bit, then 8, then 16, then 32, then 64...

2016-05-20 10:16:39 · answer #2 · answered by Anonymous · 0 0

You should be able to find the circuit for that in any good book on combinational logic circuits. It is a basic element of microprocessors.

2006-06-21 16:03:52 · answer #3 · answered by cdf-rom 7 · 0 0

fedest.com, questions and answers