Searched Projects

Tags: addition

project.name
1 Stars     301 Views
User:

Addition Substraction 8bits binary calculator

My first project

project.name
1 Stars     163 Views

project.name
0 Stars     92 Views
User:

16 Bit calculator that should be able to do most problems comprising of addition, subtraction, multiplication, and division through coding it

Cant do negatives or decimals

Can be programmed to do a variety of things, and can output to either numerical display, or a graphical display(yes you can graph functions to an extent)


Old project from awhile ago that I stopped working on due to lack of ideas


project.name
2 Stars     649 Views
User:

A circuit that adds two 3-bit numbers using a half-adder and a full-adder.

A circuit that takes two decimal numbers A and B as input and then splits in into their corresponding three bits using a splitter and then calculates their summation using XOR, AND and OR gates. This generates 4 output lines for 4 bits of the summation, and a reversed splitter is finally used to join the output lines to produce a 4-bit output and displayed using a Hex-Display. 

This is a ripple-carry adder.


project.name
0 Stars     110 Views

A simple 8-bit full adder / substractor.

S will compute the result of A + B or A - B

Use 7 bit numbers in subtraction mode (at least for B, to prevent an overflow).


project.name
0 Stars     23 Views
User:

07 october


project.name
1 Stars     48 Views
User:

My first project on this site!

this 4 bit adder is fully decimal, that means the number you input is decimal and the answer will also be in decimal. 

The circuit consists of a decimal-to-binary converter, an 4 bit adder and a binary-to-decimal converter.

The circuit is made without sub-circuits.

To use the adder, click any number you want on the left and right side of the plus. The answer will appear on the right side, in decimal and binary.