Q1. Mirror alphabet rule gives 'ROAD' -> 'ILZW'. What is code for 'TASK'?
A
TASK
B
GZHP
C
KSAT
D
UBTL
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q2. Using a +1 alphabet shift, 'CAT' becomes 'DBU'. What is code for 'BOOK'?
A
KOOB
B
CPPL
C
BOOK
D
DQQM
Apply same +1 shift to each letter of 'BOOK'.
Q3. In a reverse coding rule, 'CAT' becomes 'TAC'. Find code for 'TASK'.
A
TASK
B
ASKT
C
task
D
KSAT
Rule is reverse the letter order.
Q4. Mirror alphabet rule gives 'MIND' -> 'NRMW'. What is code for 'BOOK'?
A
BOOK
B
CPPL
C
KOOB
D
YLLP
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q5. Using alternating shifts on letters, 'CAT' becomes 'DZU'. Then 'ROAD' becomes?
A
SPBE
B
SNBC
C
QNZC
D
DAOR
Apply +1 to 1st, -1 to 2nd, +1 to 3rd, and so on.
Q6. Using a +2 alphabet shift, 'CAT' becomes 'ECV'. What is code for 'BOOK'?
A
DQQM
B
KOOB
C
CPPL
D
ERRN
Apply same +2 shift to each letter of 'BOOK'.
Q7. Mirror alphabet rule gives 'MIND' -> 'NRMW'. What is code for 'ROAD'?
A
ILZW
B
SPBE
C
DAOR
D
ROAD
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q8. Using A=1, B=2 coding, 'BOOK' is '2151511'. Find the code for 'CAT'.
A
CAT
B
4221
C
2019
D
3120
Map A=1, B=2, ... Z=26 and concatenate.
Q9. If 'BOOK' is coded as 'YLLP' using opposite alphabet positions (A<->Z), how is 'TASK' coded?
A
TASK
B
GZHP
C
KSAT
D
UBTL
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q10. If letter positions are used as code and 'ROAD' becomes '181514', what is code for 'MIND'?
A
MIND
B
1410155
C
139144
D
128133
Map A=1, B=2, ... Z=26 and concatenate.
Q11. Letters are written in reverse: 'CAT' -> 'TAC'. Then 'TASK' -> ?
A
task
B
ASKT
C
TASK
D
KSAT
Rule is reverse the letter order.
Q12. Using A<->Z, B<->Y mapping, 'BOOK' becomes 'YLLP'. Then 'MIND' becomes?
A
NRMW
B
NJOE
C
MIND
D
DNIM
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q13. Mirror alphabet rule gives 'TASK' -> 'GZHP'. What is code for 'CAT'?
A
XZG
B
TAC
C
CAT
D
DBU
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q14. If 'TASK' is coded as 'GZHP' using opposite alphabet positions (A<->Z), how is 'BOOK' coded?
A
KOOB
B
YLLP
C
CPPL
D
BOOK
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q15. A +3 shift code converts a word into 'FDW'. Which original word could it be?
A
GEX
B
TAC
C
CAT
D
ZXQ
Reversing the +3 shift on 'FDW' gives 'CAT'.
Q16. Alternate shift (+1, -1) maps 'CAT' to 'DZU'. What is code for 'MIND'?
A
NJOE
B
NHOC
C
DNIM
D
LHMC
Apply +1 to 1st, -1 to 2nd, +1 to 3rd, and so on.
Q17. Letters are written in reverse: 'TASK' -> 'KSAT'. Then 'CAT' -> ?
A
CAT
B
cat
C
ATC
D
TAC
Rule is reverse the letter order.
Q18. A +3 shift code converts a word into 'ERRN'. Which original word could it be?
A
FSSO
B
KOOB
C
YLLH
D
BOOK
Reversing the +3 shift on 'ERRN' gives 'BOOK'.
Q19. If 'ROAD' is coded as 'ILZW' using opposite alphabet positions (A<->Z), how is 'BOOK' coded?
A
CPPL
B
YLLP
C
KOOB
D
BOOK
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q20. Apply the same +1 shift rule: 'BOOK' -> 'CPPL'. Then 'ROAD' -> ?
A
ROAD
B
TQCF
C
DAOR
D
SPBE
Apply same +1 shift to each letter of 'ROAD'.