A-level Computing 2009/AQA/Problem Solving, Programming, Data Representation and Practical Exercise/Fundamentals of Data Representation/Error checking and correction

UNIT 1 - ⇑ Fundamentals of Data Representation ⇑

Unicode Error checking and correction Parity bits
Category:Book:A-level Computing 2009#AQA/Problem%20Solving,%20Programming,%20Data%20Representation%20and%20Practical%20Exercise/Fundamentals%20of%20Data%20Representation/Error%20checking%20and%20correction

When you send data across the internet or even from your USB to a computer you are sending millions upon millions of ones and zeros. What would happen if one of them got corrupted? Think of this situation: You are buying a new game from an online retailer and put £40 into the payment box. You click on send and the number 40 is sent to your bank stored in a byte: 00101000. Now imagine if the second most significant bit got corrupted on its way to the bank, and the bank received the following: 01101000. You'd be paying £104 for that game! Error Checking and Correction stops things like this happening. There are many ways to detect and correct corrupted data, we are going to learn two.

Category:Book:A-level Computing 2009#AQA/Problem%20Solving,%20Programming,%20Data%20Representation%20and%20Practical%20Exercise/Fundamentals%20of%20Data%20Representation/Error%20checking%20and%20correction%20
Category:Book:A-level Computing 2009