answersLogoWhite

0

What else can I help you with?

Related Questions

How many hamming bits are required for a single EBCDIC character?

To represent a single EBCDIC character, typically 8 bits are required. However, to ensure error detection and correction, additional parity bits known as Hamming bits are added. In the case of a single EBCDIC character, typically 4 Hamming bits are added, resulting in a total of 12 bits to represent the character. These Hamming bits help detect and correct errors that may occur during transmission or storage of the data.


In hamming code you have 4 bit data How many extra bits are required for code?

you need thee extra bit for 4 bit data in hamming code.


How hamming codes works?

Hamming code is a linear error-correcting code named after its inventor, Richard Hamming. Hamming codes can detect and correct single-bit errors, and can detect (but not correct) double-bit errors. In other words, the Hamming distance between the transmitted and received code-words must be zero or one for reliable communication.


Is the cyclic redundancy check better than hamming code?

It depends on what you are doing. The cyclic redundancy check will only detect an error, while the hamming code can also correct many types of errors. However to perform this correction the extra error detection parity bits required in hamming code are many more than the bits needed for cyclic redundancy check, per data byte being checked. Normally cyclic redundancy check is done on large block of data that can be resent or retried to get the correct block of data (e.g. telecommunication channels, disk sectors). Normally hamming code is done on individual bytes or words of computer memory.


How many bits are required to supernet seven class c address?

3 bits


How many bits are required to count up to decimal 1 million?

21 bits.


How many bits or bytes required to store the robot?

40 bits or 5 byrtes


How many bits of mask are required to provide 30 host addresses?

5 bits


How many bits are required to store Duck?

4


How many bits are required to represent character in ascii?

4


How many bits are required to represent 32 digit decimal number?

103


How many bit required for two n bit multiplication?

for two n bits multiplication results produce 2n bits