Multiple choice

Directions: A word arrangement machine when given an input line of words, it first 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 question below, the appropriate steps for the given inputs.

Input: 'ill go all fate do in drat damn.' Which step has the following rearranged input line of words? 'all fate go ill damn dart do in'

  1. III

  2. II

  3. IV

  4. Cannot be determined

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

Rule given in the illustration suggests that input is split first into two halves and then each half is arranged in alphabetical order simultaneously in each step. Input    :           ill go all fate do in dart damn. Step I   :           all ill go fate damn do in dart. Step II  :           all fate ill go damn dart do in. Step III :           all fate go ill damn dart do in.