8 Bit Calculator fully using logic gates and plexers A 8-Bit calculator which is created using only logic gates and plexers. No in-built arithmetic operator is used.
Working:
- Set the input 'A' to required number in binary format only.
- Set input 'B' in the same way.
- Now set the operations as: i. 00 for A + B ii. 01 for A - B iii. 10 for A * B iv. 11 for A/B a. In the Q/R section reset it for showing quotient b. Set it to show the remainder
Output will be shown on a seven segment display