Home / Logical Reasoning / Sequential Output Training :: Discussion

Discussion :: Sequential Output Training

  1. 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: 48 245 182 26 99 542 378 297
    Step I: 542 48 245 182 26 99 378 297
    Step II: 542 248 245 182 99 378 297
    Step III: 542 26 378 48 245 182 99 297
    Step IV: 542 26 378 48 297 245 182 99
    Step V: 542 26 378 48 297 99 245 182
    This is the final arrangement and step V is the last step for this input.

    What will be the IVth step for an input whose IInd step is given below?
    Step: 765 42 183 289 542 65 110 350
  2. A.
    765 42 542 350 183 289 65 110
    B.
    765 42 542 65 110 183 289 350
    C.
    765 42 542 65 183 289 110 350
    D.
    Cannot be determined
    E.
    None of these

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    From the last step it is clear that there are two alternating series of numbers. One in descending order and the other in ascending order. 

    When we go through input to step I, we find that the largest number because the first and remaining numbers shift rightward. In the next step the smallest number becomes the second and the rest shift rightward. These two steps continue alternately untill the two alternate series are formed.


Be The First To Comment