Odd/Even Coding: Worksheet 2 - Beginner Practice Odd/Even Coding BEGINNER

Ready to master Odd/Even Coding? This entry level practice worksheet (2/10) presents 20 beginner-level challenges. Focus area: pattern recognition. Learn to solve odd/even coding reasoning questions, handle odd/even coding practice, and perfect odd/even coding for competitive exams with our step-by-step solutions.

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

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

Question 1

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 2

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 3

For 'JKL', 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:J→10, Pos2:K→K, Pos3:L→12 → 10K12

Question 4

For 'MNO', 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:M→13, Pos2:N→N, Pos3:O→15 → 13N15

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 'JKL', 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:J→10, Pos2:K→K, Pos3:L→12 → 10K12

Question 7

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 8

For 'GHI', 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:G→7, Pos2:H→H, Pos3:I→9 → 7H9

Question 9

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 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 '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 12

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 13

For 'GHI', 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:G→7, Pos2:H→H, Pos3:I→9 → 7H9

Question 14

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 15

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 16

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 17

For 'JKL', 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:J→10, Pos2:K→K, Pos3:L→12 → 10K12

Question 18

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 19

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 20

For 'JKL', 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:J→10, Pos2:K→K, Pos3:L→12 → 10K12
Previous Worksheet Next Worksheet