Question:

If in a certain language, ARGENTINA is coded as CTIGPVKPC, how is GERMANY coded in that language?

Show Hint

In coding questions, first test a uniform shift (like +1, +2) before trying complex patterns.
Updated On: Feb 27, 2026
  • IGTOCPA
  • IHTOCPA
  • IGTNCPA
  • IGTOBPA
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: Letter shifting (each letter moved forward by 2 positions). Verification: ARGENTINA → CTIGPVKPC Each letter shifted +2: \[ A \to C,\ R \to T,\ G \to I,\ E \to G,\ N \to P,\ T \to V,\ I \to K,\ N \to P,\ A \to C \] Apply same rule to GERMANY: \[ G \to I,\ E \to G,\ R \to T,\ M \to O,\ A \to C,\ N \to P,\ Y \to A \] Thus: \[ GERMANY \to IGTOCPA \]
Was this answer helpful?
0
0

Top Questions on Coding Decoding

View More Questions