Multiple choice

Directions: A word arrangement machine, when given an input line of words, splits the line into two parts and then rearranges them following a particular rule in each step. The following is an illustration of the input and the steps of rearrangements: Input: a bird in hand is better than two stuck in the bush. Step I : a better bird in hand is bush than two stuck in the. Step II : a better bird hand in is bush in than two stuck the. Step III : a better bird hand in is bush in stuck than two the. Step IV : a better bird hand in is bush in stuck than the two. (step IV is the last step for this input) As per the rules followed in the above steps, find out in the question below, the appropriate steps for the given input.

What will be the step I of the following input? Input: always look around before you leap.

  1. always look around before leap you.

  2. always around look before you leap.

  3. always around look before leap you.

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The rule given in the illustration suggests that the input is split first into two halves and then each half is arranged in alphabetical order simultaneously in each step. Input    :           always look around before you leap. Step I   :           always around look before leap you.