Skip to content

Half Adder Example#41

Closed
JonasFovea wants to merge 2 commits intoCodingTrain:masterfrom
JonasFovea:JonasExample
Closed

Half Adder Example#41
JonasFovea wants to merge 2 commits intoCodingTrain:masterfrom
JonasFovea:JonasExample

Conversation

@JonasFovea
Copy link
Contributor

I've added another example: A half adder.

The half adder adds two single binary digits A and B. It has two outputs, sum (S) and carry (C). The carry signal represents an overflow into the next digit of a multi-digit addition.

A B C S
0 0 0 0
1 0 0 1
0 1 0 1
1 1 1 0

@JonasFovea JonasFovea closed this by deleting the head repository Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant