Implement a Full adder using 2 Half Adders
Implementation a Full subtractor using 2 Half Subtractors
Implement Even Parity Generator Circuit
Implement Even Parity Checker Circuit
Implementation of a 2 bit Comparator using Basic Gates
Implementation of a 1 bit Comparator using Basic Gates
Implementation of a MUX using Basic Gates
Implementation of a DEMUX using Basic Gates and other DEMUX'es
Create a Circuit in CircuitVerse that will enable the user to choose between three operations (4-bit addition, 4-bit subtraction, 2-bit multiplication)
Use a modular approach.
Submit the save file via BB
Use S = 00 for addition, S = 01 for subtraction, and S = 10 for multiplication.
Deadline: November 26, 2021 @ 11:59PM
In this project is shown the circuit of 4 bits multiplex and 4 bits demultiplex.