Ask Question
17 August, 17:46

A combinational logic circuit has four inputs (a, b, c, and

d. and one output z. the output is 1 iff the input has three consecutive 0's or three consecutive 1's. for example, if a = 1, b = 0, c = 0, and d = 0, then z = 1, but if a = 0, b = 1, c = 0, and d = 0, then z = 0. design the circuit using one four-input or gate and four three-input and gates.

+5
Answers (1)
  1. 17 August, 19:03
    0
    It's not possible to do it with the given gates only. If all four inputs were 0, you wouldn't be able to get a 1 from any combionation of AND gates. You have to incorporate NOR gates.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A combinational logic circuit has four inputs (a, b, c, and d. and one output z. the output is 1 iff the input has three consecutive 0's or ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers