Sarkari RiseLogin

Coding Decoding Letter Number Substitution Questions for BIHAR POLICE CONSTABLE

Free, AI-curated practice for the Coding Decoding Letter Number Substitution section of BIHAR POLICE CONSTABLE. We have 29+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — BIHAR POLICE CONSTABLE mockAll BIHAR POLICE CONSTABLE resourcesAlready a user? Sign in →
📍 Coding Decoding Letter Number Substitution is also tested in:
UP POLICE CONSTABLE (40)
Why this topic matters · 7 min read
Coding-Decoding is a high-frequency Reasoning topic in Bihar Police Constable (typically 2-4 questions per paper). It tests your ability to identify hidden patterns in letter-to-number or letter-to-letter mappings. Questions usually involve substitution ciphers, position-based codes, or arithmetic operations on alphabet positions. Speed and pattern recognition matter more than complex calculation.

Alphabet Position System (Foundation)

Every letter has a fixed position: A=1, B=2, C=3... Z=26. This is the backbone of 90% of coding problems. You must memorize this instantly. Think of it as a keyboard where each key has a number. Forward positions (A to Z) and reverse positions (Z=1, Y=2, X=3... A=26) are both common in exams.

  • Forward: A=1, B=2, C=3... Z=26
  • Reverse: Z=1, Y=2, X=3... A=26
  • Middle letters: M=13, N=14 (useful for quick checks)
  • Always write out A-Z with numbers on scratch paper in first 30 seconds of exam
  • Reverse alphabet is trickier — use formula: Position_reverse = 27 - Position_forward
Key formulas
Reverse Position
Reverse_pos = 27 - Forward_pos
When: When code uses reverse alphabet or Z=1 system
Alphabet Distance
Distance = |Pos_A - Pos_B|
When: To find gap between two letters in a sequence
Worked examples

If code says 'Z=1', then A=26. So letter at position 5 (E in forward) = 22 in reverse. Check: 27-5=22. Correct.

Word CAT: C=3, A=1, T=20. If each letter is replaced by its position, CAT becomes 3-1-20 or 3120.

Direct Substitution (Simple Cipher)

One letter always maps to the same code throughout. The question gives you a coded word and asks you to decode it, or vice versa. The trick is identifying the pattern from the given example(s). Most common patterns: shift by fixed number, use position value, or reverse alphabet.

  • Pattern is consistent across all letters in the problem
  • Identify pattern from the given example (usually first coded word)
  • Common shifts: +1 (A→B), -1 (A→Z), +5, +7, reverse alphabet
  • Always verify your pattern with the second example if given
  • Watch for position-based codes: A→1, B→2, etc.
Worked examples

If ZEBRA is coded as AFCSD, check each: Z→A (shift +1), E→F (shift +1), B→C (shift +1), R→S (shift +1), A→D (shift +1). Pattern: each letter shifts forward by 1. So HELLO = IFMMP.

If CAT is coded as 3-1-20, the pattern is position value. So DOG = 4-15-7.

Reverse Alphabet Substitution

Each letter is replaced by its reverse-alphabet counterpart. A↔Z, B↔Y, C↔X, etc. This is extremely common in Bihar Police exams. The reverse position formula (27 - position) is your best friend here. It looks complex but is mechanical once you practice.

  • A=Z, B=Y, C=X, D=W, E=V, F=U, G=T, H=S, I=R, J=Q, K=P, L=O, M=N
  • Mnemonic: 'A-Z, B-Y, C-X' — remember first three pairs, rest follows
  • Apply formula 27 - pos for any letter instantly
  • Reverse alphabet is self-inverse: if you apply it twice, you get original word
  • Common in 'find the code' and 'find the word' both types
Worked examples

HELLO in reverse alphabet: H(8)→S(19), E(5)→V(22), L(12)→O(15), L(12)→O(15), O(15)→L(12). Answer: SVOOL.

If SVOOL is the code and you need the original, apply reverse again: S→H, V→E, O→L, O→L, L→O. Back to HELLO.

Position-Based & Arithmetic Codes

Letters are replaced by numbers (usually their position), then arithmetic operations (addition, subtraction, multiplication) are applied. These are trickier because they involve calculation. Watch for operations applied to all letters equally, or operations that vary by position.

  • Simple position code: A=1, B=2, etc. (no operation)
  • Position + constant: A=1+5=6, B=2+5=7, etc.
  • Position × constant: A=1×2=2, B=2×2=4, etc.
  • Position-dependent: 1st letter gets +1, 2nd gets +2, etc.
  • Always check if result wraps around (e.g., Z+1 = A in some codes)
Key formulas
Position Plus Constant
Code = Position + k
When: When each letter's code is its position plus a fixed number
Position Times Constant
Code = Position × k
When: When each letter's code is its position multiplied by a fixed number
Worked examples

If CAT is coded as 4-2-21 (each position +1): C(3)+1=4, A(1)+1=2, T(20)+1=21. So DOG = (4+1)-(15+1)-(7+1) = 5-16-8.

If BAT is coded as 2-1-20 (position value only): B=2, A=1, T=20. So CAR = 3-1-18.

Word-to-Word Substitution (Complex Pattern)

Instead of letter-by-letter, the entire word or groups of letters follow a pattern. Less common but appears in harder questions. Requires identifying whether letters shift together, or if there's a word-level rule (e.g., reverse the word, rearrange by position).

  • Check if word is reversed: HELLO → OLLEH
  • Check if letters are rearranged by position: 1st↔last, 2nd↔2nd-last, etc.
  • Check if each letter follows same rule as others (not word-specific)
  • Identify from given example — usually only one pattern per question
  • Verify with second example before applying to answer
⚠ Common mistakes to avoid
  • Forgetting the alphabet position values. Always write A=1 to Z=26 on paper immediately. Relying on memory leads to errors under pressure.
  • Confusing forward and reverse alphabet. Z=26 (forward) but Z=1 (reverse). Read the question carefully — it will specify or hint via the example.
  • Applying pattern inconsistently. If first letter shifts by +1, all letters must shift by +1. Don't assume different rules for different letters unless explicitly shown.
  • Miscounting positions, especially near M-N (middle). Double-check M=13, N=14 as anchors.
  • Ignoring the second example. Always verify your identified pattern against all given examples before answering. One mismatch means your pattern is wrong.
🧠 Memory aids
  • ABCDEFGHIJKLMNOPQRSTUVWXYZ with numbers 1-26 written below — visualize this as your 'code key'. Draw it in 10 seconds at exam start.
  • Reverse alphabet mnemonic: 'A-Z, B-Y, C-X, D-W, E-V, F-U, G-T, H-S, I-R, J-Q, K-P, L-O, M-N' — pairs are symmetric.
  • Formula shortcut for reverse: 27 minus the position. (27 is one more than 26, so it's easy to remember.)
  • Pattern check: 'Identify, Verify, Apply' — find pattern from first example, check with second, then apply to answer.
🎯 BIHAR POLICE CONSTABLE exam tips
  • Bihar Police Constable typically asks 2-3 coding-decoding questions in the Reasoning section. They are usually straightforward (not tricky) — focus on speed and accuracy, not complex logic.
  • Most common types: reverse alphabet (40%), position value (30%), shift cipher (20%), arithmetic operations (10%). Prioritize reverse alphabet practice.
  • Time allocation: 1-1.5 minutes per question. If you're stuck after 1 minute, skip and come back. These questions have no partial credit, so move on.
  • Recent papers show preference for 'find the code' (word given, find code) over 'find the word' (code given, find word). Practice both, but 'find the code' is slightly more common.
  • Watch for multi-word codes. Sometimes the question codes a phrase (e.g., 'HELLO WORLD'). Apply the pattern to each word separately — don't mix them.

Sample questions

Q1 · easy · AI-verified
In a certain code language, if MANGO is coded as NBOHO, then how will APPLE be coded?
  1. CQQMF
  2. BQQMF
  3. APPME
  4. BPPMF
Q2 · medium · AI-verified
In a certain code, each letter is replaced by the letter 4 positions ahead (Z wraps to D, A wraps to E etc.). What is the code for 'LAW'?
  1. PEB
  2. PDA
  3. OEA
  4. PEA
Q3 · medium · AI-verified
In a code language, 'ASHOKA' is written as 'BTIPMB'. Which letter comes in place of 'S' in the pattern?
  1. U
  2. V
  3. T
  4. R
Q4 · easy · AI-verified
In a certain code, if 2 = B, 1 = A, 20 = T, then what does the code '2-1-20' represent?
  1. RAT
  2. BAT
  3. MAT
  4. CAT
Q5 · hard · AI-verified
In a code system, each letter is assigned the value: (Position from Z in reverse) + (Position from A). For example, A is at position 1 from A and 26 from Z, so A = 1+26 = 27. Using this rule, what is the code for the letter 'M'? (A=1 from start, Z=26 from start; Reverse: A=26th from Z, Z=1st from Z)
  1. 13
  2. 27
  3. 14
  4. 26
💡 Want answers + explanations + 24+ more Coding Decoding Letter Number Substitution questions? Sign up free →
⭐ Recommended for BIHAR POLICE CONSTABLE aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More BIHAR POLICE CONSTABLE topics

Hindi Vyakaran Sandhi Vowel Consonant Visarga
30+ practice questions
Profit Loss Discount Basic Transactions
30+ practice questions
Hindi Vilom Antonyms Common Pairs
30+ practice questions
General Science Physics Chemistry Biology Class 10
30+ practice questions
Indian History Ancient Medieval Modern Outline
30+ practice questions
Number System Divisibility LCM HCF
30+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q