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.What will be the last step for the following input?Input: 138 63 49 93 89 122 32 71
A.
32 49 71 63 89 93 122 138
|
B.
32 49 63 71 93 89 122 138
|
C.
32 49 63 71 89 93 122 138
|
D.
Cannot be determined
|
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