0% found this document useful (0 votes)
4 views48 pages

Coding Decoding

The document contains a series of coding puzzles and their solutions, where words or phrases are encoded into numerical values or other words based on specific rules. Each question presents a different coding method, such as reversing letters, assigning numerical values, or using patterns to derive codes. The answers are provided alongside explanations of the logic used to arrive at each solution.

Uploaded by

hsriomsaini588
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)
4 views48 pages

Coding Decoding

The document contains a series of coding puzzles and their solutions, where words or phrases are encoded into numerical values or other words based on specific rules. Each question presents a different coding method, such as reversing letters, assigning numerical values, or using patterns to derive codes. The answers are provided alongside explanations of the logic used to arrive at each solution.

Uploaded by

hsriomsaini588
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

1.

If COMMENT is coded as 4171617102027 and SHARE is coded as 201042210, then


how will LIKE be coded as?

A. 1311149
B. 1315149
C. 2691149
D. 1311169

Answer ||| A

Solution |||

As,

COMMENT= C(3)O(15)M(13)M(13)E(5)N(14)T(20)

= C(3+1)O(15+2)M(13+3)M(13+4)E(5+5)N(14+6)T(20+7)

= C(4)O(17)M(16)M(17)E(10)N(20)T(27)

=4171617102027

And

SHARE= S(19)H(8)A(1)R(18)E(5)

= S(19+1)H(8+2)A(1+3)R(18+4)E(5+5)

= S(20)H(10)A(4)R(22)E(10)

=201042210

Similarly,

LIKE= L(12)I(9)K(11)E(5)= L(12+1)I(9+2)K(11+3)E(5+4)

=L(13)I(11)K(14)E(9)

=1311149

Hence, option A is the correct answer.


[Link] a certain code language, "MWS" is written as "ACBCAI". How is "PYX" written in that
code language?

A. AHJKES
B. AFBEBD
C. YEWAXK
D. BSWQAL

Answer ||| B

Solution |||

Here, the pattern is:

MWS → 132319 (M = 13, W = 23, S = 19)

Now, take the obtained numbers and write the respective letters as per English
Alphabetical order.

132319 → ACBCAI (A = 1, B = 2, C = 3, I = 9)

So, MWS → 132319 → ACBCAI

Thus, MWS is coded as ACBCAI.

Similarly,

PYX → 162524 (P = 16, Y = 25, X = 24)

162524 → AFBEBD (A = 1, B = 2, D = 4, E = 5, F = 6)

So, PYX → 162524 → AFBEBD

Thus , PYX is codded as AFBEBD.

Hence, option (B) is the correct response.


[Link] a code language COLECTOR is written as ELOCROTC. How will COMMISSIONER be
written as in the same code language?

A. SIMMNOISCORE
B. SIMMOCRENOIS
C. MMCORENSIOIS
D. OISSIMMCOREN

Answer ||| B

Solution |||

Logic: write first half in the reverse order and then write next half in the reverse order.

As,

COLE/ CTOR = ELOC/ ROTC

Similarly,

COMMIS/ SIONER = SIMMOC/ RENOIS

Hence, option B is the correct response.

[Link] a code language, ZESTMONEY is written as TFAPNUZFO. How will AGREEMENT be


written as in that language?

A. FUOFSHBNF
B. SHBNFFUOF
C. SHBOFNFFU
D. OFSHBNFFU

Answer ||| B

Solution |||
Hence, option B is the correct answer.

[Link] a code language, TANK is written as 7-26-13-16. In the same pattern CARGO will be
written as?

A. 24 – 26 – 9 – 20 – 15
B. 24 – 26 – 9 – 20 – 12
C. 24 – 26 – 18 – 20 – 12
D. 23 – 01 – 9 – 20 – 12

Answer ||| B

Solution |||

Take reverse rank of alphabetical letters.

As, (T)7-(A)26-(N)13-(K)16=7-26-13-16

Similarly,

(C)24 – (A)26 – (R)9 – (G)20 – (O)12= 24 – 26 – 9 – 20 – 12


Hence, the correct answer is option B.

[Link] a certain code language,


'134' means nice and tasty
'478' means 'look nice pictures' and
'729' means 'pictures are colourful'.
Which of the following digits stands for look

A. 1
B. 2
C. 8
D. 9

Answer ||| C

Solution ||| In the first and second statements, the common code digit is 4 and the
common word is nice. Thus, 4 stands for nice. In the second and third statements, the
common code digit is '7' and the common word is 'pictures'. Thus, '7' means 'pictures'.
Thus, in the second statements, '8' means 'look'.

[Link] KIND is written as 20 and MOBILE is coded as 42, then how will you write PRIMARY
in the same language?

A. 42
B. 36
C. 56
D. 78

Answer ||| C

Solution |||

The logic behind the code language is - number of letters in the word multiplied by its
succeeding number.
i.e.

In KIND - there are 4 letters

So, 4 × 5 = 20

Similarly,

MOBILE = 6 × 7 = 42

So,

PRIMARY = 7 × 8 = 56

Hence, the correct answer is 56.

[Link] a code language, ‘ACCOMMODATINGLY’ is written as ‘DDBNNPBEPOJUZMH’ .


How will ‘ACCESSIBILITIES’ be written as in that language?

A. DDBTJCJUJMTFTFJ
B. DDBTTFJCJUJMTFJ
C. FJCJUJDDBTTMTFJ
D. MTFDDBTTFJCJUJJ

Answer ||| B

Solution |||
Hence, option B is the correct answer.

[Link] each of the letters in the English alphabet is assigned odd numerical value starting
with A = 1, B = 3, C = 5 and so on. What will be the sum total of the values of the letters of
the word NOMINAL?

A. 149
B. 144
C. 146
D. 150

Answer ||| A

Solution |||

The place value letters in NOMINAL –

N – 27

O – 29

M – 25
I – 17

N – 27

A– 1

L – 23

Total value = 27 + 29 + 25 + 17 + 27 + 1 + 23 = 149

Hence, option A is the correct answer.

[Link] a Code language CAT is written as BDZBSU, How will LION be written in that
Language.

A. NMHPJMN
B. KMHPDPMO
C. KMHJNPMO
D. PMHJNPNO

Answer ||| C

Solution |||

Here we can see that each alphabet is replaced with its former and latter alphabet. “c”
is coded as “BD” , ‘A’ Is coded as ‘ZB’ and so on.

Therefore, ‘LION’ will be coded as ‘KMHJNPMO’ .

Hence, option (C) is the correct answer.


[Link] a code language, VIBRANT is written as CJWSUOB. Then, how ELASTIC will be
coded as?

A. BMFTDJU
B. BMFLPJU
C. OKFTDJU
D. BMFTHYT

Answer ||| A

Solution |||

Hence, option A is the correct answer.

[Link] EFMIJ means DELHI, then find the last letter of IQBOS after decoding –

A. T
B. R
C. K
D. M
Answer ||| B

Solution ||| E (-1) = D


F (-1) = E
M (-1) = L
I (-1) = H
J (-1) = I
Similarly,
I (-1) = H
Q (-1) = P
B (-1) = A
O (-1) = N
S (-1) = R

Thus, R is the last letter.

Hence, option B is the correct answer.

[Link] each of the letters of the English alphabet is assigned an odd numerical value
beginning with A = 1, B=3 and so on, what will be the total value of the letters of the
word RADICAL?

A. 88
B. 99
C. 89
D. 90

Answer ||| C

Solution |||

The pattern is:

R = 35

A=1

D=7
I = 17

C=5

A=1

L = 23

R+A+D+I+C+A+L

35 + 1 + 7 + 17 + 5 + 1 + 23 = 89

Hence, option C is the correct answer.

[Link] each English alphabet is assigned even numerical value like A = 2, B = 4 and so on,
what will be the code of EARTH?

A. 122384216
B. 102364016
C. 102364018
D. 102384218

Answer ||| B

Solution |||

Its given that A = 2, B = 4 and so on.

So, E=10,A=2,R=36,T=40,H=16

So EARTH=102364016

Hence, the correct answer is option B.

[Link] a certain code language, ‘dee due tic’ is written as ‘roses are red’, ‘bil doe’ is
written as ‘yellow carnations’ and ‘tic dur doe’ is written as ‘carnations are pink’. What is
the code for ‘pink’ is that language?
A. doe
B. tic
C. dur
D. dee

Answer ||| C

Solution |||

‘dee due tic’ = ‘roses are red’_________(1)

‘bil doe’ = ‘yellow carnations’ ___________(2)

‘tic dur doe’ = ‘carnations are pink’_________(3)

'are' and 'tic' are common in (1) and (3), so 'are' = 'tic'

'carnations' and 'doe' are common in (2) and (3),

So, 'carnations' = 'doe'

from (3), 'pink' = 'dur'

Hence, the correct option is C.

1.

|||Common||| Direction: Study the following information carefully and answer the following
questions.

‘The previous pan secured’ is coded as ‘la sa ta pa’


‘Now you can survive’ is coded as ‘ve ye oe we’
‘But present pan now’ is coded as ‘pa tt vt ye’
‘Rate previous you present’ is coded as ‘vt we la sm’ |||End|||

What is the code of ‘now’ ?

A. pa
B. la
C. ye
D. we
E. None of these

Answer ||| C

Solution |||

[Link] RATIONAL is CLETZYLW then EXPERIENCE is

(A) OIZOCTOYMO

(B) QJBDUQZOQ

(C) OHZBSOXMO

(D) PIAPCTPYNP

A. (A)
B. (D)
C. (C)
D. (B)

Answer ||| B
Solution ||| As,
R + 11 = C
A + 11 = L
T + 11 = E
I + 11 = T
O + 11 = Z
N + 11 = Y
A + 11 = L
L + 11 = W
Similarly,
E+ 11 = P
X+ 11 =I
P+ 11 =A
E+ 11 =P
R+ 11 =C
I+ 11 =T
E+ 11 =P
N+ 11 =Y
C+ 11 =N
E+ 11 =P

[Link] a certain code language. OPIOIPOPPIOP is written as OIPOPPIOPOPI. How will


WFKFKWKWFFWK be written as in that code language?

A. FKWKWFWFKFWK
B. FKWWFKFWKFKW
C. FKWKWFFWKWFK
D. FKWFWKWFKKWF

Answer ||| C

Solution |||

The logic follow here is that the first starting three letter are place in last while all other
remains at the same position

OPIOIPOPPIOP= OIPOPPIOPOPI
Similarly, WFKFKWKWFFWK= FKWKWFFWKWFK

Hence, option C is the correct answer.

[Link] a certain code, MAD = 56, CAT = 80, then DEN = ______?

A. 29
B. 126
C. 100
D. 208

Answer ||| B

Solution |||

As,

MAD = M(13)A(1)D(4)

=(13+1)*4

=14*4

= 56

and

CAT = C(3)A(1)T(20)

=(3+1)*20

=4*20

=80

Similarly,

DEN = D(4)E(5)N(14)
=(4+5)*14

=9*14

=126

Hence, option B is the correct answer.

[Link] MACHINE is coded as 197914152011 then DANGER will be coded as

(A) 10720131124

(B) 13720111025

(C) 11720161124

(D) 1372091125

A. B
B. D
C. A
D. C

Answer ||| C

Solution |||

As,

MACHINE= M(13)A(1)C(3)H(8)I(9)N(14)E(5)

= M(13+6)A(1+6)C(3+6)H(8+6)I(9+6)N(14+6)E(5+6)
=M(19)A(7)C(9)H(14)I(15)N(20)E(11)

=19-7-9-14-15-20-11

Similarly,

DANGER= D(4)A(1)N(14)G(7)E(5)R(18)

= D(4+6)A(1+6)N(14+6)G(7+6)E(5+6)R(18+6)

= D(10)A(7)N(20)G(13)E(11)R(24)

=10-7-20-13-11-24

Hence, the correct answer is option C.

[Link] word JUNCTION has been coded using 4 different codes.

Code 1: QFMXGRLM

Code 2: LYTKDUCD

Code 3: KWQGYOVV

Code 4: LWPEVKQP

Which of the following codes is used to write the word CUSTOMER as XFHGLNVI?

A. Code 4
B. Code 2
C. Code 1
D. Code 3

Answer ||| C

Solution |||

Here CUSTOMER is coded as XFHGLNVI


So the logic is that the letter opposite to the position as per the table given below replace
the given letter.

Similarly JUNCTION is coded as XFMXGRLM.

So, code1 is follow here

Hence, option C is the correct answer.

[Link] HEAR is coded as KJHA then MILK will be coded as:

(A) PTNS

(B) PNTS

(C) PNST

(D) PTSN

A. (A)
B. (C)
C. (D)
D. (B)

Answer ||| B

Solution |||
Hence, the correct answer is option B.

[Link] the four given equations, the first three are solved on the basis of a certain system,
where the function of the ‘ ’ remains the same. Find the correct answer for the
unsolved fourth equation on the same basis.

A. 3
B. 9
C. 12
D. 6

Answer ||| D
Solution |||

The logic follow here a*b=

6*2= =99

4*5= =12

7*3

Similarly 3*3=

Hence, option D is the correct answer.

[Link] a certain code, REACT is written as THCFV. How is SPRUNG written in that code?

A. USTXQJ
B. USTXPK
C. UTTXPK
D. USTXPJ
E. none of these

Answer ||| D

Solution |||

First letter move one step forward and in second letter move second step forward and so
on. So, the SPRUNG is written as USTXPJ.

[Link] HIDE=1440 then what could be WIDE?

(A) 1560
(B) 3265

(C) 4140

(D) 2580

A. (B)
B. (D)
C. (A)
D. (C)

Answer ||| D

Solution ||| The code for HIDE -


H-8
I-9
D-4
E-5
HIDE - 8x9x4x5 = 1440
Similarly for WIDE
W - 23
I-9
D-4
E-5
WIDE - 23x9x4x5 = 4140
Hence, option D is the correct response.

[Link] TIGER = BLACK and LION = PLUM, then LITTERING = ?

A. PLBBCKMLA
B. PLBBCKLMA
C. PLBBKCLMA
D. PLBBCKLAM

Answer ||| B
Solution |||

Here the given words are coded by using the specific alphabet, like
for TIGER = BLACK

Letters T I G E R
code B L A C K

In similar way,
for LION = PLUM

Letters L I O N
code P L U M

By using the above codes of letters we get,

Letters L I T T E R I N G
code P L B B C K L M A

So,LITTERING = PLBBCKLMA
Hence, option B is the correct answer.

[Link] a certain code, if DICKENS is written as VQWOULG and ELIOT is written as UNQKF,
which letter will be in the fifth place, when counted from the left, if SVBVI is written in that
code language?

A. G
B. I
C. A
D. Q

Answer ||| D

Solution |||
The pattern is as follows:
DICKENS ->opposite letter of each letter ->WRXPVMH
Now subtract (-1) from the opposite letters to obtain the coded letters as shown below:

So, the coded letters are ->VQWOULG


Similarly,
ELIOT is written as UNQKF
Therefore,
SVBVI ->opposite letter of each letter ->HEYER
Now subtract (-1) from the opposite letters to obtain the coded letters as shown below:

So, the coded letters are ->GDXDQ


Thus counted from the left the fifth letter will be ‘Q’ .

Hence, option D is the correct answer.

[Link] a certain code, 'best way to win' is written as 'fa ka la ju', 'the way to hell' is written as
'lu la hu fa', 'win of the day' is written as 'na lu fu ka' and 'to sell of night' is written as 'na li
ya la'. Which of the following represents of the way"?

A. lu na ya
B. lu na fa
C. ka lu na
D. na ka fa

Answer ||| B
Solution |||

Win= ka

To=la

Way=fa

Of=na

The=lu

Hence lu na fa represents “of the way”

Hence, option B is the correct answer.

[Link] DO is coded as 60 and SO is coded as 285, then which of the following will be the
code for RED?

A. 360
B. 27
C. 94
D. 299

Answer ||| A

Solution ||| The pattern is as follows;

DO =>4 × 15 = 60

SO =>19 × 15 = 285

Similarly,

RED =>18 × 5 × 4 = 360

Hence, option A is the correct answer.


15.

|||Common||| Direction: Study the following information and answer the given questions.

‘Easy rest might decide soon’ is written as ‘fx va bu ex pz’ .


‘soon necessary decide shocked about’ is written as ‘mx pz ot fx pt’ .
‘decide about rest holy’ is written as ‘vt pt va fx’ .
‘holy sad shocked easy email’ is written as ‘bq ot cx vt bu ’ . |||End|||

What is the code for ‘about’ and ‘decide’ respectively?

A. pt and vt
B. va and pt
C. pt and fx
D. bu and pt
E. ex and fx

Answer ||| C

Solution |||

[Link] letters from A to Z are numbered from 1 to 26 respectively. If GHI - 1578 and DEF
= 912, then what is ABC equal to?
A. 492
B. 468
C. 262
D. 246

Answer ||| C

Solution |||

If A - Z are numbered from 1 -26 ,we get A=1,B=2,C=3,........Z=26.

Given that GHI = [Link] per the numbering G=7,H=8,I=9 so GHI = 789 x 2 = 1578

Similarly, DEF = 456 x 2 = [Link] ABC = 123 x 2 = 246.

[Link] a certain code language COMPUTER is written as RFUVQNPC. How will MEDICINE
be written in that code language?

A. EOJDMEJF
B. MFEDJJOE
C. EOJDEJFM
D. MFEJDJOE
E. none of these

Answer ||| C

Solution |||

There are 8 letters in the word.

- The coded word can be obtained by taking the immediately following letters of word,
expect the first and the last letters of the given word but in the reverse order. That means,
in the coded form the first and the last letters have been interchanged while the remaining
letters are coded by taking their immediate next letters in the reverse order.

Hence, the answer is EOJDJEFM


[Link] a certain code language, PERMUTATION is written as NPJUBUVNSFP. How is
MATHEMATICS written in that code?

A. SDJUBNEIUBM
B. SDJUBNFIVBM
C. SDJUBNFIUBM
D. SDJUBMFIUBM
E. none of these

Answer ||| C

Solution |||

PERMUTATION:
The first and last letters of the word are interchanged.
The next letter of each letter present in the words are:

E+1 =F
R+1 =S
M+1=N
U+1 =V
T+1=U
A+1 =B
T+1=U
I+1=J
O+1=P
These letters are arranged in the reverse order i.e. corresponding to the second last letter
to the second letter of the word. Hence, PERMUTATION is coded as PFSNVUBUJPN.

MATHEMATICS:
The first and last letters of the word are interchanged and the next letters of the rests of
the letters are found to place in reverse order starting from the second last letter to the
second letter of the word.

A+1 =B
T+1=U
H+1=I
E+1 =F
M+1=N
A+1 =B
T+1=S
I+1=J
C+1 =D
Thus, MATHEMATICS becomes SDJUBNFIUBM.

[Link] FHNPKMEG means GOLF then what will be the meaning of RTSUHJBDJL?

(A) HORSE

(B) STICK

(C) PURSE

(D) HOLES

A. (B)
B. (C)
C. (A)
D. (D)

Answer ||| A

Solution |||

As,

FHNPKMEG means GOLF-

F(G)H N(O)P K(L)M E(F)G


Similarly,

RTSUHJBDJL means STICK-

R(S)T S(T)U H(I)J B(C)D J(K)L

Hence, the correct answer is option A.

[Link] a certain code if LEMON is coded as PWOMN. Than SHIRT will be coded as-

(A) ITSJH (B) GRQHF

(C) HSRIG (D) TRIHS

A. (A)
B. (D)

C. (C)
D. (B)

Answer ||| A

Solution |||

opposite of L – O ( O+1) ->P


Opposite of E – V (V+1) ->W

Opposite of M – N (N+1) ->O

Opposite of O – L (L+1) ->M

Opposite of N – M (M+1) ->N

Similarly, for SHIRT,

Opposite of S – H (H+1) – I

Opposite of H – S (S+1) – T

Opposite of I – R (R+1) – S

Opposite of R – I (I+1) – J
Opposite of T – G (G+1) - H

1.

|||Common|||

नदश: न न ल खत जानकारी का यानपूवक अ ययन कर और न न ल खत के उ र द।

‘The previous pan secured’ को के प म कू टब कया गया है


‘la sa ta pa’
‘Now you can survive’ को ‘ve ye oe we’ के प म कू टब कया गया है
‘But present pan now’ को ‘pa tt vt ye’ के प म कू टब कया गया है
‘Rate previous you present’ को ‘vt we la sm’ के प म कू टब कया गया है

|||End|||
‘now’ के लए कू ट क् या है?A. pa
B. la
C. ye
D. we
E. इनम से कोई नह

Answer ||| C

Solution |||

2. य द RATIONAL है CLETZYLW तो EXPERIENCE है


(A) OIZOCTOYMO

(B) QJBDUQZOQ

(C) OHZBSOXMO

(D) PIAPCTPYNP

A. (A)
B. (D)
C. (C)
D. (B)

Answer ||| B

Solution ||| As,


R + 11 = C
A + 11 = L
T + 11 = E
I + 11 = T
O + 11 = Z
N + 11 = Y
A + 11 = L
L + 11 = W
Similarly,
E+ 11 = P
X+ 11 =I
P+ 11 =A
E+ 11 =P
R+ 11 =C
I+ 11 =T
E+ 11 =P
N+ 11 =Y
C+ 11 =N
E+ 11 =P
3. एकन त कू ट भाषा म OPIOIPOPPIOP को OIPOPPIOPOPI के प म लखा जाता है। तो उसी कू ट भाषा
म WFKFKWKWFFWK को कस कार लखा जाएगा?

A. FKWKWFWFKFWK
B. FKWWFKFWKFKW
C. FKWKWFFWKWFK
D. FKWFWKWFKKWF

Answer ||| C

Solution |||

यहां तक यह है क पहले शु आती तीन अ र अंत म ह जब क अ य सभी समान त म रहते ह।

OPIOIPOPPIOP= OIPOPPIOPOPI

इसी तरह, WFKFKWKWFFWK= FKWKWFFWKWFK

इस लए, वकल् प C सही उत् तर है।

4. एक न त कू ट म, MAD = 56, CAT = 80, तो DEN = ______?

A. 29
B. 126
C. 100
D. 208

Answer ||| B

Solution |||

जैसे,

MAD = M(13)A(1)D(4)

=(13+1)*4
=14*4

= 56

और

CAT = C(3)A(1)T(20)

=(3+1)*20

=4*20

=80

इसी कार,

DEN = D(4)E(5)N(14)

=(4+5)*14

=9*14

=126

अत: वक प B सही उ र है।

5. य द MACHINE को 197914152011 को डत कया जाता है तो आप DANGER को या को डत करेगे?

(A) 10720131124

(B) 13720111025

(C) 11720161124
(D) 1372091125

A. B
B. D
C. A
D. C

Answer ||| C

Solution |||

As,

MACHINE= M(13)A(1)C(3)H(8)I(9)N(14)E(5)

= M(13+6)A(1+6)C(3+6)H(8+6)I(9+6)N(14+6)E(5+6)

=M(19)A(7)C(9)H(14)I(15)N(20)E(11)

=19-7-9-14-15-20-11

Similarly,

DANGER= D(4)A(1)N(14)G(7)E(5)R(18)

= D(4+6)A(1+6)N(14+6)G(7+6)E(5+6)R(18+6)

= D(10)A(7)N(20)G(13)E(11)R(24)

=10-7-20-13-11-24

Hence, the correct answer is option C.

6. शब् द JUNCTION को 4 अलग-अलग कू ट का उपयोग करके कू टब कया गया है।

कू ट 1: QFMXGRLM

कू ट 2: LYTKDUCD
कू ट 3: KWQGYOVV

कू ट 4: LWPEVKQP

शब् द CUSTOMER को XFHGLNVI के प म लखने के लए न न ल खत म से कस कू ट का उपयोग कया


जाता है?

A. कू ट 4
B. कू ट 2
C. कू ट 1
D. कू ट 3

Answer ||| C

Solution |||

यहां CUSTOMER को XFHGLNVI के प म कू टब कया जाता है:

तो तक यह है क नीचे द गई ता लका के अनुसार त के वपरीत अ र दए गए अ र को त ा पत करते ह।

इसी तरह JUNCTION को XFMXGRLM के प म कू टब कया जाता है

अत: यहां कू ट 1 का अनुसरण कया जाता है

इस लए, वकल् प C सही उत् तर है।

7. य द HEAR को KJHA लखा जाता है, तो MILK को या लखा जा सकता है:

(A) PTNS

(B) PNTS
(C) PNST

(D) PTSN

A. (A)
B. (C)
C. (D)
D. (B)

Answer ||| B

Solution |||

Hence, the correct answer is option B.

8. दए गए चार समीकरण म से, पहले तीन को एक न त णाली के आधार पर हल कया जाता है, जहां
‘ ’ का काय समान रहता है। उसी आधार पर हल न कए गए चौथे समीकरण का सही उ र ात कर।
A. 3
B. 9
C. 12
D. 6

Answer ||| D

Solution |||

यहां अनुसरण कया गया तक है a*b=

6*2= =99

4*5= =12

7*3

इसी तरह, 3*3=

इस लए, वकल् प D सही उत् तर है।

9. एकन त कू ट भाषा म, REACT को THCFV के प म लखा जाता है। तो उसी कू ट भाषा


म SPRUNG को कै से लखा जाएगा?

A. USTXQJ
B. USTXPK
C. UTTXPK
D. USTXPJ
E. इनम से कोई नह

Answer ||| D

Solution |||

First letter move one step forward and in second letter move second step forward and so
on. So, the SPRUNG is written as USTXPJ.

10.य द HIDE = 1440, तो WIDE या होगा?

(A) 1560

(B) 3265

(C) 4140

(D) 2580

A. (B)
B. (D)
C. (A)
D. (C)

Answer ||| D

Solution ||| The code for HIDE -


H-8
I-9
D-4
E-5
HIDE - 8x9x4x5 = 1440
Similarly for WIDE
W - 23
I-9
D-4
E-5
WIDE - 23x9x4x5 = 4140
Hence, option D is the correct response.

11.य द TIGER = BLACK और LION = PLUM है, तो LITTERING = ? ात कर।

A. PLBBCKMLA
B. PLBBCKLMA
C. PLBBKCLMA
D. PLBBCKLAM

Answer ||| B

Solution |||

यहाँ दए गए श द को व श वणमाला का उपयोग करके को डत कया गया है, जैसे


TIGER के लए = BLACK

Letters T I G E R
code B L A C K

उसी कार,
LION के लए = PLUM

Letters L I O N
code P L U M

दए गए उपरो अ र के कोड का उपयोग करके , हम मलता है,

Letters L I T T E R I N G
code P L B B C K L M A

तो, LITTERING = PLBBCKLMA


इस लए, वक प B सही उ र है।
12.एक न त कू ट भाषा म, य द DICKENS को VQWOULG और ELIOT को UNQKF के प म लखा जाता
है, तो बा ओर से गणना करने पर पांचव ान पर कौन सा अ र होगा, य द उस कू ट भाषा म SVBVI को लखा जाता
है?

A. G
B. I
C. A
D. Q

Answer ||| D

Solution |||

पैटन इस कार है:


DICKENS -> त् येक अ र का वपरीत अ र ->WRXPVMH
अब नीचे दखाए अनुसार कू टब अ र को ाप् त करने के लए वपरीत अ र से (-1) घटाएं:

तो, कू टब अ र है ->VQWOULG
इसी कार,
ELIOT को UNQKF के प म लखा जाता है
इसी तरह,
SVBVI -> त् येक अ र का वपरीत अ र ->HEYER
अब नीचे दखाए अनुसार कू टब अ र को ाप् त करने के लए वपरीत अ र से (-1) घटाएं:

तो, कू टब अ र ह ->GDXDQ
इस कार, बा ओर से गणना करने पर पांचवां अ र 'Q' होगा।

इस लए, वकल् प D सही उत् तर है।


13.एक न त कू ट भाषा म, 'best way to win' को 'fa ka la ju' के प म, 'the way to hell' को 'lu la hu
fa' के प म, 'win of the day' को 'na lu fu ka' के प म तथा 'to sell of night' को 'na li ya la' के प म
लखा जाता है। तो नम् न म से कौन सा of the way" को त न धत् व करता है?

A. lu na ya
B. lu na fa
C. ka lu na
D. na ka fa

Answer ||| B

Solution |||

Win= ka

To=la

Way=fa

Of=na

The=lu

अत: lu na fa, “of the way” का त न धत् व करता है।

इस लए, वकल् प B सही उत् तर है।

14.य द DO को 60 के प म और SO को 285 के प म कू ट कया जाता है, तो न न म से RED के लए कौन सा


कू ट होगा?

A. 360
B. 27
C. 94
D. 299
Answer ||| A

Solution ||| तक इस कार है;

DO =>4 × 15 = 60

SO =>19 × 15 = 285

उसी कार,

RED =>18 × 5 × 4 = 360

अत:, वक प A सही उ र है।

15.

|||Common|||

नदश: न न ल खत जानकारी का अ ययन कर और दए गए के उ र द।

‘Easy rest might decide soon’ को ‘fx va bu ex pz’ के


प म लखा जाता है।
‘soon necessary decide shocked about’ को ‘mx pz ot fx pt’ के प म लखा जाता है।
‘decide about rest holy’ को ‘vt pt va fx’ के प म लखा जाता है।
‘holy sad shocked easy email’ को ‘bq ot cx vt bu ’ के प म लखा जाता है।

|||End|||
मशः 'about' और 'decision' के लए कू ट या है?A. pt और vt
B. va और pt
C. pt और fx
D. bu और pt
E. ex और fx

Answer ||| C

Solution |||
[Link] letters from A to Z are numbered from 1 to 26 respectively. If GHI - 1578 and DEF
= 912, then what is ABC equal to?

A. 492
B. 468
C. 262
D. 246

Answer ||| C

Solution |||

If A - Z are numbered from 1 -26 ,we get A=1,B=2,C=3,........Z=26.

Given that GHI = [Link] per the numbering G=7,H=8,I=9 so GHI = 789 x 2 = 1578

Similarly, DEF = 456 x 2 = [Link] ABC = 123 x 2 = 246.

17.एक न त कू ट भाषा म COMPUTER को RFUVQNPC लखा जाता है। उसी कोड भाषा म MEDICINE को
कै से लखा जाएगा?

A. EOJDMEJF
B. MFEDJJOE
C. EOJDJEFM
D. MFEJDJOE
E. इनम से कोई नह

Answer ||| C

Solution |||

There are 8 letters in the word.

- The coded word can be obtained by taking the immediately following letters of word,
expect the first and the last letters of the given word but in the reverse order. That means,
in the coded form the first and the last letters have been interchanged while the remaining
letters are coded by taking their immediate next letters in the reverse order.

Hence, the answer is EOJDJEFM

18.एक न त कू ट भाषा म, PERMUTATION को NPJUBUVNSFP के प म लखा जाता है। तो


उसी कू ट भाषा म MATHEMATICS को कै से लखा जाएगा?

A. SDJUBNEIUBM
B. SDJUBNFIVBM
C. SDJUBNFIUBM
D. SDJUBMFIUBM
E. इनम से कोई नह

Answer ||| C

Solution |||

PERMUTATION:
The first and last letters of the word are interchanged.
The next letter of each letter present in the words are:

E+1 =F
R+1 =S
M+1=N
U+1 =V
T+1=U
A+1 =B
T+1=U
I+1=J
O+1=P
These letters are arranged in the reverse order i.e. corresponding to the second last letter
to the second letter of the word. Hence, PERMUTATION is coded as PFSNVUBUJPN.

MATHEMATICS:
The first and last letters of the word are interchanged and the next letters of the rests of
the letters are found to place in reverse order starting from the second last letter to the
second letter of the word.

A+1 =B
T+1=U
H+1=I
E+1 =F
M+1=N
A+1 =B
T+1=S
I+1=J
C+1 =D
Thus, MATHEMATICS becomes SDJUBNFIUBM.

19.य द FHNPKMEG का अथ GOLF हो, तो RTSUHJBDJL का अथ या होगा?

(A) HORSE

(B) STICK

(C) PURSE

(D) HOLES

A. (B)
B. (C)
C. (A)
D. (D)

Answer ||| A

Solution |||

As,

FHNPKMEG means GOLF-

F(G)H N(O)P K(L)M E(F)G

Similarly,

RTSUHJBDJL means STICK-

R(S)T S(T)U H(I)J B(C)D J(K)L

Hence, the correct answer is option A.

20. कसी कोड म य द LEMON को PWOMN कोड लखा गया हो तो SHIRT को कोड दया
जाएगा |
(A) ITSJH (B) GRQHF

(C) HSRIG (D) TRIHS

A. (A)
B. (D)
C. (C)
D. (B)

Answer ||| A

Solution |||
opposite of L – O ( O+1) ->P

Opposite of E – V (V+1) ->W

Opposite of M – N (N+1) ->O

Opposite of O – L (L+1) ->M

Opposite of N – M (M+1) ->N

Similarly, for SHIRT,

Opposite of S – H (H+1) – I

Opposite of H – S (S+1) – T

Opposite of I – R (R+1) – S

Opposite of R – I (I+1) – J

Opposite of T – G (G+1) - H

You might also like