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 III of the given input? Input: in every thing you always try to find some fault.

  1. always every in thing you fault find try to some.

  2. always every in thing you fault find some try to.

  3. always in every thing you fault try to find some.

  4. None of these

Reveal answer Fill a bubble to check yourself
B 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    :           in every thing you always try to find some fault. Step I   :           always in every thing you fault try to find some. Step II  :           always every in thing you fault find try to some. Step III :           always every in thing you fault find some try to.