Question

    Study the following information carefully and answer the given questions:   A word and number arrangement machine when given an. input line of words and numbers rearranges them following a particular rule in each step. The following is an illustration of  input and rearrangement.  Input         :    sand   draw   18  23   file   95   true   38  Step I        :    draw   sand   18  23   file   95   true   38  Step II      :    draw   95   sand   18   23   file   true   38  Step III     :    draw   95   file   sand   18   23   true   38  Step IV      :    draw   95   file   38   sand   18   23   true  Step V        :   draw   95   file   38   sand   23   18   true  Step VI      :    draw   95   file   38   sand   23   true   18  and step VI is the last step of the rearrangement of the above input.  As per the rules followed in the above steps, find out in each of the following questions the appropriate step for the given input. 

    Input:   track   most   29   53   false  

    gem   37   84  Which of the following steps will be the last but one ?  
    A IX Correct Answer Incorrect Answer
    B VIII Correct Answer Incorrect Answer
    C VII Correct Answer Incorrect Answer
    D VI Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    Input::   track   most   29   53   false   gem   37   84 Step I: :   false   track   most   29   53    gem   37   84 Step II:   false   84track   most   29   53      gem   37   Step III:   false   84gemtrack   most   29   53        37   Step IV:   false   84gem53     track   most   29       37               Step V:  false   84gem53    most      track      29        37                           Step VI:   false   84gem53    most      37     track            29     Step 6th is the last step So last but one =second last step  =  5th step 

    Practice Next