Odd/Even Coding: Worksheet 6 - Intermediate-Advanced Practice Odd/Even Coding INTERMEDIATE ADVANCED

Ready to master Odd/Even Coding? This timed practice ⚡ worksheet (6/10) presents 20 intermediate-advanced-level challenges. Focus area: speed building. Learn to solve odd/even coding tricks, handle odd/even coding shortcut methods, and perfect odd/even coding bank exam questions with our step-by-step solutions.

📝 Worksheet 6 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Intermediate Advanced level

What you'll learn in this worksheet:
Your progress through Odd/Even Coding
Worksheet 6 of 10 (55% complete)

Question 1

For 'ABC', 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:A→1, Pos2:B→B, Pos3:C→3 → 1B3

Question 2

For 'STU', 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:S→19, Pos2:T→T, Pos3:U→21 → 19T21

Question 3

For 'STU', 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:S→19, Pos2:T→T, Pos3:U→21 → 19T21

Question 4

For 'ABC', 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:A→1, Pos2:B→B, Pos3:C→3 → 1B3

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

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 7

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 8

For 'STU', 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:S→19, Pos2:T→T, Pos3:U→21 → 19T21

Question 9

For 'PQR', 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:P→16, Pos2:Q→Q, Pos3:R→18 → 16Q18

Question 10

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 11

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 12

For 'STU', 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:S→19, Pos2:T→T, Pos3:U→21 → 19T21

Question 13

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 14

For 'VWX', 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:V→22, Pos2:W→W, Pos3:X→24 → 22W24

Question 15

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 16

For 'PQR', 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:P→16, Pos2:Q→Q, Pos3:R→18 → 16Q18

Question 17

For 'VWX', 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:V→22, Pos2:W→W, Pos3:X→24 → 22W24

Question 18

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 19

For 'ABC', 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:A→1, Pos2:B→B, Pos3:C→3 → 1B3

Question 20

For 'VWX', 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:V→22, Pos2:W→W, Pos3:X→24 → 22W24
Previous Worksheet Next Worksheet