Number-Letter Codes - Intermediate Level: mixed operations INTERMEDIATE

Boost your speed and accuracy with this adaptive style πŸ“ˆ worksheet. Worksheet 15 of 30 presents 20 intermediate-level number-letter codes problems. Focus on mixed operations while practicing alphanumeric coding, letter-number mapping, positional codes. Difficulty: moderate complexity with mixed patterns. Perfect for mid-level test takers.

πŸ“ Worksheet 15 of 30 β€’ 20 questions β€’ ⏱️ Estimated time: 20 minutes β€’ 🎯 Intermediate level

What you'll learn in this worksheet:
Your progress through Number-Letter Codes
Worksheet 15 of 30 (50% complete)

Question 1

If a word's code is the product of its letter positions, what is 'BAD's code?
Product calculation: B=2 Γ— A=1 Γ— D=4 = 8

Question 2

If A=2, B=3, C=5, D=7, E=11... (prime numbers in order), what is 'ABC' coded as?
Prime coding: A→2, B→3, C→5 → concatenated = 235

Question 3

For 'CAT', odd positions use position coding, even positions use shift coding. What is the result?
Alternating coding: C→3(pos), A→C(+2), T→20(pos) → 3C20

Question 4

If each letter is coded as the square of its position (A=1β†’1, B=2β†’4, C=3β†’9...), what is 'ACE' coded as?
Square coding: A=1Β²=1, C=3Β²=9, E=5Β²=25 β†’ concatenated = 1925

Question 5

If each letter is coded as the sum of digits of its position (A=1β†’1, B=2β†’2, ..., J=10β†’1+0=1...), what is 'ACE' coded as?
Digit sum coding: A=1β†’digit_sum=1, C=3β†’digit_sum=3, E=5β†’digit_sum=5 β†’ concatenated = 135

Question 6

If a word's code is the product of its letter positions, what is 'ACE's code?
Product calculation: A=1 Γ— C=3 Γ— E=5 = 15

Question 7

If each letter is coded as the square of its position (A=1β†’1, B=2β†’4, C=3β†’9...), what is 'BED' coded as?
Square coding: B=2Β²=4, E=5Β²=25, D=4Β²=16 β†’ concatenated = 42516

Question 8

If letters are coded as 5-bit binary (A=1=00001, B=2=00010...), 'BIRD' is coded as?
Binary coding: B=2=00010, I=9=01001, R=18=10010, D=4=00100 β†’ concatenated = 00010010011001000100

Question 9

If vowels (A,E,I,O,U) are coded as 'V' and consonants as 'C', what is the code for 'CAT'?
Vowel/Consonant coding: C→C, A→V, T→C → CVC

Question 10

If A=26, B=25, C=24... Z=1 (reverse order), then 'ACE' is coded as?
Reverse coding: A=26 + C=24 + E=22 β†’ concatenated = 262422

Question 11

If letters are coded as 5-bit binary (A=1=00001, B=2=00010...), 'CAT' is coded as?
Binary coding: C=3=00011, A=1=00001, T=20=10100 β†’ concatenated = 000110000110100

Question 12

For 'ACE', find the differences between consecutive letter positions (A=1,B=2...). Format as comma-separated values.
Positions: [1, 3, 5] β†’ Differences: [2, 2]

Question 13

If each letter is coded as its ASCII value (A=65, B=66...), what is 'BED' coded as?
ASCII coding: B=66, E=69, D=68 β†’ concatenated = 666968

Question 14

For 'ACE', find the differences between consecutive letter positions (A=1,B=2...). Format as comma-separated values.
Positions: [1, 3, 5] β†’ Differences: [2, 2]

Question 15

For 'LMN', find the differences between consecutive letter positions (A=1,B=2...). Format as comma-separated values.
Positions: [12, 13, 14] β†’ Differences: [1, 1]

Question 16

If each letter is shifted forward by 3 positions (A→D), what is 'CAR' coded as?
Shift coding: C→F(+3), A→D(+3), R→U(+3) → FDU

Question 17

If A=2, B=3, C=5, D=7, E=11... (prime numbers in order), what is 'FISH' coded as?
Prime coding: F→13, I→23, S→67, H→19 → concatenated = 13236719

Question 18

If a word's code is the sum of its letter positions (A=1,B=2...), what is 'FISH's code?
Sum calculation: F=6 + I=9 + S=19 + H=8 = 42

Question 19

If each letter is shifted forward by 2 positions (A→C), what is 'DOG' coded as?
Shift coding: D→F(+2), O→Q(+2), G→I(+2) → FQI

Question 20

If vowels (A,E,I,O,U) are coded as 'V' and consonants as 'C', what is the code for 'BAG'?
Vowel/Consonant coding: B→C, A→V, G→C → CVC
Previous Worksheet Next Worksheet