A weather monitoring station encodes its daily operational logs to secure data integrity. In this specific coding system, the word MODULE is written as NQWWOG, and the word SYSTEM is written as HBHGGN.
Based on the logic used in this system, how will the word FORMAT be encoded?
- ATQHMCF
- UQINCGAnswer
- CHLTOZV
- DHQTOCV
Answer
The correct answer is UQINCG.
The encoding logic applies two distinct rules based on letter type. Consonants are replaced by their reverse alphabetical equivalent (e.g., A=26, Z=1, so F=6 becomes U=21). Vowels are shifted forward by exactly 2 positions in the alphabet (e.g., O=15 becomes Q=17). Applying this to the target word FORMAT: The consonants F, R, M, and T reverse to U, I, N, and G respectively. The vowels O and A shift forward +2 to become Q and C. Reassembling these gives the encoded word UQINCG.
Step-by-Step Solution
Key Concept
Differentiating transformation rules between vowels and consonants, and accurately applying reverse alphabetical indexing.