Results

#1. If ‘STOVE’ is coded as ‘EVOTS’, then how will ‘CANDLE’ be coded?

Logic: यह Reverse Order कोडिंग है। शब्द को पूरी तरह उल्टा लिख दिया गया है। S-T-O-V-E to E-V-O-T-S. C-A-N-D-L-E \to \mathbf{ELDNAC}$.

#2. If ‘MONKO’ is coded as ‘57637’, then how is ‘KLJMN’ coded?

Logic: यह Direct Number Assignment है। अगर विकल्पों को देखें, तो अक्षरों के क्रम के अनुसार कोडिंग की गई है। उत्तर: 32456.

#3. If ‘GLARE’ is coded as ‘67810’ and ‘MONSOON’ as ‘2395339’, then how is ‘RANSOM’ coded?

Logic: Direct Substitution. R=1, A=8, N=9, S=5, O=3, M=2. उत्तर: 189532.

#4. In a code, ‘PEOPLE’ is written as ‘PLPOEE’. How is ‘TREND’ written in that code?

Logic: अक्षरों को Alphabetical Order (वर्णमाला के क्रम) में लगाया गया है। P-E-O-P-L-E to E-E-L-O-P-P (यहाँ logic ‘re-arrangement’ का है)। T-R-E-N-D to mathbf{TNERD}$पैटर्न: पहला, आखिरी, दूसरा, सेकंड लास्ट…).

#5. If ‘FRIEND’ is coded as ‘HUMJTK’, how is ‘CANDLE’ coded?

Logic: बढ़ता हुआ गैप: +2, +3, +4, +5, +6, +7. C+2=E, A+3=D, N+4=R, D+5=I, L+6=R, E+7=L. उत्तर: EDRIRL.

#6. In a certain code, ‘975’ means ‘Throw away garbage’, ‘528’ means ‘Give away smoking’ and ‘213’ means ‘Smoking is bad’. Which digit means ‘Give’?

Logic: ‘5’ मतलब ‘away’ (पहले दो में कॉमन)। ‘2’ मतलब ‘Smoking’ (पिछले दो में कॉमन)। बचा हुआ ‘8’ मतलब ‘Give’.

#7. If ‘RED’ is ‘6720’, then how is ‘GREEN’ coded?

Logic: अक्षरों की पोजीशन में +2 करके उसे उल्टा लिखा गया है।

#8. If ‘DRIVE’ is coded as ‘59372’ and ‘SPUR’ as ‘6489’, then ‘PRIDE’ is?

Logic: Direct substitution. P=4, R=9, I=3, D=5, E=2. उत्तर: 49352

#9. If ‘E’ = 5 and ‘HOTEL’ = 12, then ‘LAMB’ = ?

Logic: (Sum of positions) / (Number of letters).

#10. If in a certain code language, ‘CAT’ is written as ‘DBU’, how will ‘DOG’ be written in that same code?

Logic (Samjho Pattern ko):

This is a +1 pattern. Each letter in the word moves forward by one position in the alphabet.

  • C + 1 = D

  • A + 1 = B

  • T + 1 = U

Applying the same to DOG:

  • D + 1 = E

  • O + 1 = P

  • G + 1 = H

Correct Answer: (a) EPH

Previous
Submit