A digital library archiving system generates tags for its collections using a specific alphabetic transformation logic. In this system, the word INDEX is coded as GQGCA, and the word BOOK is coded as EMMN.
Using the exact same logic, what is the exact code for the word SHELF?
Answer: VKCOI / vkcoi
Answer
VKCOI
The established coding rule categorizes letters into consonants and vowels. Consonants are shifted forward by 3 alphabetical positions in a circular manner, while vowels are shifted backward by 2 positions. Applying this specific rule to the word SHELF: S (consonant + 3) = V, H (consonant + 3) = K, E (vowel - 2) = C, L (consonant + 3) = O, and F (consonant + 3) = I. This produces the final correct code VKCOI.
Step-by-Step Solution
Key Concept
Alphabetic transformation using conditional logic based on vowel and consonant classification.
Estimated Time:1m 30s