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.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
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