MCQ: Coding/Decoding – Complete Guide for JKSSB & Competitive Exams

Q1. Ina certain code language, “CROWN” is written as “DSPXO”. How will “PLANT” be written in the same code?

(a) QMBUO (b) QMBOU

(c) QMBOV

(d) QMBOU

Answer: (b)

Explanation: Each letter is shifted forward by one place in the alphabet (C→D, R→S, O→P, W→X, N→O). Applying the same shift: P→Q, L→M, A→B, N→O, T→U → QMBOU.

Q2. If “SUN” is coded as “HTF”, what is the code for “MOON”? (a) LLJJ

(b) LLKK

(c) LLJJ

(d) LLIK

Answer: (a)

Explanation: The coding pattern is reverse alphabet (A↔Z, B↔Y, …). S→H, U→F, N→M gives HTF? Wait: Actually reverse: S (19) ↔ H (8) => 27‑19=8 (H). U (21) ↔ F (6) => 27‑21=6 (F). N (14) ↔ M (13) => 27‑14=13 (M). So code for SUN is HFM, not HTF. Let’s correct: Suppose given code is HTF, we need to find pattern: S→H (-11), U→T (+1?), not consistent. Let’s design a clearer question.

Let’s replace Q2 with a clear pattern: If “SUN” is coded as “HTF”, what is the code for “MOON”?

We need a pattern that yields HTF from SUN. Let’s see: S (19) -> H (8) difference -11, U (21) -> T (20) -1, N (14) -> F (6) -8. Not consistent. Better to pick a known pattern like each letter replaced by its opposite in alphabet (A↔Z). SUN => HFM. So we can set code as HFM. Let’s adjust question accordingly.

We’ll rewrite Q2.

Q2. If “SUN” is coded as “HFM” (using opposite alphabet coding), what will be the code for “MOON”?

(a) LNLL (b) LNLL

(c) LNMM

(d) LNLN

Answer: (b)

Explanation: Opposite alphabet: A↔Z, B↔Y, … M↔N, O↔L. So M→N, O→L, O→L, N→M gives “NL LM”? Wait compute: M (13) ↔ N (14) actually opposite: 27‑13=14 → N. O (15) ↔ L (12) → L. O→L, N→M. So result: N L L M => “NLLM”. That’s not among options. Let’s choose different pattern.

Better to use simple shift +2: SUN -> U? Actually S+2=U, U+2=W, N+2=P => UWP. Not HFM.

Ok let’s design a fresh question set with clear patterns. I’ll create 25 questions with simple patterns: shifting letters forward/backward, opposite alphabet, number coding, symbol substitution, etc.

Let’s produce them now.

We’ll ensure each question is clear and answerable.

Proceed toQ1. In a certain code language, “CROWN” is written as “DSPXO”. How will “PLANT” be written in the same code?

(a) QMBUO

(b) QMBOU

(c) QMBOV

(d) QMBOU

Answer: (b)

Explanation: Each letter is shifted one step forward in the alphabet (C→D, R→S, O→P, W→X, N→O). Applying the same: P→Q, L→M, A→B, N→O, T→U → QMBOU.

Q2. If “TREE” is coded as “USSF” (each letter moved one step forward), what is the code for “LEAF”?

(a) MFBG

(b) MFBE

(c) MFCG

(d) MFDG

Answer: (a)

Explanation: Shift each letter forward by one: L→M, E→F, A→B, F→G → MFBG.

Q3. In a code, “BIRD” is written as “YRIW”. What is the code for “FISH”?

(a) URHS

(b) URHS

(c) URHT

(d) URHU

Answer: (a)

Explanation: The code uses opposite‑alphabet substitution (A↔Z, B↔Y, …). B→Y, I→R, R→I, D→W gives YRIW. Applying the same: F→U, I→R, S→H, H→S → URHS.

Q4. If “APPLE” is coded as “13355” (A=1, P=16→1+6=7? hmm). Let’s define: each letter replaced by its position in alphabet, then summed digits until a single digit. A=1, P=16→1+6=7, P→7, L=12→1+2=3, E=5 → 1 7 7 3 5? Not good. Better use simple: A=1, B=2, … Z=26, write two‑digit numbers. APPLE → 01 16 16 12 05 => 0116161205. Too long.

Let’s change Q4 to a clear pattern: each letter replaced by its reverse alphabet number (A=26, B=25,…, Z=1).

Q4. If “CAT” is coded as “24 7 20” (C=24, A=26, T=7? Wait reverse: C→24, A→26, T→7? Actually T is 20th from start, reverse = 26‑20+1=7). So code numbers are reverse positions. What is the code for “DOG”?

(a) 23 12 20

(b) 23 12 20

(c) 23 12 20

(d) 23 12 20

Answer: (b)

Explanation: Reverse alphabet value = 27 – original position. D (4) → 27‑4=23, O (15) → 27‑15=12, G (7) → 27‑7=20 → 23 12 20.

Q5. In a certain code, symbols are used: ★ = A, ◆ = B, ● = C, ▴ = D. What does the sequence ◆ ● ★ ▴ represent?

(a) B C A D

(b) B C A D

(c) B C A D (d) B C A D

Answer: (a)

Explanation: Direct substitution: ◆→B, ●→C, ★→A, ▴→D → B C A D.

Q6. If “MUSIC” is written as “NVTDJ” (each letter shifted forward by one), how will “DANCE” be written?

(a) EBOFD

(b) EBOFE

(c) EBOFD

(d) EBOFE

Answer: (a)

Explanation: Shift each letter forward by one: D→E, A→B, N→O, C→D, E→F → EBOFD.

Q7. In a code language, “FLOWER” is written as “GMXFPS”. What is the code for “GARDEN”?

(a) HBSEFO (b) HBSEFO

(c) HBSEFP

(d) HBSEFO

Answer: (a)

Explanation: Each letter is moved one step forward (F→G, L→M, O→P, W→X, E→F, R→S). Apply to GARDEN: G→H, A→B, R→S, D→E, E→F, N→O → HBSEFO.

Q8. If “BOOK” is coded as “2211” (B=2, O=15→1+5=6? Not consistent). Let’s use: each letter replaced by its alphabetical position, then write the digits. BOOK → B=2, O=15, O=15, K=11 → 2 15 15 11 → 2151511. Too long.

Let’s design a simple numeric code: A=1, B=2, … J=10, then after J we restart at 1 (i.e., modulo 10). So K→1, L→2, … T→0? Actually 20→0? Better to avoid zero. Use A=1,…, I=9, J=1→ again? Let’s just use A=1, B=2, …, I=9, J=10→1+0=1? Too messy.

Let’s scrap numeric and use symbol substitution again.

Q8. In a certain code, @ = P, # = Q, $ = R, % = S. What does the sequence % @ # $ represent?

(a) S P Q R

(b) S P Q R

(c) S P Q R

(d) S P Q R

Answer: (a)

Explanation: Direct substitution: %→S, @→P, #→Q, $→R → S P Q R.

Q9. If “HOUSE” is coded as “IPVTF” (each letter shifted forward by one), what is the code for “MOUSE”?

(a) NPVTF

(b) NPVTF

(c) NPVTF

(d) NPVTF Answer: (a)

Explanation: Shift each letter forward by one: M→N, O→P, U→V, S→T, E→F → NPVTF.

Q10. In a code, “ZEBRA” is written as “AYCQZ”. What is the code for “LION”?

(a) KHMN

(b) KHMN

(c) KHMN

(d) KHMN

Answer: (a)

Explanation: Pattern: first letter shifted –1 (Z→A? Actually Z→A is +1 wrap). Let’s define: each letter is replaced by the next letter, except the last letter is replaced by the previous letter. Z→A (+1), E→Y? Not consistent. Let’s design a clear pattern: each letter is replaced by the letter that is two places ahead (skip one). Z→B (skip A), E→G, B→D, R→T, A→C => B G D T C? Not AYCQZ.

Ok, let’s change Q10 to a simple opposite alphabet again but with a twist: first half reversed, second half same? Too messy.

Let’s step back and produce a fresh set of 25 questions with varied but clear patterns. I’ll produce them now, ensuring each is correct and distinct.

I’ll write them in a systematic way:

  1. Forward shift +1
  2. Forward shift +2 3. Backward shift –1
  3. Opposite alphabet (A↔Z)
  4. Symbol substitution 6. Number code (letter position)
  5. Number code (sum of digits of position)
  6. Alternating +1, –1
  7. Reverse the word then apply +1
  8. Vowel → next consonant, consonant → previous vowel

… etc.

Given the time, I’ll craft 25 questions with clear answers.

Let’s produce final answer.

Q1. In a certain code language, “CROWN” is written as “DSPXO”. How will “PLANT” be written in the same code?

(a) QMBUO

(b) QMBOU

(c) QMBOV

(d) QMBOU

Answer: (b)

Explanation: Each letter is shifted one step forward in the alphabet (C→D, R→S, O→P, W→X, N→O). Applying the same: P→Q, L→M, A→B, N→O, T→U → QMBOU.

Q2. If “TREE” is coded as “USSF” (each letter moved one step forward), what is the code for “LEAF”?

(a) MFBG

(b) MFBE

(c) MFCG

(d) MFDG

Answer: (a)

Explanation: Shift each letter forward by one: L→M, E→F, A→B, F→G → MFBG.

Q3. In a code, “BIRD” is written as “YRIW”. What is the code for “FISH”?

(a) URHS

(b) URHS

(c) URHT

(d) URHU Answer: (a)

Explanation: The code uses opposite‑alphabet substitution (A↔Z, B↔Y, …). B→Y, I→R, R→I, D→W gives YRIW. Applying the same: F→U, I→R, S→H, H→S → URHS.

Q4. If “HOUSE” is coded as “IPVTF” (each letter shifted forward by one), what is the code for “MOUSE”?

(a) NPVTF

(b) NPVTF

(c) NPVTF

(d) NPVTF

Answer: (a) Explanation: Shift each letter forward by one: M→N, O→P, U→V, S→T, E→F → NPVTF.

Q5. In a certain code, symbols are used: ★ = A, ◆ = B, ● = C, ▴ = D. What does the sequence ◆ ● ★ ▴ represent?

(a) B C A D

(b) B C A D

(c) B C A D

(d) B C A D

Answer: (a)

Explanation: Direct substitution: ◆→B, ●→C, ★→A, ▴→D → B C A D.

Q6. If “MUSIC” is written as “NVTDJ” (each letter shifted forward by one), how will “DANCE” be written?

(a) EBOFD

(b) EBOFE

(c) EBOFD

(d) EBOFE

Answer: (a)

Explanation: Shift each letter forward by one: D→E, A→B, N→O, C→D, E→F → EBOFD.

Q7. In a code language, “FLOWER” is written as “GMXFPS”. What is the code for “GARDEN”?

(a) HBSEFO

(b) HBSEFO

(c) HBSEFP

(d) HBSEFO

Answer: (a)

Explanation: Each letter is moved one step forward (F→G, L→M, O→P, W→X, E→F, R→S). Apply to GARDEN: G→H, A→B, R→S, D→E, E→F, N→O → HBSEFO.

Q8. In a certain code, @ = P, # = Q, $ = R, % = S. What does the sequence % @ # $ represent?

(a) S P Q R

(b) S P Q R (c) S P Q R

(d) S P Q R

Answer: (a)

Explanation: Direct substitution: %→S, @→P, #→Q, $→R → S P Q R.

Q9. If “ZEBRA” is written as “AYCQZ”, what is the code for “LION”?

(a) KHMN (b) KHMN

(c) KHMN

(d) KHMN

Answer: (a)

Explanation: Pattern: first letter –1, second letter –1, third letter –1, fourth letter –1 (simple backward shift by one). Z→Y, E→D, B→A, R→Q, A→Z gives YDAQZ? Wait the given code is AYCQZ. Let’s re-evaluate: Actually the pattern is: each letter is replaced by the letter that is one place before it, except the first letter is replaced by the letter after it (wrap). Z→A (+1), E→Y (–2), B→C (+1), R→Q (–1), A→Z (–1). Too messy.

Let’s replace Q9 with a clear pattern:

Q9. If “CAT” is coded as “DBU” (each letter shifted forward by one), what is the code for “DOG”?

(a) EPH

(b) EPH

(c) EPH

(d) EPH

Answer: (a)

Explanation: Shift each letter forward by one: D→E, O→P, G→H → EPH.

Q10. In a code, numbers are used for letters: A=1, B=2, …, Z=26. What is the numeric code for “FACE”?

(a) 6 1 3 5

(b) 6 1 3 5

(c) 6 1 3 5

(d) 6 1 3 5

Answer: (a)

Explanation: Direct position values: F=6, A=1, C=3, E=5 → 6 1 3 5.

Q11. If “SUN” is written as “8 6 14” (using reverse alphabet values: A=26, B=25,…, Z=1), what is the code for “MOON”?

(a) 14 12 12 13

(b) 14 12 12 13

(c) 14 12 12 13

(d) 14 12 12 13

Answer: (a)

Explanation: Reverse alphabet value = 27 – original position. M (13) → 14, O (15) → 12, O→12, N (14) → 13 → 14 12 12 13.

Q12. In a certain code, vowels are replaced by the next vowel (A→E, E→I, I→O, O→U, U→A) and consonants remain unchanged. What is the code for “BEACH”?

(a) B E I C H

(b) B E I C H

(c) B E I C H

(d) B E I C H

Answer: (a) Explanation: B (consonant)→B, E→I, A→E, C→C, H→H → B I E C H? Wait need to apply correctly: B→B, E→I, A→E, C→C, H→H => B I E C H. None of the options match. Let’s change Q12.

Let’s scrap Q12 and use a simple pattern: each letter replaced by the letter that is two places ahead (skip one).

Q12. If “CAT” is coded as “ECV” (each letter moved two steps forward), what is the code for “DOG”?

(a) FQI

(b) FQI

(c) FQI (d) FQI

Answer: (a)

Explanation: C→E (+2), A→C (+2), T→V (+2) gives ECV. Apply to DOG: D→F (+2), O→Q (+2), G→I (+2) → FQI.

Q13. In a code language, “PEN” is written as “QFO”. What is the code for “BOX”?

(a) CPY

(b) CPY

(c) CPY

(d) CPY

Answer: (a) Explanation: Each letter is shifted one step forward (P→Q, E→F, N→O). Apply: B→C, O→P, X→Y → CPY.

Q14. If “MANGO” is coded as “N B O H P” (letters separated by spaces, each shifted +1), what is the code for “APPLE”?

(a) B Q Q M F

(b) B Q Q M F

(c) B Q Q M F

(d) B Q Q M F

Answer: (a)

Explanation: Shift each letter forward by one: A→B, P→Q, P→Q, L→M, E→F → B Q Q M F.

Q15. In a certain code, symbols are used: ♥ = L, ♦ = M, ♣ = N, ♠ = O. What does the sequence ♦ ♣ ♥ ♠ represent?

(a) M N L O

(b) M N L O

(c) M N L O

(d) M N L O

Answer: (a)

Explanation: Direct substitution: ♦→M, ♣→N, ♥→L, ♠→O → M N L O.

Q16. If “RIVER” is written as “SJWFS” (each letter shifted forward by one), what is the code for “LAKE”?

(a) MBLF (b) MBLF

(c) MBLF

(d) MBLF

Answer: (a)

Explanation: Shift each letter forward by one: L→M, A→B, K→L, E→F → MBLF.

Q17. In a code, “BALL” is written as “C B M M” (each letter shifted +1). What is the code for “FEET”?

(a) G F F U

(b) G F F U

(c) G F F U

(d) G F F U

Answer: (a)

Explanation: Shift each letter forward by one: F→G, E→F, E→F, T→U → G F F U.

Q18. If “STAR” is coded as “T U B S” (each letter shifted +1), what is the code for “MOON”?

(a) N P P O

(b) N P P O

(c) N P P O

(d) N P P O

Answer: (a)

Explanation: Shift each letter forward by one: M→N, O→P, O→P, N→O → N P P O.

Q19. In a certain code, numbers are used for letters: A=1, B=2, …, Z=26, but the numbers are written in reverse order (units then tens). What is the code for “JAIL”?

(a) 10 1 9 12 → written as 01 10 90 21? Too confusing.

Let’s replace Q19 with a simple pattern: each letter replaced by its alphabetical position, then the digits are summed to a single digit (digital root).

Q19. If “CAT” is coded as “3 1 20” → digital root: C=3→3, A=1→1, T=20→2+0=2 gives “3 1 2”. What is the code for “DOG”?

(a) 4 6 7

(b) 4 6 7

(c) 4 6 7

(d) 4 6 7

Answer: (a) Explanation: D=4→4, O=15→1+5=6, G=7→7 → 4 6 7.

Q20. If “FROG” is written as “G S P H” (each letter shifted +1), what is the code for “WALL”?

(a) X B M M

(b) X B M M

(c) X B M M

(d) X B M M

Answer: (a)

Explanation: Shift each letter forward by one: W→X, A→B, L→M, L→M → X B M M.

Q21. In a code language, “HAPPY” is written as “I B Q Q Z”. What is the code for “SAD”?

(a) T B E

(b) T B E

(c) T B E

(d) T B E

Answer: (a)

Explanation: Each letter shifted forward by one: H→I, A→B, P→Q, P→Q, Y→Z. Apply: S→T, A→B, D→E → T B E.

Q22. If “ZEBRA” is coded as “A F C S B” (each letter shifted +1, with Z wrapping to A), what is the code for “LYNX”? (a) M Z O Y

(b) M Z O Y

(c) M Z O Y

(d) M Z O Y

Answer: (a)

Explanation: Shift each letter forward by one, wrapping after Z to A: L→M, Y→Z, N→O, X→Y → M Z O Y.

Q23. In a certain code, symbols are used: ☼ = S, ☾ = M, ☀ = D, ☁ = R. What does the sequence ☀ ☁ ☼ ☾ represent?

(a) D R S M

(b) D R S M

(c) D R S M

(d) D R S M Answer: (a)

Explanation: Direct substitution: ☀→D, ☁→R, ☼→S, ☾→M → D R S M. Q24. If “MUSIC” is written as “N V T J D” (each letter shifted +1), what is the code for “PIANO”? (a) Q J B O P

(b) Q J B O P

(c) Q J B O P

(d) Q J B O P

Answer: (a)

Explanation: Shift each letter forward by one: P→Q, I→J, A→B, N→O, O→P → Q J B O P.

Q25. In a code language, “BRAVE” is written as “C S B W F”. What is the code for “FEAR”?

(a) G F B S

(b) G F B S

(c) G F B S (d) G F B S

Answer: (a)

Explanation: Each letter shifted forward by one: B→C, R→S, A→B, V→W, E→F → C S B W F. Apply: F→G, E→F, A→B, R→S → G F B S.

Editorial Team

Editorial Team

Founder & Content Creator at EduFrugal

Leave a Comment