Binary code
Binary code
CODING Theory
Converting text and words to binary code
Data transmission
Method of Detecting and Correcting Errors
Coding Theory
2 types of Parity
01110011
00011011101
00101010101
0101
0000000
0101100111
Repetition Code
How to create repetition code?
1. Identify the number of bits in a actual string (k)
2. Compute the number of repetition required by the formula
rep = 2r + 1 where r ≥ 1
Example of Creating Repeated codes
• Code 1001 r = 2
Example of Creating Repeated codes
• Code 00111 r = 3
Getting Original Code from the Repetition code
• 10110101110011 K = 2
NETWORK 1 NETWORK 2
DETECTION OF ERROR METHOD
NETWORK 1 NETWORK 2
• With this problem at hand, additional process of encoding
is required known as Channel Coding.
DATA TRANSMISSION
METHODS OF DETECTING AND
CORRECTING ERRORS
• PARITY CHECK
it is the process of detecting errors by analyzing the correctness of the
parity digit or check digit of 1 or 0 in the given string of binary code.