Verbal Reasoning
500 Practice Questions Available

Coding-Decoding — Ciphers, Substitution & Pattern Decoding

Coding-decoding evaluates algorithmic translation where words, letters, or messages are encrypted via systematic displacement, alphanumeric assignment, or context-level substitution.

Core Skills & Cognitive Modules

Key cognitive competencies and question patterns assessed under Coding-Decoding.

1
Letter Displacement Shifts

Decode transformations governed by fixed, progressive, or alternating alphabetical rank offsets, including cross-positional and block-reversed letter shifts.

Focus: Modular Z_26 rank arithmetic, cross-diagonal mapping & progressive shift series
Universal high frequency in SSC CGL, CHSL, MTS & RRB NTPC
2
Direct Substitution Ciphers

Resolve direct one-to-one character substitutions where letters map statically to symbols, numbers, or code letters without positional progression.

Focus: Character correspondence lookup, symbol verification & anagram mapping
Universal core component across SSC, Railways & State PSCs
3
Fictitious Message Deciphering

Decipher fictitious language ciphers ("Chinese coding") by cross-referencing multiple encoded statements and isolating unique word-code intersections.

Focus: Set-theoretic intersection matrices, vocabulary isolation & deductive elimination
High-yield staple topic in Banking PO & Clerk (IBPS/SBI) and State Exams
4
Conditional Matrix Coding

Apply complex multi-tiered conditional logic (vowel/consonant rules, odd/even conditions) to encode strings using reference tabular matrices.

Focus: Predicate logic evaluation, conditional branching & tabular lookup execution
Premier high-weightage topic in Bank PO Mains & Specialized Aptitude

Comprehensive Guide: Mastering Coding-Decoding

Theoretical foundations, question formats, and high-scoring exam techniques.

Conceptual Foundations of Coding-Decoding

Coding-Decoding evaluates systematic rule extraction, cryptographic reasoning, and symbolic transformation across discrete alphabets. Candidates must decipher algorithmic morphisms connecting original plaintexts to encrypted ciphertexts under time pressure, utilizing modular integer rings (ℤ₂₆), positional symmetries, and set-theoretic intersection. Modern examinations span classical progressive Caesar shifts, cross-diagonal half-block permutations, multi-sentence fictitious language ciphers, and complex conditional truth-functional matrices.

The 5-Stage Decryption Framework

  1. Calibrate Alphabetical Coordinates: Convert all letters into numerical ranks [1, 26] using the EJOTY framework (E=5, J=10, O=15, T=20, Y=25).
  2. Test Direct Vertical Offsets: Calculate Δ_i = rank(c_i) - rank(w_i). Check if Δ is constant (+2, +2, ...), progressive (+1, +2, +3, ...), or alternating (+1, -1, +1, -1).
  3. Evaluate Opposite Pairs & Cross-Diagonal Patterns: If vertical offsets are irregular, test if rank(w_i) + rank(c_i) = 27 (opposite pairs) or if the word is split/reversed (cross-pattern).
  4. Isolate Tokens via Set Intersection (Fictitious Coding): In multi-sentence problems, find pairs of statements sharing exactly one English word to isolate that word's corresponding cipher token.
  5. Apply Decrypted Rule & Verify Boundaries: Apply the verified transformation to the target word, checking first, middle, and last characters against the options to eliminate distractors.

Foundational Principles of Coding-Decoding

1. The Modular Ring ℤ₂₆ & Rank CalculusAlphabetical positions form a closed modular arithmetic system. Letters wrap cyclically past Z to A and before A to Z.
Rule: E_k(x) = (rank(x) + k - 1 mod 26) + 1.
2. The Complementary Involutive Mapping (Sum = 27)Opposite letter pairs are reflections across the center of the alphabet. Every letter x has an unambiguous opposite y where x + y = 27.
Rule: rank(Opposite) = 27 - rank(Letter).
3. Topological Permutations (Cross & Half-Split)Encryption schemes often permute character positions (reverse order, split-half reversal, or cross-diagonal swaps) prior to or following rank shifts.
Rule: Even-length words frequently reflect across their midpoint.
4. Set-Theoretic Elimination in Fictitious CiphersFictitious language codes are decoupled from English word order. Word-code pairs are isolated strictly by set intersection across sentences.
Rule: |S_1 ∩ S_2| = 1 <=> |C_1 ∩ C_2| = 1.

High-Frequency Exam Traps & Pitfalls

āš ļø The Vertical Alignment Bias Trap
Assuming that letter 1 of the word must code to letter 1 of the cipher, completely missing reverse-order or cross-diagonal schemes.
āœ“ Prevention: Always compare the first letter of the word to the last letter of the cipher as your second diagnostic check.
āš ļø The Word Order Fallacy in Fictitious Ciphers
Assuming that in "na ho pa" = "they welcome well", the first word "na" must mean "they".
āœ“ Prevention: Never equate positions. Isolate words solely through pairwise sentence intersection.
āš ļø The Modulo Wrap-Around Off-By-One Error
Miscalculating shifts that cross the Z-A boundary (e.g., thinking a backward shift of 3 from B is Y instead of Y, or Z-1 is 26).
āœ“ Prevention: Add 26 before subtracting negative modulo offsets: (2 - 3 + 26) = 25 (Y).
āš ļø Number Coding Baseline Oversimplification
Assuming number codes are simple sums of letters without testing if vowels have different multipliers or if opposite ranks were summed.
āœ“ Prevention: Check the raw rank sum first; if coded value is different, test (27*n - sum) for opposite letter sums.
Speed Benchmark: Target fast, structured deduction to bank buffer time for complex arrangement and analytical puzzles.
SSC: High RelevanceRailways: High RelevanceBanking: High RelevanceState PSCs: High Relevance

Coding-Decoding Operational Cheat Sheet

Cryptographic axioms, anchor points, and deciphering rules for rapid problem solving.

EJOTY & Reverse VQLGB Calibration
Forward anchors: E=5, J=10, O=15, T=20, Y=25. Reverse anchors (from Z=1): V=5, Q=10, L=15, G=20, B=25.
Condition: Applicable to any letter rank lookup.
Watch out: Reciting the entire alphabet from A to find the rank of letters like S or W.
Opposite Letter Sum-27 Invariant
Opposite letter pairs sum to exactly 27. Mnemonic pairs: AZ, BY, CX, DW, EV, FU, GT, HS, IR, JQ, KP, LO, MN.
Condition: Applicable when letters transform to seemingly unrelated positions.
Watch out: Confusing opposite letter rank (27 - r) with 26 - r (which yields an off-by-one error).
Block Bisection & Cross-Shift Rule
If direct vertical offsets show no pattern, partition an even-length word into two equal halves (e.g., 3 + 3) and test reverse or cross-diagonal shifts.
Condition: Word length is an even integer ≄ 4.
Watch out: Assuming every letter must code to the exact vertical slot directly beneath it.
Fictitious Language Intersection Invariant
If two coded sentences share exactly ONE common word, their encrypted lines share exactly ONE common code token. The common code is that word.
Condition: Applicable when comparing pairs of statements in fictitious ciphers.
Watch out: Assuming cipher words follow English grammatical word order (1st word = 1st code).
Letter-to-Number Multiplier Metric
Calculate raw sum of letter ranks: S = Σ(ranks). Check if coded number equals S, S * (number of letters), S * (number of vowels), or sum of opposite ranks (27*n - S).
Condition: Applicable to word-to-integer coding problems.
Watch out: Attempting random arithmetic combinations without establishing the baseline raw positional sum first.
Conditional Matrix Override Precedence
Always test boundary conditions (Condition 1 to 4) first. If a condition is met, apply its specific override and bypass the default lookup table for those slots.
Condition: Matrix coding with explicit rule conditions.
Watch out: Using default table codes for the first or last character when an active condition overrode them.

Coding & Decoding Structural Encryption Models

Complementary alphabet pairs (Rule of 27), reverse ranking indexes, and cyclic modulo 26 shift mechanics.

Model 1: Complementary Letter Pairs (Rule of 27)

RULE OF 27: Forward Rank + Reverse Rank = 27 (Reverse = 27 - Rank)A (1)Z (26)AZadB (2)Y (25)BoYC (3)X (24)CruXD (4)W (23)DeWE (5)V (22)EVenF (6)U (21)FUllG (7)T (20)GT RoadH (8)S (19)Hi SchoolI (9)R (18)Ind RailJ (10)Q (17)Jack-QueenK (11)P (16)KanPurL (12)O (15)LOveM (13)N (14)MaN
Rule of 27: For any letter, Forward Rank + Reverse Rank = 27.
Fast Inversion: The reverse rank of K (11) is 27 - 11 = 16 (P).
EJOTY Benchmark: E(5), J(10), O(15), T(20), Y(25) serve as 5-step milestone anchors for lightning indexing.

Model 2: Cyclic Alphabet Shift & Wrap-Around (mod 26)

WRAP SEAMW23X24Y25ZAB2C3D4MODULO 2626 ≔ 0 (Wrap)Continuous Dial+3: X(24) → A(1)-3: B(2) → Y(25)
Forward Wrap: If Index > 26, subtract 26: Z(26) + 3 = 29 - 26 = 3 (C).
Backward Wrap: If Index < 1, add 26: A(1) - 3 = -2 + 26 = 24 (X).
Shift Types: Direct constant (+3), Progressively increasing (+1, +2, +3), or Alternating (+2, -1, +2, -1).

Modeled Problem Walkthroughs: Coding-Decoding

Step-by-step cognitive deduction showing how to isolate governing rules before timed practice.

4 Modeled Walkthroughs
Exemplar Problem Statement
In a certain code language, the word "STREAM" is encrypted as "TVUIFS". Following the exact same cipher algorithm, how will the word "FLIGHT" be coded in that language?
  • Source plaintext: "STREAM" encrypted as ciphertext "TVUIFS".
  • Target plaintext: "FLIGHT".
  • Displacement follows a deterministic position-dependent offset.
AOption A: GNLKMZCorrect Answer
BOption B: GMLLMZ
COption C: HNLKMZ
DOption D: GNLKNZ
Step-by-Step Cognitive Deduction
Step 1Step 1 (Rank Mapping of Source): Write down alphabetical ranks for "STREAM": S(19), T(20), R(18), E(5), A(1), M(13).
Step 2Step 2 (Rank Mapping of Cipher): Write down alphabetical ranks for "TVUIFS": T(20), V(22), U(21), I(9), F(6), S(19).
Step 3Step 3 (Calculate Positional Differences): Compute differences (c_i - w_i): T(20) - S(19) = +1; V(22) - T(20) = +2; U(21) - R(18) = +3; I(9) - E(5) = +4; F(6) - A(1) = +5; S(19) - M(13) = +6.
Step 4Step 4 (Extract Transformation Rule): The cipher applies an arithmetic progression of positional shifts: +1, +2, +3, +4, +5, +6 matching each letter's 1-based index.
Step 5Step 5 (Apply Rule to Target): Apply shifts to "FLIGHT": F(6) + 1 = 7 (G); L(12) + 2 = 14 (N); I(9) + 3 = 12 (L); G(7) + 4 = 11 (K); H(8) + 5 = 13 (M); T(20) + 6 = 26 (Z).
Step 6Step 6 (Synthesize Ciphertext): Assembling letters gives "GNLKMZ".
Decisive Deduction Factor:Each letter is displaced by a progressively increasing integer offset (+1, +2, +3, +4, +5, +6) matching its 1-indexed position in the word, yielding GNLKMZ.
Option A is correct. GNLKMZ.
Exam Insight: When offsets increase uniformly (+1, +2, +3, ...), verify the final letter shift immediately to lock down the correct option.

Featured Practice Set (10 Balanced MCQs)

Work through these representative solved questions covering diverse difficulty tiers and cognitive patterns. Select an option to test your deduction with instant feedback and pedagogical explanations.

10 Curated Questions
Question 1easy
Letter Displacement Shifts

If in a certain code language, TABLE is coded as UCDNF, how will CHAIR be coded in that language?

Question 2easy
Direct Substitution Ciphers

If ROPE is coded as 6821 and CHAIR is coded as 73456, what will be the code for CRAPE?

Question 3easy
Fictitious Message Deciphering

In a certain code language: • 'nil pik da' means 'flowers smell sweet' • 'pik rok sun' means 'sweet red apples' • 'da sun bel' means 'smell red roses' Which of the following represents 'flowers' in that code language?

Question 4medium
Letter Displacement Shifts

In a code, KING is coded as LJOH. How will QUEEN be coded?

Question 5medium
Direct Substitution Ciphers

In a code where A=26, B=25, ..., Z=1, what is the numerical value of CAT?

Question 6medium
Fictitious Message Deciphering

In a certain code language: • 'tar pel zor' means 'deep blue lakes' • 'zor kin vat' means 'lakes reflect clouds' • 'pel vat jux' means 'blue fluffy clouds' Which of the following represents 'deep' in that code language?

Question 7medium
Word Substitution & Semantic Relabeling

If 'book' is called 'notebook', 'notebook' is called 'diary', 'diary' is called 'calendar', 'calendar' is called 'magazine', then which publication displays the dates, weeks, and months of the calendar year?

Question 8hard
Word Substitution & Semantic Relabeling

If 'square' is called 'rectangle', 'rectangle' is called 'rhombus', 'rhombus' is called 'trapezoid', then which four-sided polygon has four equal straight sides and four right angles?

Question 9hard
Advanced Conditional & Matrix Coding

Directions: Study the following table of letter codes and conditional rules carefully: Table of Letter Codes: C:7 D:2 F:9 G:3 H:8 J:1 K:6 L:4 M:0 N:5 R:# S:@ A:$ E:% I:& Conditional Rules: (i) If the first letter is a consonant and the last letter is a vowel, both are to be coded as the code for the consonant. (ii) If the first letter is a vowel and the last letter is a consonant, both are to be coded as '#'. (iii) If both the first and last letters are consonants, their codes are to be interchanged. (iv) If both the first and last letters are vowels, both are to be coded as the code for the first letter. What is the code for the letter group 'KRNSE'?

Question 10hard
Advanced Conditional & Matrix Coding

Directions: Study the following table of letter codes and conditional rules carefully: Table of Letter Codes: B:3 F:8 G:2 K:7 L:5 P:1 Q:9 R:4 T:6 V:0 W:# Z:$ E:% O:@ U:& Conditional Rules: (i) If the first letter is a vowel and the last letter is a consonant, their codes are to be interchanged. (ii) If the first letter is a consonant and the last letter is a vowel, both are to be coded as the code for the vowel. (iii) If both the first and last letters are vowels, both are to be coded as '?'. (iv) If both the first and last letters are consonants, both are to be coded as the code for the first letter. What is the code for the letter group 'UFGKZ'?

Ready to practice all 500 questions?Configure customizable practice drills by difficulty or test your pacing with a timed mock test.

Frequently Asked Questions & Preparation Strategy

Coding-Decoding encompasses four major formats: (1) Letter-to-Letter Displacement (constant, progressive, or alternating rank shifts), (2) Reverse & Cross-Pattern Coding (reversing the word or bisecting it into halves with diagonal shifts), (3) Complementary Opposite Letter Coding (pairs summing to 27), and (4) Fictitious Language Coding ("Chinese coding" solved by sentence set intersection).