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 should be the last step of the following input?
    Input: 158 279 348 28 326 236
  2. A.
    348 28 326 158 279 236
    B.
    348 28 326 236 158 279
    C.
    348 28 236 158 279 326
    D.
    348 28 158 326 236 279
    E.
    None of these

    View Answer

    Workspace

    Answer : Option A

    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