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: 25 280 345 36 93 147 550
    Step I: 550 280 345 36 93 147 25
    Step II: 550 345 280 36 93 147 25
    Step III: 550 345 280 147 93 36 25
    This is the final arrangement and step III is the last step for this input.

    How many steps will be required to get the final output from the following input?
    Input: 78 293 585 740 64 132 26

  2. A.
    4
    B.
    5
    C.
    3
    D.
    2
    E.
    None of these

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Numbers are getting arranged in descending order.

    The largest of the given number interchanges its place with the first number. IN case the largest number is already arranged, the second largest is interchanged with the number next to the largest number, and so on until the numbers are arranged in descending order.


Be The First To Comment