UGC NET CS 2015 June Paper-3
October 6, 2023
NIC-NIELIT Scientist-B 2020
October 6, 2023
UGC NET CS 2015 June Paper-3
October 6, 2023
NIC-NIELIT Scientist-B 2020
October 6, 2023

UGC NET CS 2015 June Paper-3

Question 1
For the 8 – bit word 00111001, the check bits stored with it would be 0111. Suppose when the wo​rd is read from memory, the check bits are calculated to be 1101. What is the data word that was read from memory?
A
10011001
B
00011001
C
00111000
D
11000110
Question 1 Explanation: 
Here, the check bits stored along with data are 0111 and the check bits calculated at receiver side are 1101. Both check bits are not same is the indication of error bit in data whose position can be calculated by performing the EX-OR operation.

So data bits are:
00011001
Correct Answer: B
Question 1 Explanation: 
Here, the check bits stored along with data are 0111 and the check bits calculated at receiver side are 1101. Both check bits are not same is the indication of error bit in data whose position can be calculated by performing the EX-OR operation.

So data bits are:
00011001

Leave a Reply

Your email address will not be published. Required fields are marked *