Master Sum-Based Coding - Beginner Level Problems Sum-Based Coding BEGINNER

Excel in competitive exams with this skill builder ⚡ worksheet on Sum-Based Coding. Worksheet 3 of 10 contains 20 beginner-level problems. Target your step-by-step problem solving skills while practicing sum-based coding practice, sum-based coding for competitive exams, and how to solve sum-based coding.

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

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

Question 1

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 2

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 3

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 4

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 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 'BIRD's code?
Sum calculation: B=2 + I=9 + R=18 + D=4 = 33

Question 7

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 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 'DOG's code?
Sum calculation: D=4 + O=15 + G=7 = 26

Question 10

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 11

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'FROG's code?
Sum calculation: F=6 + R=18 + O=15 + G=7 = 46

Question 12

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'FROG's code?
Sum calculation: F=6 + R=18 + O=15 + G=7 = 46

Question 13

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 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 'CAT's code?
Sum calculation: C=3 + A=1 + T=20 = 24

Question 16

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'EAGLE's code?
Sum calculation: E=5 + A=1 + G=7 + L=12 + E=5 = 30

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 'FROG's code?
Sum calculation: F=6 + R=18 + O=15 + G=7 = 46

Question 19

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 20

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
Previous Worksheet Next Worksheet