Choose Language

Select your preferred reading language
🇬🇧
English
🇮🇳
हिन्दी
Full View
NTPC Graduate Tier 1 2025 Shift-2 📅 05 Jun, 2025

In a certain code language, if 'APPLE' is coded as 'BQQMF', how will 'MANGO' be written in that same code language?

A
NBOHP
B
NBPGP
C
OBOHP
D
NBPHQ
Result Summary
Logo

APEDIA

NTPC Graduate Tier 1
2025 • 05 Jun, 2025 • Shift-2
In a certain code language, if 'APPLE' is coded as 'BQQMF', how will 'MANGO' be written in that same code language?
Correct Answer
NBOHP
Cryptographic Rule Detection: Align the primary string 'APPLE' exactly parallel to its resultant cipher 'BQQMF' to isolate the transformation matrix.Letter-by-L......
💡 Analysis & Explanation
Cryptographic Rule Detection
Align the primary string 'APPLE' exactly parallel to its resultant cipher 'BQQMF' to isolate the transformation matrix.
Letter-by-Letter Analysis
A to B (+1), P to Q (+1), P to Q (+1), L to M (+1), E to F (+1). The operative code logic mandates a strict +1 forward shift across all alphabetical positions.
Algorithmic Application
Superimpose this exact translation blueprint onto the target string 'MANGO'.
Final Synthesis
M(+1) = N, A(+1) = B, N(+1) = O, G(+1) = H, O(+1) = P. This seamlessly generates the string 'NBOHP'.
Conclusion
Option A maps flawlessly to the deduced structural logic.