Example
Build a formula from the rows where the output is one.
highlighted = computed this step
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0output=0 no minterm
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1output=0 no mintermoutput=1 term=notA_and_B
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1A=1 B=0output=0 no mintermoutput=1 term=notA_and_Boutput=1 term=A_and_notB
Build the concrete table
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1A=1 B=0A=1 B=1output=0 no mintermoutput=1 term=notA_and_Boutput=1 term=A_and_notBoutput=0 no minterm
Read the table verdict
Compute the highlighted logic-table value.
A=0 B=0A=0 B=1A=1 B=0A=1 B=1verdictoutput=0 no mintermoutput=1 term=notA_and_Boutput=1 term=A_and_notBoutput=0 no mintermnotA_and_B OR A_and_notB
logic-computation
Every row is intentionally ordered and pinned to the lesson specification.