Design a combinational circuit with 4 inputs (A, B, C, D) and two outputs (F, G): The F output becomes ‘1’ when the corresponding decimal value represented by the 4 input bits is divisible by 3 (for example, F=1 when input combination is 0011; as 0011is 3 in decimal that is div. by 3). The G output becomes ‘1’ when the corresponding decimal value represented by the 4 input bits is divisible by 5.
Also, mention how many gate delays are required to compute F and G output, respectively?
Clearly show the design steps: Draw the Truth Table, find equation of F using K-map and draw the circuit Diagram.
Get Answers For Free
Most questions answered within 1 hours.