how to solve this type of question?
and what happens after generalization? plz explain
Doubt in question 2 of quiz
hey @Jan19LPN0013 ,
if we check the truth table before generalization :
Inputs Output
000 $
001 $
010 $
011 $
100 $
101 $
110 0
111 1
where $ represents don’t know cases and the output is random.
After generalization, the truth table becomes:
Inputs Output
000 0
001 1
010 0
011 1
100 0
101 1
110 0
111 1
Hence ,we find pattern resulting in the 3 rd bit value of the input.
I hope this would have resolved your doubt.
Thank You and Happy Learning .
okh thanks sir for your support.