Instructions: A word and number arrangement machine when given an input line of words and numbers rearrange
them following a particular rule in each step. The following is an illstation of input and rearrangement.
Input: flight 99 64 google 39 45 booking sparrows
Step 1 : booking flight 99 64 google 39 45 sparrows
Step 2 : booking 39 flight 99 64 google 45 sparrows
Step 3 : booking 39 flight 45 99 64 google sparrows
Step 4 : booking 39 flight 45 google 99 64 sparrows
Step 5 : booking 39 flight 45 google 64 99 sparrows
Step 6 : booking 39 flight 45 google 64 sparrows 99
As per the rule followed in the following questions the appropriate step for the given input
Input: tourist 57 45 24 orkut bristol 64 stuart
Which of the following will be step IV?
bristol tourist 57 45 24 orkut 64 stuart
bristol 24 orkut tourist 57 45 64 stuart
bristol 24 orkut 45 tourist 57 64 stuart
bristol 45 orkut 24 stuart 57 tourist 64
bristol 24 orkut 45 stuart 57 tourist 64
Step I : bristol tourist 57 45 24 orkut 64 stuart
Step II : bristol 24 tourist 57 45 orkut 64 stuart
Step III : bristol 24 orkut tourist 57 45 64 stuart
Step IV : bristol 24 orkut 45 tourist 57 64 stuart
Step V : bristol 24 orkut 45 stuart tourist 57 64
Step VI : bristol 24 orkut 45 stuart 57 tourist 64