10100101
00100101
11011000
11010001
C(A+B)DE
[C(A+B)D+E
[[C(A+B)D]E]
ABCDE
1
2
7
8
90.125
9.125
125
12.5
to apply Vcc
To connect ground
To active the entire chip
To active one half of the chip
4
8
10
1
Parity checking is best suited for detecting double bit errors that occur during the transmission of codes from one location to another
Parity checking is not suitable for detecting single bit errors in transmitted codes.
Parity checking is best suitable for detecting single bit errors in transmitted codes.
Parity checking is capable of detecting and correcting errors in transmitted codes.
A Karnaugh map can be used to replace Boolean rules.
The Karnaugh map eliminates the need for using NAND and NOR gates.
Variable complements can be eliminated by using Karnaugh maps.
Karnaugh maps provide a cookbook approach to simplifying Boolean expressions.
(A + B) + C = A + (B + C)
A(B + C) = AB + AC
A + (B + C) = AB + AC
A(BC) = (AB) + C
1
2
3
4