0% found this document useful (0 votes)
2 views

Basic_Coding_-_Notes

The document provides an overview of coding and decoding processes used to encrypt and decrypt messages, using examples to illustrate the concept. It details the positional values of alphabets, various coding techniques such as letter to letter and letter to number coding, and common logic used in these methods. Additionally, it introduces memory tips and the concept of opposite positional values in coding.

Uploaded by

24llm010
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Basic_Coding_-_Notes

The document provides an overview of coding and decoding processes used to encrypt and decrypt messages, using examples to illustrate the concept. It details the positional values of alphabets, various coding techniques such as letter to letter and letter to number coding, and common logic used in these methods. Additionally, it introduces memory tips and the concept of opposite positional values in coding.

Uploaded by

24llm010
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Basic Coding - Notes

UGC NET Paper 1

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.

Positional value of Alphabets:

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.

The Indian soldier wants to say “MISSON DONE”

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

SUBJECT | UGC NET Paper 1 1 of 4


Download Testbook App

The alphabet with their positional value

Positional value of Alphabets in Backward direction: -

Memory Tip

“EJOTY” will help you to find nearby letters quickly.

This follows the pattern of multiple of 5

E J O T Y

5 10 15 20 25

Vowel series:- A, E, I, O, U

1. Letter to Letter Coding

2. Letter to Number Coding

3. Substitutional Coding

4. Chinese Coding/Fictitious Coding

Letter to Letter Coding

SUBJECT | UGC NET Paper 1 2 of 4


Download Testbook App

Some Common Logic for Letter to Letter and Letter to Number

1. Opposite/ Reverse Positional Value

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)

2. Prime Numbers / Vowel

Sometimes, the operations have been done in prime numbers and Vowel.

EX: If the code for PQTWO is 2022242819

SUBJECT | UGC NET Paper 1 3 of 4


Download Testbook App

We add +5 to the positional value of the letter which is a prime number and add +4 to the
composite number.

SUBJECT | UGC NET Paper 1 4 of 4

You might also like