Skip to content
← Repeat Radar

SSC Wiki · reasoning

कूट लेखन (कोडिंग-डिकोडिंग)

Coding-Decoding

Teaches 38 real PYQs · Hindi-first

कूट लेखन (कोडिंग-डिकोडिंग) · Coding-Decoding

संक्षेप में | In Brief

कोडिंग-डिकोडिंग में अक्षरों या संख्याओं को एक विशिष्ट पैटर्न के तहत बदला जाता है। SSC में मुख्य रूप से प्लेस वैल्यू (A=1, Z=26), विपरीत अक्षर (A-Z, B-Y) और क्रॉस-पैटर्न पर सवाल आते हैं।

Coding-decoding involves changing letters or numbers based on a specific pattern. SSC primarily tests place values, opposite letters, and cross-patterns.

मुख्य सूत्र / नियम | Core Formulas & Rules

  • विपरीत अक्षर (Opposite Letters): A-Z, B-Y, C-X, D-W.
    Trick: "AZad BoY CruX DeW" याद रखें।
  • प्लेस वैल्यू (Place Value): E-5, J-10, O-15, T-20, Y-25.
    Trick: "EJOTY" शब्द से किसी भी अक्षर का नंबर जल्दी निकालें।
  • क्रॉस कोडिंग (Cross Coding): पहले अक्षर का कोड आखिरी में और आखिरी का पहले में।
    Rule: Check first-to-last letter relation if direct coding fails.
  • साइक्लिक शिफ्ट (Cyclic Shift): Z के बाद वापस A से शुरू करना।
    Rule: Z + 2 = B.

हल किए गए उदाहरण | Worked Examples

Q: निम्नलिखित प्रत्येक प्रश्न में, पहले शब्द पर एक विशिष्ट पुनर्व्यवस्था पैटर्न लागू किया गया है ताकि दूसरा शब्द बन सके। उसी पुनर्व्यवस्था को तीसरे शब्द पर लागू करें और दिए गए विकल्पों में से सही उत्तर चुनें। GEOGRAPHY :EGORGAHPY : : EXPLORERS : ?

In each of the following questions, a specific rearrangement pattern has been applied to the first word to form the second. Apply the same rearrangement to the third word and choose the correct answer from the given alternatives. GEOGRAPHY :EGORGAHPY : : EXPLORERS : ?

Step-by-step (Hindi): पैटर्न है: पहले दो अक्षर उलट दिए जाते हैं, फिर अगले दो, और इसी तरह। EXPLORERS पर यही पैटर्न लागू करें।

Answer: 3

Trap: Distractor 1 incorrectly rearranges the last few letters, missing the pattern.

Q: एक निश्चित कोड भाषा में, 'BELL' को 'MKFA' लिखा जाता है और 'BOND' को 'EMPA' लिखा जाता है। उसी भाषा में 'BLEW' को कैसे लिखा जाएगा?

In a certain code language, 'BELL' is written as 'MKFA' and 'BOND' is written as 'EMPA'. How will 'BLEW’ be written in thatlanguage?

Step-by-step (Hindi): पैटर्न है: B->M (+11), E->K (+6), L->F (-6), L->A (-11)। इसी पैटर्न को BLEW पर लागू करें।

Answer: 4

Trap: Incorrectly applies the pattern or misses the cyclic shift for some letters.

Q: अंग्रेजी वर्णमाला क्रम के आधार पर 'WISK' का संबंध 'DRHP' से एक निश्चित तरीके से है। इसी तरह, 'LENT' का संबंध 'OVMG' से है। इसी तर्क का पालन करते हुए, 'BANG' का संबंध निम्नलिखित में से किससे है?

'WISK' is related to 'DRHP' in a certain way based on the English alphabetical order. In the same way, 'LENT' is related to 'OVMG'. To which of the following is 'BANG' related, following the same logic?

Step-by-step (Hindi): पैटर्न +11, -11, +11, -11 है। BANG पर लागू करने पर YZMT मिलता है।

Answer: 4

Trap: Distractor uses incorrect letter shifts or applies the pattern inconsistently.

Traps & Common Mistakes | जाल और सामान्य गलतियाँ

  • Trap: अंतिम अक्षरों में पैटर्न बदलना भूल जाना।
    Why aspirants fall: Distractor 1 incorrectly rearranges the last few letters, missing the pattern.
  • Trap: Z के बाद A पर वापस न आना (Cyclic shift)।
    Why aspirants fall: Incorrectly applies the pattern or misses the cyclic shift for some letters.
  • Trap: + और - की सीरीज में जल्दबाजी में गलती करना।
    Why aspirants fall: Distractor uses incorrect letter shifts or applies the pattern inconsistently.

Related concepts | सम्बन्धित विषय

  • alphabet-test: वर्णमाला के अक्षरों का क्रम।
  • analogy: शब्दों और अक्षरों में समानता।
  • number-series: संख्याओं का बढ़ता या घटता क्रम।