Sum-Based Coding: Worksheet 2 - Beginner Practice Sum-Based Coding BEGINNER

Ready to master Sum-Based Coding? This entry level practice worksheet (2/10) presents 20 beginner-level challenges. Focus area: pattern recognition. Learn to solve sum-based coding reasoning questions, handle sum-based coding practice, and perfect sum-based coding for competitive exams with our step-by-step solutions.

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

What you'll learn in this worksheet:
Your progress through Sum-Based Coding
Worksheet 2 of 10 (11% complete)

Question 1

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'ZEBRA's code?
Sum calculation: Z=26 + E=5 + B=2 + R=18 + A=1 = 52

Question 2

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'ZEBRA's code?
Sum calculation: Z=26 + E=5 + B=2 + R=18 + A=1 = 52

Question 3

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BEAR's code?
Sum calculation: B=2 + E=5 + A=1 + R=18 = 26

Question 4

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'LION's code?
Sum calculation: L=12 + I=9 + O=15 + N=14 = 50

Question 5

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'CAT's code?
Sum calculation: C=3 + A=1 + T=20 = 24

Question 6

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'HORSE's code?
Sum calculation: H=8 + O=15 + R=18 + S=19 + E=5 = 65

Question 7

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BEAR's code?
Sum calculation: B=2 + E=5 + A=1 + R=18 = 26

Question 8

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'TIGER's code?
Sum calculation: T=20 + I=9 + G=7 + E=5 + R=18 = 59

Question 9

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'LION's code?
Sum calculation: L=12 + I=9 + O=15 + N=14 = 50

Question 10

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'TIGER's code?
Sum calculation: T=20 + I=9 + G=7 + E=5 + R=18 = 59

Question 11

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'DOG's code?
Sum calculation: D=4 + O=15 + G=7 = 26

Question 12

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'LION's code?
Sum calculation: L=12 + I=9 + O=15 + N=14 = 50

Question 13

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'CAT's code?
Sum calculation: C=3 + A=1 + T=20 = 24

Question 14

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'WOLF's code?
Sum calculation: W=23 + O=15 + L=12 + F=6 = 56

Question 15

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'HORSE's code?
Sum calculation: H=8 + O=15 + R=18 + S=19 + E=5 = 65

Question 16

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'DOG's code?
Sum calculation: D=4 + O=15 + G=7 = 26

Question 17

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BIRD's code?
Sum calculation: B=2 + I=9 + R=18 + D=4 = 33

Question 18

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'TIGER's code?
Sum calculation: T=20 + I=9 + G=7 + E=5 + R=18 = 59

Question 19

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BEAR's code?
Sum calculation: B=2 + E=5 + A=1 + R=18 = 26

Question 20

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'BIRD's code?
Sum calculation: B=2 + I=9 + R=18 + D=4 = 33
Previous Worksheet Next Worksheet