If "SEARCH" is coded as "TFBSDI" by shifting each letter forward by 1 in the alphabet, then how will "PENCIL" be coded?

Difficulty: Easy

Correct Answer: QFODJM

Explanation:

Introduction / Context:This is a uniform Caesar shift of +1. The example "SEARCH" -> "TFBSDI" validates the rule.

Given Data / Assumptions:

  • Encode by advancing each letter by 1 (Z wraps to A).
  • Target word: PENCIL.

Concept / Approach:Shift each letter of PENCIL forward by 1.

Step-by-Step Solution:P -> QE -> FN -> OC -> DI -> JL -> MHence "PENCIL" becomes "QFODJM".

Verification / Alternative check:Re-applying -1 on QFODJM returns PENCIL, confirming the mapping.

Why Other Options Are Wrong:

  • RGPEN / LICNEP / QDMBHK: not consistent with a +1 shift across all positions.
  • None of these: Not applicable since a correct code exists.

Common Pitfalls:Accidentally shifting only vowels or only consonants, or reversing the shift direction.

Final Answer:QFODJM

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion