Report Bug
Qus : In a 1\'s complement checksum scheme, how is the checksum calculated?
QusIn a 1\'s complement checksum scheme, how is the checksum calculated?

A. By counting the number of 1s in the data
B. By summing all the data bits and taking the complement
C. By XORing all the data bytes
D. By appending a fixed checksum value to the data


Solution
B. By summing all the data bits and taking the complement






Report Bug