Ak Digital Electronics Unit 1
Ak Digital Electronics Unit 1
ASSIGNMENT UNIT- 1
COURSE: B. TECH
BRANCH: ECE
2. Find complement
4. Codes
5. Boolean functions
i. The corresponding min term when x=0, y=0 and z=1.
Correct answer: d. x’. y
4. Encoding a binary word 11001 into the even parity Hamming code:
Answer: Original word: 11001
Parity bits calculation: P1 = 1 (odd parity), P2 = 0 (even parity), P3 = 0
(even parity), P4 = 1 (odd parity)
Encoded Hamming code: 1101011
3. Let's assume the even parity Hamming code from the given example is
transmitted and the received code is (110001101). Now, we need to
detect and correct the error.
Detected error: The parity bit is incorrect.
Corrected code: Change the incorrect parity bit to make the total number of
1s even.
So, the corrected code is (110001101).