-
Courses
-
Tutorials
-
Practice
-
Jobs
-
DSA
-
Practice Problems
-
C
-
C++
-
Java
-
Python
-
JavaScript
-
Data Science
-
Machine Learning
-
Courses
-
Linux
-
DevOps
Assume that a 12-bit Hamming codeword consisting of 8-bit data and 4 check bits is transmitted. The data bits are denoted by d8,d7,d6,d5,d4,d3,d2,d1, and the check bits are given in the following tables:
| Data Bits | d8 | d7 | d6 | d5 | d4 | d3 | d2 | d1 |
|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 0 | x | 0 | 1 | 0 | 1 |
| Check Bits | c8 | c4 | c2 | c1 |
|---|---|---|---|---|
| y | 0 | 1 | 0 |
Which one of the following choices gives the correct values of x and y? [GATE||2021 ||SET1||MCQ || 2-mark ]
x is 0 and y is 0
x is 0 and y is 1
x is 1 and y is 0
x is 1 and y is 1
This question is part of this quiz :
