Number-Letter Codes - Intermediate Level: product codes INTERMEDIATE

Exam-focused quick response training β˜… worksheet: 20 intermediate-level number-letter codes questions. Worksheet 13 of 30 targets product codes. Build proficiency in numeric equivalents, alphabet numbering, code conversion with detailed solutions. Ideal for mid-level competitive exam preparation.

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

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

Question 1

If A=26, B=25, C=24... Z=1 (reverse order), then 'ANT' is coded as?
Reverse coding: A=26 + N=13 + T=7 β†’ concatenated = 26137

Question 2

If A=1, B=2, C=3... Z=26, then 'BAD' is coded as?
Letter to number: B=2 + A=1 + D=4 β†’ concatenated = 214

Question 3

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

Question 4

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 'CAT' coded as?
Digit sum coding: C=3β†’digit_sum=3, A=1β†’digit_sum=1, T=20β†’digit_sum=2 β†’ concatenated = 312

Question 5

For 'DEF', odd positions (1st,3rd,5th...) are coded as their position numbers, even positions are shifted by 1 letter forward. What is the code?
Odd/Even coding: Pos1:D→4, Pos2:E→E, Pos3:F→6 → 4E6

Question 6

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 7

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 8

If A=1, B=2, C=3... Z=26, then 'DOG' is coded as?
Letter to number: D=4 + O=15 + G=7 β†’ concatenated = 4157

Question 9

If each letter is shifted forward by 2 positions (A→C), what is 'CAR' coded as?
Shift coding: C→E(+2), A→C(+2), R→T(+2) → ECT

Question 10

If A=2, B=3, C=5, D=7, E=11... (prime numbers in order), what is 'BIRD' coded as?
Prime coding: B→3, I→23, R→61, D→7 → concatenated = 323617

Question 11

If A=2, B=3, C=5, D=7, E=11... (prime numbers in order), what is 'DOG' coded as?
Prime coding: D→7, O→47, G→17 → concatenated = 74717

Question 12

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 13

If A=26, B=25, C=24... Z=1 (reverse order), then 'ANT' is coded as?
Reverse coding: A=26 + N=13 + T=7 β†’ concatenated = 26137

Question 14

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

Question 15

If letters are coded as 5-bit binary (A=1=00001, B=2=00010...), 'BED' is coded as?
Binary coding: B=2=00010, E=5=00101, D=4=00100 β†’ concatenated = 000100010100100

Question 16

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 'EGG' coded as?
Digit sum coding: E=5β†’digit_sum=5, G=7β†’digit_sum=7, G=7β†’digit_sum=7 β†’ concatenated = 577

Question 17

For 'YZ', odd positions (1st,3rd,5th...) are coded as their position numbers, even positions are shifted by 1 letter forward. What is the code?
Odd/Even coding: Pos1:Y→25, Pos2:Z→@ → 25@

Question 18

If letters are coded as 5-bit binary (A=1=00001, B=2=00010...), 'DOG' is coded as?
Binary coding: D=4=00100, O=15=01111, G=7=00111 β†’ concatenated = 001000111100111

Question 19

If a word's code is the product of its letter positions, what is 'FISH's code?
Product calculation: F=6 Γ— I=9 Γ— S=19 Γ— H=8 = 8208

Question 20

If A=1, B=1, C=2, D=3, E=5, F=8... (Fibonacci sequence), what is 'BED' coded as?
Fibonacci coding: B=1, E=5, D=3 β†’ concatenated = 153
Previous Worksheet Next Worksheet