Parity Generator
Parity Generator
A B P
C
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 1
1
Ex:No: Design And Implementation of Parity Generator
Date :_______
AIM:
COMPONENETS REQUIRED:
S.NO COMPONENETS SPECIFICATION QUANTITY
1. EX-OR GATE IC7486 1
2. NOT GATE IC7404 1
3. IC TRAINER KIT - 1
4. CONNECTING WIRES - REQUIRED
THORY:
Even Parity: The parity bit is set such that the total number of 1s in the
data,including the parity bit,is even.If the number of 1s in the data is already
even,the parity bit is 0;otherwise , it is 1.
2
Odd Parity: The parity bit is set so that the total number of 1s in the data,including
the parity bit,is odd.If the number of 1s in the data is already odd,the parity bit is
0;otherwiaw ,it is 1
PROCEDURE:
3
EVEN PARITY CHECKER
A B C P PARITY CHECK
(ERROR)
0 0 0 0 0
0 0 0 1 1
0 0 1 0 1
0 0 1 1 0
0 1 0 0 1
0 1 0 1 0
0 1 1 0 0
0 1 1 1 1
1 0 0 0 1
1 0 0 1 0
1 0 1 0 0
1 0 1 1 1
1 1 0 0 0
1 1 0 1 1
1 1 1 0 1
1 1 1 1 0
LOGIC DIAGRAM:
4
EX:NO: Design and Implementation of Parity Checker
Date:_________
AIM:
COMPONENTS REQUIRED:
S.NO COMPONENETS SPECIFICATION QUANTITY
1. EX-OR GATE IC7486 3
2. IC TRAINER KIT -
-
3. CONNECTING WIRES - REQUIRED
5
THEORY:
If the number of ‘1’ bits in the data is odd,the parity bit is set to ‘1’ to
make the count of ‘1’ s even.If its a already even,the parity bit is set to ‘0’.
If the number of ‘1’ bits in the data is even,the parity bit is set to ‘1’
to make the total count odd.If its a already odd,the parity bit is set to ‘0’.
PROCEDURE:
4. Take the output readings like when the LED glow is 1 and when LED is off is 0.
6
ODD PARITY CHECKER:
A B C P PARITY
CHECK(ERROR)
0 0 0 0 1
0 0 0 1 0
0 0 1 0 0
0 0 1 1 1
0 1 0 0 0
0 1 0 1 1
0 1 1 0 1
0 1 1 1 0
1 0 0 0 0
1 0 0 1 1
This document doesn't have any
1 0 1 0 1
1 0 1 1 0
1 1 0 0 1
1 1 0 1 0
1 1 1 0 0
headings. To add headings to your
Table of Contents, go to Home >
Styles
7
1 1 1 1 1
LOGIC DIAGRAM: