Discussion :: Sequential Output Training
-
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 96Step I: 14 39 121 48 18 76 112 45 63 96Step II: 14 39 48 18 76 112 45 63 96 121Step III: 14 18 39 48 76 112 45 63 96 121Step IV: 14 18 39 48 76 45 63 96 112 121Step V: 14 18 39 45 48 76 63 96 112 121Step VI: 14 18 39 45 48 63 76 96 112 121This is the final arrangement and step VI is the last step for this input.Which of the following will be the third step for the following input?Input: 45 78 97 132 28 16 146 54 99 112
A.
16 28 45 78 97 146 54 99 112 132
|
B.
16 28 45 97 78 54 99 112 132 146
|
C.
16 28 45 78 97 132 54 99 112 146
|
D.
16 28 45 97 78 132 99 54 112 146
|
E.
None of these
|
Answer : Option C
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