Question
Easy

In a certain code language, FIRE is written as QHOE and MOVE as ZMWE. In the same code language, OVER will be written as:

1
MWEO
2
MWOE
3
WMEO
4
WMOE
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 1
Chapter: Coding
Topic: Coding, de-coding & classification
Correct Answer
Option A
Explanation

To solve the problem of determining how the word "OVER" is encoded in the given code language, we need to analyze the pattern used in the examples provided: 1. FIRE to QHOE: - F (6) is transformed to Q (17): +11 - I (9) is transformed to H (8): -1 - R (18) is transformed to O (15): -3 - E (5) is transformed to E (5): +0 2. **MOVE…Read More