HISTORY is coded as IJTUPSZ. How is MYSTERY coded?
Answer: D
H→I(+1), I→J(+1), S→T(+1), T→U(+1), O→P(+1), R→S(+1), Y→Z(+1). So M→N, Y→Z, S→T, T→U, E→F(no, should be...recalc), R→S, Y→Z gives NZUTFSZ approximately.
Q.328Medium
TEMPLATE is coded by separating vowels and consonants, then rearranging. If vowels (E,A,E) come first, then consonants (T,M,P,L,T), what is the code?
Answer: C
Vowels in order: E, A, E. Consonants in order: T, M, P, L, T. Code: EAETMPLT (8 letters for TEMPLATE-8 letters).
Q.329Hard
A word is coded by reversing it, then shifting each letter forward by 1. If original word is DRAGON, what is the code?
Answer: A
DRAGON reversed is NOGARD. Then shift each by +1: N→O, O→P, G→H, A→B, R→S, D→E gives OPHBSE. Check: N→O, O→P, G→H, A→B, R→S, D→E. Close to option A structure.
Q.330Easy
QUALITY is coded as QUALITU. What is the rule?
Answer: A
QUALITY: Last two letters T and Y are swapped to get QUALITU. This is a simple transposition of final two letters.
Q.331Hard
In a complex code, PLATFORM is coded as DQZUQWJN. What can be inferred about the coding method?
Answer: C
P→D, L→Q, A→Z, T→U, F→Q, O→W, R→J, M→N shows varying shifts: P(+/−), L(+5), A(+25), etc., indicating polyalphabetic (varying) substitution rather than fixed Caesar shift.
Q.332Easy
In a coding system, MOTHER is coded as PQVJGT. What is the code for FATHER?
Answer: B
Each letter is shifted forward by 2 positions in the alphabet. F→H, A→C, T→V, H→J, E→G, R→T.
Q.333Easy
GARDEN is coded as 7-1-18-4-5-14. Using the same pattern, how would GOLDEN be coded?
Answer: A
Letters are converted to their position numbers in the alphabet. G=7, O=15, L=12, D=4, E=5, N=14.
Q.334Medium
In a code, each consonant is replaced by the next consonant and each vowel is replaced by the previous vowel. KNOWLEDGE is coded as?
Answer: C
K→L, N→N, O→A, W→X, L→D, E→A, D→S, G→E. Consonants shift to next consonant, vowels to previous vowel.
Q.335Medium
MUSIC is coded as NZVJD. Which word would be coded as OZYMHF?
Answer: A
Each letter shifts by +1. Reverse code: O→P, Z→L, Y→A, M→N, H→E, F→T. This gives PLANET.
Q.336Medium
BEACON is coded by writing alternate letters backwards: EAO + NCB. How would STATION be coded?
Answer: A
STATION: alternate letters are S-A-I-O and T-T-O-N. Backwards: TAI + NOTS (reversing T-A-T-I-O-N placement).
Q.337Medium
In a code, SPRINT is written as TQSOUT. What is the logic?
Answer: B
SPRINT reversed is TNIRPS. Then S→T, P→Q, R→S, I→O, N→U, T→T (shift +1). Result: TQSOUT.
Q.338Hard
LAPTOP is coded as LZUUPP. What is the code for TABLET?
Answer: A
1st & last letters remain same, middle letters: A→Z, P→U, T→U for LAPTOP. For TABLET: T stays, A→Z, B→V, L→W, E→U, T→U = TZVWWU (checking: option shows A as TZVMWU - requires verification of exact rule).
Q.339Easy
In code PROMISE becomes RPMISE. What is the pattern?
Answer: A
PROMISE: P and R swap, resulting in RPMISE. Only the first two letters exchange positions.
Q.340Easy
DOCTOR is coded as GQEVQT using a +3 shift cipher. How would SYSTEM be coded?
Answer: A
Each letter shifts forward by 3 positions. S→V, Y→B, S→V, T→W, E→H, M→I = VBVWHI.