Question

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?

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
In an even/odd parity error code a computer receives the following 4 bit word: 1101 Is...
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
  • Create a C++ program to add either even or odd parity, no parity as default, to...

    Create a C++ program to add either even or odd parity, no parity as default, to a byte. Next randomly flip one bit and detect that there is an parity error and report. Submit source code. Algorithm to create and add parity bit: integer array[8] integer even = 0, odd = 0; integer bitcount=0; for (intgere i=0; i <6; i++) {     if (array[i] == 1)     {         increment bitcount     } } if (bitcount modulus 2 equal zero){...

  • 6. Suppose we want an error-correcting code that will allow all single-bit errors to be corrected...

    6. Suppose we want an error-correcting code that will allow all single-bit errors to be corrected for memory words of length 10. a) How many parity bits are necessary? b) Assuming we are using the Hamming algorithm presented in this chapter to design our error-correcting code, find the code word to represent the 10-bit information word: 1001100110

  • Hamming Code: m = 1010 (4-bit message); odd-parity scheme; Compute Hamming Code on the sender’s side....

    Hamming Code: m = 1010 (4-bit message); odd-parity scheme; Compute Hamming Code on the sender’s side. On the receiver’s side, detect and verify a 7th bit error-position in the transmitted data.

  • Extra problem: Use the attached sheet to draw a 8- bit odd parity generator and a...

    Extra problem: Use the attached sheet to draw a 8- bit odd parity generator and a odd-parity checker for the 8 data bits and odd parity bit. Let the Error output be active-low (so that it goes low if there is an error and is high if there is no error) Parity Error-Detection System Using 74280s, design a complete parity generator/checking system. It is to be used in an 8-bit, even-parity computer configuration. Solution: Parity generator: Because the 74280 has...

  • 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

  • 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...

  • 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>...

  • Q1 Error detection/correction Can these schemes correct bit errors: Internet checksums, two-dimendional parity, cyclic...

    Q1 Error detection/correction Can these schemes correct bit errors: Internet checksums, two-dimendional parity, cyclic redundancy check (CRC) A. Yes, No, No B. No, Yes, Yes c. No, Yes, No D. No, No, Yes E. Ho, hum, ha Q2 CRC vs Internet checksums Which of these is not true? A. CRC's are commonly used at the link layer B. CRC's can detect any bit error of up to r bits with an r-bit EDC. c. CRC's are more resilient to bursty...

  • The second phase of your semester project is to write pass one of a two‑pass assembler...

    The second phase of your semester project is to write pass one of a two‑pass assembler for the SIC assembler language program. As with Phase 1, this is to be written in C (not C++) and must run successfully on Linux. Pass one will read each line of the source file, and begin the process of translating it to object code. (Note: it will be to your advantage to have a separate procedure handle reading, and perhaps tokenizing, the source...

  • You need not run Python programs on a computer in solving the following problems. Place your...

    You need not run Python programs on a computer in solving the following problems. Place your answers into separate "text" files using the names indicated on each problem. Please create your text files using the same text editor that you use for your .py files. Answer submitted in another file format such as .doc, .pages, .rtf, or.pdf will lose least one point per problem! [1] 3 points Use file math.txt What is the precise output from the following code? bar...

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