Design a combinational logic circuit whose output is high only when majority of inputs (A, B, C, D) are low.
Answers
Answered by
1
Answer:
“A majority” is not something typically handled by logic, but as there’s only three, a majority is when two are in the required condition. All three A, B & C fed into NOT gates. Outputs from NOT gates into ANDs for A&B, A&C, B&C. All three AND outputs into an OR (assuming three-input OR, or two go into one, then the output of that to another OR along with the third). Could reduce it all to NAND gates if you’re at all bothered about doing so.
Similar questions
Computer Science,
9 days ago
Science,
9 days ago
Math,
9 days ago
Math,
19 days ago
Math,
19 days ago
Computer Science,
9 months ago
Math,
9 months ago