CBSE BOARD XII, asked by sid40092, 19 days ago

Design a combinational logic circuit whose output is high only when majority of inputs (A, B, C, D) are low. ​

Answers

Answered by zainabfathima013
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