Letter Shift Basic - Absolute-Beginner Level: core concept mastery Letter Shift Basic ABSOLUTE BEGINNER

This skill primer 🌟 worksheet focuses on Letter Shift Basic - a key topic in Coding Decoding. You'll solve 20 absolute-beginner-level problems (Worksheet 1 of 10). The primary focus is on core concept mastery. Master letter shift coding, alphabet shift problems, and caesar cipher reasoning through systematic practice.

📝 Worksheet 1 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Absolute Beginner level

What you'll learn in this worksheet:
Your progress through Letter Shift Basic
Worksheet 1 of 10 (0% complete)

Question 1

If 'HAT' is coded as 'IBU', then how is 'BUS' coded?
The pattern is shifting each letter by +1. So BUS becomes: B(2→3) → U(21→22) → S(19→20) = CVT

Question 2

If 'STAR' is coded as 'TUBS', then how is 'HAT' coded?
The pattern is shifting each letter by +1. So HAT becomes: H(8→9) → A(1→2) → T(20→21) = IBU

Question 3

If 'CAT' is coded as 'DBU', then how is 'MAP' coded?
The pattern is shifting each letter by +1. So MAP becomes: M(13→14) → A(1→2) → P(16→17) = NBQ

Question 4

If 'MAP' is coded as 'NBQ', then how is 'BUS' coded?
The pattern is shifting each letter by +1. So BUS becomes: B(2→3) → U(21→22) → S(19→20) = CVT

Question 5

If 'BUS' is coded as 'DWU', then how is 'BOX' coded?
The pattern is shifting each letter by +2. So BOX becomes: B(2→4) → O(15→17) → X(24→26) = DQZ

Question 6

If 'BUS' is coded as 'DWU', then how is 'RAT' coded?
The pattern is shifting each letter by +2. So RAT becomes: R(18→20) → A(1→3) → T(20→22) = TCV

Question 7

If 'HAT' is coded as 'JCV', then how is 'CAR' coded?
The pattern is shifting each letter by +2. So CAR becomes: C(3→5) → A(1→3) → R(18→20) = ECT

Question 8

If 'CAR' is coded as 'HFW', then how is 'BUS' coded?
The pattern is shifting each letter by +5. So BUS becomes: B(2→7) → U(21→26) → S(19→24) = GZX

Question 9

If 'RAT' is coded as 'VEX', then how is 'CAR' coded?
The pattern is shifting each letter by +4. So CAR becomes: C(3→7) → A(1→5) → R(18→22) = GEV

Question 10

If 'MAP' is coded as 'PDS', then how is 'LIP' coded?
The pattern is shifting each letter by +3. So LIP becomes: L(12→15) → I(9→12) → P(16→19) = OLS

Question 11

If 'CAT' is coded as 'DBU', then how is 'HAT' coded?
The pattern is shifting each letter by +1. So HAT becomes: H(8→9) → A(1→2) → T(20→21) = IBU

Question 12

If 'SUN' is coded as 'TVO', then how is 'BAT' coded?
The pattern is shifting each letter by +1. So BAT becomes: B(2→3) → A(1→2) → T(20→21) = CBU

Question 13

If 'STAR' is coded as 'WXEV', then how is 'BOX' coded?
The pattern is shifting each letter by +4. So BOX becomes: B(2→6) → O(15→19) → X(24→2) = FSB

Question 14

If 'CAR' is coded as 'GEV', then how is 'BUS' coded?
The pattern is shifting each letter by +4. So BUS becomes: B(2→6) → U(21→25) → S(19→23) = FYW

Question 15

If 'RAT' is coded as 'WFY', then how is 'STAR' coded?
The pattern is shifting each letter by +5. So STAR becomes: S(19→24) → T(20→25) → A(1→6) → R(18→23) = XYFW

Question 16

If 'RAT' is coded as 'VEX', then how is 'CAR' coded?
The pattern is shifting each letter by +4. So CAR becomes: C(3→7) → A(1→5) → R(18→22) = GEV

Question 17

If 'BUS' is coded as 'CVT', then how is 'KEY' coded?
The pattern is shifting each letter by +1. So KEY becomes: K(11→12) → E(5→6) → Y(25→26) = LFZ

Question 18

If 'DOG' is coded as 'FQI', then how is 'BAT' coded?
The pattern is shifting each letter by +2. So BAT becomes: B(2→4) → A(1→3) → T(20→22) = DCV

Question 19

If 'BUS' is coded as 'EXV', then how is 'LIP' coded?
The pattern is shifting each letter by +3. So LIP becomes: L(12→15) → I(9→12) → P(16→19) = OLS

Question 20

If 'LIP' is coded as 'QNU', then how is 'BAT' coded?
The pattern is shifting each letter by +5. So BAT becomes: B(2→7) → A(1→6) → T(20→25) = GFY
Next Worksheet