Question

    Which of the following sequence represents the correct

    dictionary order of the following words? 1. Poor 2. Passage 3. Pointer 4. Past 5. Passenger
    A 2, 1, 2, 5, 3 Correct Answer Incorrect Answer
    B 2, 1, 5, 2, 3 Correct Answer Incorrect Answer
    C 2, 5, 1, 2, 3 Correct Answer Incorrect Answer
    D 2, 5, 4, 3, 1 Correct Answer Incorrect Answer

    Solution

    The correct dictionary order will be: 2. Passage, 5. Passenger, 4. Past 3. Pointer 1. Poor. So, (2, 5, 4, 3, 1) represents the correct dictionary order.

    Practice Next