Discussion :: Sequential Output Training
-
Given an input, a coding machine generates pass codes for six batches every day as follows:Input: you should know about type of questionsPass Code:Batch I: you questions should of know type aboutBatch II: about you type questions know should ofBatch III: about of you should type know questionsAnd so on till the sixth batch.The first batch begins work at 10.. a.m. Each batch works for one hour. There is a rest period of one hour after the fourth batch's work is over.If the input on a day is 'eight friends are sitting in the circle', then what be the pass code for the batch at 3 p.m.?
A.
the circle in friends are sitting eight
|
B.
circle sitting are the in eight friends
|
C.
sitting friends the are circle in eight
|
D.
circle friends sitting eight are in the
|
E.
None of these
|
Answer : Option D
Explanation :
Here it is a case of shifting, And is a case of two-step shifting, i.e. the logic consists of two steps.
This implies that the change from Batch II to Batch III is same as Input to Batch I.
Be The First To Comment