7. Cascaded AND Network

Loading simulator…

A multi-input AND expression is evaluated by cascading 2-input steps. The intermediate gate resolves the sub-expression (A · B), and the second gate combines it with the remaining input C. The output Y registers a 1 only when all three inputs are 1.

Boolean Equation: 

Y = (A · B) · C