Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 1.66 KB

README.md

File metadata and controls

47 lines (22 loc) · 1.66 KB

ECS1-End-Sem_Project

Question-1 Implement the four Boolean functions listed using three half-adder circuits. D = A xor B xor C E = A'BC+ AB'C F = ABC' + (A'+B') C G = ABC

image

image

Truth Table

image

Question-2 Explain the 4-bit binary up counter. Implement it using T Flip Flop.

image

image

image

image

image

image

image

image

image