Basic_Coding_-_Notes
Basic_Coding_-_Notes
Copyright © 2014-2023 TestBook Edu Solutions Pvt. Ltd.: All rights reserved
Download Testbook App
Coding Decoding
Coding is a process that is used to encrypt a word in a particular pattern following some set of
rules. Decoding is a process to decrypt the given code into its original form.
Real-life Example:
Suppose one Indian soldier wants to send an encrypted message to another Indian army i.e.
“NJTTPO CNMD”. Another soldier from a different county tries to read it but cannot.
If we decode it
M+1=N
I+1=J
S+1=T
S+1=T
O+1=P
N+1=O
And
C+1=D
N+1=O
M+1=N
D+1=E
Memory Tip
E J O T Y
5 10 15 20 25
Vowel series:- A, E, I, O, U
3. Substitutional Coding
The Opposite / Reverse Positional Value is the summation of the two alphabet letters is 27. EX:
A is the opposite of Z (A + Z = 27)
Sometimes, the operations have been done in prime numbers and Vowel.
We add +5 to the positional value of the letter which is a prime number and add +4 to the
composite number.