Verbal Reasoning - Letter Series questions with answers
Level 2: Medium Complexity
<-- Back to Letter Series (Simple Complexity) |
-
Look at the given series:View Answer
ABZY, CDXW, EFVU, GHTS, ……
What term should come next?
Answer: C.IJRQ
Explanation: For every term, first two characters are in increasing sequence of alphabets and last two characters are in decreasing sequence of alphabets.
-
Look at the given series:View Answer
NO, QP, RS, UT, ……
What term should come next?
Answer: B. VW
Explanation: Starting from first term, which NO (increasing order), then next two alphabets, from the alphabet sequence, form the next term, but are placed in decreasing or reverse order and so on.
-
Look at the given series:View Answer
A, A, B, C, E, H, ……
What term should come next?
Answer: B. M
Explanation: Follows Fibonacci series in the alphabet sequence.
1: A
1: A
2: B
3: C
5: E
8: H
13: M and so on.
-
Look at the given series:View Answer
BC, DF, FI, HL, ……
What term should come next?
Answer: B. JO
Explanation: First character of each term follows the table of 2 and second character follows the table of 3.
Look at the given series:View Answer
A, B, D, G, ……
What term should come next?
Answer: A. K
Explanation: Every next term is obtained by adding an increasing number to it.
B (2) = A (1) + 1
D (4) = B (2) + 2
G (7) = D (4) + 3
3K (11) = G (7) + 4 and so on.
Look at the given series:View Answer
A, B, E, J, …… ?
What term should come next?
Answer: C. Q
Explanation: Every next term is obtained by adding an increasing odd number to it. B (2) = A (1) + 1
E (5) = B (2) + 3
J (10) = E (5) + 5
Q (17) = J (10) + 7 and so on.
Look at the given series:View Answer
MDH, MEI, MFJ, MGK, ……
What term should come next?
Answer: A. MHL
Explanation: In every term, the first character is same; second character is increasing starting from D and third character is increasing starting from H.
Look at the given series:View Answer
NRI, MSI, LTI, KUI, ……
What term should come next?
Answer: D. JVI
Explanation: In every term, the last character is same; first character is decreasing starting from N and second character is increasing starting from R.
Look at the given series:View Answer
TAT, SBS, RCR, QDQ, ……
What term should come next?
Answer: D. PEP
Explanation: In every term, the middle character is increasing starting from A; first and last character in each term are same; but are decreasing order starting from T.
Look at the given series:View Answer
BAC, EDF, HGI, KJL, ….
What term should come next?
Answer: A. NMO
Explanation: Consider every term to be Binary Search Tree (BST) consisting of next 3 alphabets. Then the term is formed as a result of pre-order traversal of the tree.
<-- Back to Letter Series (Simple Complexity)