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.

    What will be the step II for the following input?
    Input: 47 62 17 92 86 42 24 79
  2. A.
    17 24 47 62 86 42 79 92
    B.
    17 47 62 86 42 24 79 92
    C.
    17 24 47 62 92 86 42 79
    D.
    17 47 62 86 24 42 79 92
    E.
    None of these

    View Answer

    Workspace

    Answer : Option B

    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