Question

6. Suppose we want an error-correcting code that will allow all single-bit errors to be corrected for memory words of length
b) Assuming we are using the Hamming algorithm presented in this chapter to design our error-correcting code, find the code w
1 0
Add a comment Improve this question Transcribed image text
✔ Recommended Answer
Answer #1

Solution : a) Number of Pacity bits needed For 12 length memory word = mtxt1 <= 2² where me length of memoky word and t is th1 = 1 2-2 3=1+2 4 - 4 5 = 1t4 6=2+4 7= 1+2+4 88 g= 1+8 10 =2+8 11 - 1+2 +8 12 a 4t8 13 = 1+4+8 14 = 2+4+8 15 - 1+2 +4 +8 16 =→ Parity bit 3 checks the parity over 4,5.6, 7,12,13,14,15. There Fare bit 4 is 1. y Parity bit 4 checks the parity over 8, 9

answered by: ANURANJAN SARSAM
Add a comment
Answer #2

Solution : a) Number of Pacity bits needed For 12 length memory word = mtxt1 <= 2² where me length of memoky word and t is th1 = 1 2-2 3=1+2 4 - 4 5 = 1t4 6=2+4 7= 1+2+4 88 g= 1+8 10 =2+8 11 - 1+2 +8 12 a 4t8 13 = 1+4+8 14 = 2+4+8 15 - 1+2 +4 +8 16 =→ Parity bit 3 checks the parity over 4,5.6, 7,12,13,14,15. There Fare bit 4 is 1. y Parity bit 4 checks the parity over 8, 9

Please comment if you have any problem I will try to solve your problem...... Please give thumbs up I am in need......

Add a comment
Know the answer?
Add Answer to:
6. Suppose we want an error-correcting code that will allow all single-bit errors to be corrected...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 5-Given that the ASCII code for A is 1000001, what is the ASCII code for J?...

    5-Given that the ASCII code for A is 1000001, what is the ASCII code for J? Express the answer as 7 binary digits. 6- Suppose we are working with an error-correcting code that will allow all single-bit errors to be corrected for memory words of length 7. We have already calculated that we need 4 check bits, and the length of all code words will be 11. Code words are created according to the Hamming algorithm presented in the text....

  • Instruction: For every question you answer, please show the calculation steps, if you do not show...

    Instruction: For every question you answer, please show the calculation steps, if you do not show the calculation step and show only the final result, you will not receive any score. You can use online resources for conversion, if the conversion is not a part of the question. There are a total of eight questions. Question 5: Suppose we are working with an error-correcting code that will allow all single-bit errors to be corrected for memory words of length 7....

  • e) Consider a SEC (Single Error Correcting) code that protect 8 bit words with 4 parity...

    e) Consider a SEC (Single Error Correcting) code that protect 8 bit words with 4 parity bits. If we read the value 375H, is there an error? If so, correct the error. Problem

  • In an even/odd parity error code a computer receives the following 4 bit word: 1101 Is...

    In an even/odd parity error code a computer receives the following 4 bit word: 1101 Is this a valid word? Why or why not? If not, can it be corrected? If yes how if not why? At least how many Bit flip must separate code words If I want to correct (not just detect) 1 bit-flip errors?

  • [Hamming algorithm] having problems understanding the step highlighted in bold. explain the part going over checking...

    [Hamming algorithm] having problems understanding the step highlighted in bold. explain the part going over checking the parity bits (the problem question is listed below) 12+1+r<=2^r-->r=5 5+12=17 for bit length--> -->parity bits check positions are 1,2,4,8,16-->fill in the using BIN skipping over the 1,2,4,8,16 positions--> --> 1=1 2=2 3=1+2 4=4 5=1+4 6=2+4 7=1+2+4 8=8 9=1+8 10=2+8 11=1+2+8 12=4+8 13=1+4+8 14=2+4+8 15=1+2+4+8 16=4+4+8 from my understanding, you check over the parity bits 1,2,4,8,16. using above as a reference. for bit 1...

  • All that is needed is to fill in that one area that says "Student provides missing...

    All that is needed is to fill in that one area that says "Student provides missing code to compare computed hammingCode[] bits to the codeword[] bits to determine the incorrect bit." in the code below. THAT IS ALL THAT IS NEEDED PLUS SCREENSHOT OF COMPILED OUTPUT AFTERWARDS. Please TAKE SCREENSHOT of the compiled output which should look similar to the sample one provided. //------------------------------------------------------ // Problem #6 // Problem6.c //------------------------------------------------------ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #include <math.h>...

  • Suppose we want to transmit the message 10011010 and protect it from errors using the CRC...

    Suppose we want to transmit the message 10011010 and protect it from errors using the CRC polynomial x^2+1. Encode the data bit sequence using the generator polynomial and give the code word. Using this polynomial, can all single-bit errors be detected? If not, give an example scenario of errors that goes undetected.

  • 7. Show parity using odd I's with double parity, for following data 11001101110. (10 pt.) UG 8. Show the hamming code for any 6-bit data. (10pt.) 9. What are the polynomial equivalence of fol...

    7. Show parity using odd I's with double parity, for following data 11001101110. (10 pt.) UG 8. Show the hamming code for any 6-bit data. (10pt.) 9. What are the polynomial equivalence of following bits. (10 pt.) 1100101 0011101 1110001 010100 Assume a sender has the following data frames. Suppose the sender using burst error detection/correction. Show the actual row and column that is send and received. (10pt.) 1- 0110 2- 1101 3- 0011 4- 0101 11. In terms of...

  • **I asked this question once, and the answer completely ignored a majority of the rules listed...

    **I asked this question once, and the answer completely ignored a majority of the rules listed on this. PLEASE read what is necessary before giving an answer. **NEITHER answer when searching for this question has a ParityChain class, a ParityChainDemo class or even include some of the stated requirements (such as hasError method). **Parity bit was specified by instructor to be LEFT most bit in chain Done in Java using Apache NetBeans IDE 11.2 -- Objectives: To create a data...

  • Done in Java using Apache NetBeans IDE 11.2 -- Objectives: To create a data structure with...

    Done in Java using Apache NetBeans IDE 11.2 -- Objectives: To create a data structure with underlying linked chain; To utilize and implement code dealing with parity big codes for error detection; To read data from file **The other answer when searching for this question does not have a ParityChain class, a ParityChainDemo class or even include some of the stated requirements (such as hasError method). **Parity bit was specified by instructor to be LEFT most bit in chain In...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT