Digital Computer Unit I Part3 (2022)
Digital Computer Unit I Part3 (2022)
= Σ(0, 3, 5)
= Σ(1, 3, 5, 7)
Switching Algebra
Canonical POS- It is represented as Maxterm notation
Decimal form a, b, c Maxterm Notation
0 000 a+b+c
1 001 a + b + c’
2 010 a + b’ + c
3 011 a + b’ + c’
4 100 a’ + b + c
5 101 a’ + b + c’
6 110 a’ + b’ + c
7 111 a’ + b’ + c’
Switching Algebra
1) f(a, b, c) = (a + b + c) . (a + b’+ c’) . (a’+ b + c’)
= π(0, 3, 5)
The symbol π indicates that the AND of maxterms are
to be taken