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.

    If the first step of an input is, "785 198 32 426 373 96 48", then which of the following steps will be "785 32 426 49 198 373 96"?
  2. A.
    Third
    B.
    Fourth
    C.
    Fifth
    D.
    Second
    E.
    None of these

    View Answer

    Workspace

    Answer : Option B

    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