Question:

Arrange the following words in lexicographical (dictionary) order from highest to lowest:

1. Elephant
2. Banana
3. Apple
4. Cherry
 

Show Hint

When arranging in lexicographical order, compare the first letter of each word first. If they match, move to the next letter, and so on. For descending order, simply reverse the ascending order.
Updated On: Aug 12, 2025
  • Elephant, Cherry, Banana, Apple
  • Elephant, Cherry, Apple, Banana
  • Cherry, Elephant, Banana, Apple
  • Cherry, Elephant, Apple, Banana
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Understanding Lexicographical Order
Lexicographical (dictionary) order means arranging words based on the alphabetical order of their letters. "Highest to lowest" means we first arrange them in ascending order (A to Z) and then reverse the list to get the descending order (Z to (a).
Step 2: Arrange in ascending order (A to Z) - Apple (A...) comes first.
- Banana (B...) comes next.
- Cherry (C...) comes next.
- Elephant (E...) comes last in alphabetical order.
So, ascending order is: Apple, Banana, Cherry, Elephant.
Step 3: Reverse for descending order (Z to (a) Reversing the above gives: Elephant, Cherry, Banana, Apple.
Step 4: Match with the given options Option (a) matches exactly.
Final Answer: \[ {\text{Elephant, Cherry, Banana, Apple}} \]
Was this answer helpful?
0
0