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: 39 121 48 18 76 112 14 45 63 96
    Step I: 14 39 121 48 18 76 112 45 63 96
    Step II: 14 39 48 18 76 112 45 63 96 121
    Step III: 14 18 39 48 76 112 45 63 96 121
    Step IV: 14 18 39 48 76 45 63 96 112 121
    Step V: 14 18 39 45 48 76 63 96 112 121
    Step VI: 14 18 39 45 48 63 76 96 112 121
    This is the final arrangement and step VI is the last step for this input.

    How many steps will be required for getting the final output for the following input?
    Input: 101 85 66 49 73 39 142 25 115 74
  2. A.
    5
    B.
    6
    C.
    7
    D.
    8
    E.
    None of these

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Step I: The smallest number becomes first and the remaining numbers shift one position rightward.

    Step II: The largest number among given numbers becomes last and the remaining numbers shift one position leftward.


Be The First To Comment