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

Coding Decoding - Study Notes

The document explains the concepts of coding and decoding in logical reasoning, detailing methods to encrypt and decrypt messages using positional values of alphabets. It provides examples of various coding techniques, including letter-to-letter, letter-to-number, substitutional, and Chinese coding. Additionally, it offers memory tips and tricks to remember the positional values of letters and outlines common logic used in coding exercises.

Uploaded by

pratikghatage207
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Coding Decoding - Study Notes

The document explains the concepts of coding and decoding in logical reasoning, detailing methods to encrypt and decrypt messages using positional values of alphabets. It provides examples of various coding techniques, including letter-to-letter, letter-to-number, substitutional, and Chinese coding. Additionally, it offers memory tips and tricks to remember the positional values of letters and outlines common logic used in coding exercises.

Uploaded by

pratikghatage207
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Coding Decoding

LOGICAL REASONING

Copyright © 2014-2021 Testbook Edu Solutions Pvt. Ltd.: All rights reserved
Download Testbook

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

LOGICAL REASONING | Coding Decoding PAGE 2


Download Testbook

Concept:
The alphabet with their positional value-

Positional value of Alphabets in forwarding direction: -

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

LOGICAL REASONING | Coding Decoding PAGE 3


Download Testbook

Testbook Trick
Also we have some tricks to remember positional values of many letters of alphabet:

Letters Trick to remember Positional value

B Bittu B-2

Duffer
D D-4
Du + FER (4)

F FIX-SIX F-6

G G-7

H H- 8

I I-9

K K-11

L L-12

N N - 14

LOGICAL REASONING | Coding Decoding PAGE 4


Download Testbook

Letters Trick to remember Positional value

Seven teens in Queue

Q Q-17

R R-18

T T-20

U U-21

UV radiation - ultraviolet radiation


V V - 22
U -21, V - 22

W W-23

X X-24

LOGICAL REASONING | Coding Decoding PAGE 5


Download Testbook

Covered Topics
1. Letter to Letter Coding

2. Letter to Number Coding

3. Substitutional Coding

4. Chinese Coding/Fictitious Coding

Letter to Letter Coding


Letter Coding

Summation Subtraction Multiplication Crossing

Operation value is Alphabets are arranged in


multiplied formed of jumbled order, Crossing has
the Positional value of happened.
the reference alphabets
When the positional values When the positional values then Multiplication has
of the alphabets are in of the alphabets are in happened.
Increasing Order. Decreasing Order.

Ex: In a certain code


Ex: If CRICKET is coded Ex: If the code for JDHY
Ex: If KIRAN is coded LJSBO language, if QUIET is
BQHBJDS is given as 11122426
written as VRJUF

Logic is- Logic is- Logic is- QUIET is written as VRJUF:

LOGICAL REASONING | Coding Decoding PAGE 6


Download Testbook

Some Important Logic


If “VISDTRY” is written as “DIJDBIG”.

Number Coding
Number Coding

When a small digit number is provided When a large digit number is provided

The logic would be-


a) Multiplied value of the resultant number with a
particular number.
Then this might be the sum of the positional value of EX: The code for STYRD is coded as 430
alphabets.
The sum of positional value of STYRD is 19 + 20 + 25 +
EX: If "DFRTE" is coded as "53”. 18 + 4 = 86
Logic : "DFRTE" = 4 + 6 + 18 + 20 + 5 = 53 Then multiply the value with the number of the letters
Sometimes, the sum of the positional value of opposite i.e. 86 × 5 = 430
alphabets is provided. b) Square of the resultant number.
The opposite values of D = 23, F = 21, R = 9, T = 7 and E = 22 EX: The code for STYRD is coded as 7396
DFRTE = 23 + 21 + 9 + 7 + 22 = 82 The sum of positional value of STYRD is 19 + 20 + 25 +
18 + 4 = 86
Then multiply the value with the number of the letters
i.e. 86 × 86 = 7396

LOGICAL REASONING | Coding Decoding PAGE 7


Download Testbook

Some Common Logic for Letter to Letter and Letter to Number


1. Opposite/ Reverse Positional Value

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

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

3. When the digits of the alphabet are added.

EX: If “VISDTRY” is written as “DIJDBIG”

LOGICAL REASONING | Coding Decoding PAGE 8


Download Testbook

Substitutional Coding
In this section, words are encrypted or coded with the substitute word.

Example:

Q: If ‘eye’ is called ‘hand’ , ‘hand’ is called ‘mouth’, ‘mouth’ is called ‘ear’, ‘ear’ is called ‘nose’ and ‘nose’ is
called ‘tongue’, then with which of the following would a person hear?

A: The logic follows here is:-

A person hear from the ‘ear’

But ‘ear’ is called as ‘nose’

Thus, the correct answer is ‘nose’.

Chinese Coding
In this section, a few statements consisting of same words but in different order will be coded as words or
symbols or letters and you need to find the codes of words by finding the common words in different state-
ments as the code of a word in both the statement will be same.

Example:

In a certain code '754' means 'lake is sea', 582 means 'ocean is river' and '809' means 'ocean and pond' then
what will be the code for 'river'?

Code for '5' is "is".

Code for '8' is "ocean".

Code for 'river' is "2".

LOGICAL REASONING | Coding Decoding PAGE 9

You might also like