Alphabet Test - Advanced Level: letter counting ADVANCED

Master alphabet test concepts through this hard problem set practice set. Worksheet 26 of 30 contains 20 advanced-level problems. Deep dive into letter counting while learning letter gaps, adjacent letters, skipping patterns. Recommended for advanced learners aiming for complex scenarios and multi-step problems.

📝 Worksheet 26 of 30 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Advanced level

What you'll learn in this worksheet:
Your progress through Alphabet Test
Worksheet 26 of 30 (86% complete)

Question 1

How many letters are there between 'L' and 'D'?
Letters between: E, F, G, H, I, J, K. Count = 7.

Question 2

If each letter is replaced by its mirror (A↔Z, ...), how is 'LION' coded?
L->O I->R O->L N->M = ORLM

Question 3

From the letters N, A, E, C, O, how many meaningful English words can be formed?
Examples: OCEAN, ONE, CANE... Total 6 valid words can be formed.

Question 4

Find the next letter: B, G, L, Q, ___
Start at B, add 5 each step. Next: position 22, 'V'.

Question 5

If each letter is replaced by its mirror (A↔Z, ...), how is 'CAT' coded?
C->X A->Z T->G = XZG

Question 6

From 'K', move 8 places backward. Which letter do you reach?
'K' is position 11. Subtract 8: 11 - 8 = 3 (modulo 26 if needed). Ans = 'C'. Remember: the alphabet wraps around after Z and before A.

Question 7

Continue the pattern: C, F, J, M, Q, ___
Alternating jumps: +3, +4, next is T.

Question 8

What is the 24th letter from the left end?
Counting from the left: position 24, letter is 'X'.

Question 9

If each letter is replaced by its mirror (A↔Z, ...), how is 'LION' coded?
L->O I->R O->L N->M = ORLM

Question 10

Continue the pattern: G, I, L, N, Q, ___
Alternating jumps: +2, +3, next is S.

Question 11

If 'MONKEY' is coded as the sum of its letters' positions, what is the code?
13 + 15 + 14 + 11 + 5 + 25 = 83

Question 12

What is the 21st letter from the left end?
Counting from the left: position 21, letter is 'U'.

Question 13

If letters are paired from ends (A-Z, B-Y, C-X, etc.), what is the pair of letter P?
Pairing from ends, P (position 16) pairs with K (position 11) because positions add to 27.

Question 14

In word 'ASSESSMENT', how many times does letter 'T' appear?
In 'ASSESSMENT', 'T' appears 1 times.

Question 15

If 'CAT' is coded as the sum of its letters' positions, what is the code?
3 + 1 + 20 = 24

Question 16

What is the 22nd letter from the right end?
Counting from the right: position 5, letter is 'E'.

Question 17

Using the same code, what is the product for the word DOG?
4, 15, 7 gives a product of 420.

Question 18

What is the 15th letter from the right end?
Counting from the right: position 12, letter is 'L'.

Question 19

Starting at 'I', move 4 right, then 7 left, then 3 right. Which letter do you land on?
Start 'I' (position 9). Move 4 right → 'M' (pos 13). Move 7 left → 'F' (pos 6). Move 3 right → 'I' (pos 9). Final answer: 'I'.

Question 20

Which letter is 4 positions after 'S'?
'S' is position 19. Add 4: 19 + 4 = 23 (modulo 26 if needed). Ans = 'W'. Remember: the alphabet wraps around after Z and before A.
Previous Worksheet Next Worksheet