Difficulty: Easy
Correct Answer: ABCD
Explanation:
Introduction / Context:This analogy uses a fixed backward displacement. In the example, each letter in ABCD is moved four places backward to give WXYZ. We must apply the same operation to EFGH.
Given Data / Assumptions:
Concept / Approach:Use a uniform Caesar shift of −4 on each character of the source word. Since the shift is constant, apply it letter-by-letter to E, F, G, H.
Step-by-Step Solution:
E → A (E back 4 is A).F → B.G → C.H → D.Therefore, EFGH → ABCD.Verification / Alternative check:Check consistency: adding +4 to ABCD returns EFGH, confirming the inverse relationship.
Why Other Options Are Wrong:
Common Pitfalls:Confusing mirror (Atbash) with a fixed Caesar shift; reversing order instead of shifting.
Final Answer:ABCD
Discussion & Comments