Conditional Rules - Absolute-Beginner Level: core concept mastery Conditional Rules ABSOLUTE BEGINNER

This skill primer 🌟 worksheet focuses on Conditional Rules - a key topic in Coding Decoding. You'll solve 20 absolute-beginner-level problems (Worksheet 1 of 10). The primary focus is on core concept mastery. Master conditional rules problems, conditional rules reasoning questions, and conditional rules practice through systematic practice.

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

What you'll learn in this worksheet:
Your progress through Conditional Rules
Worksheet 1 of 10 (0% complete)

Question 1

In a certain code, vowels become next consonant, consonants become next vowel. How is 'FAST' coded?
Swapping vowel/consonant roles: FAST → IBUU

Question 2

In a certain code, each vowel is replaced by the next letter (A→B, E→F, I→J, O→P, U→V). How is 'YELLOW' coded?
Vowels shifted forward: YELLOW → YFLLPW

Question 3

In a certain code, vowels become next consonant, consonants become next vowel. How is 'LIGHT' coded?
Swapping vowel/consonant roles: LIGHT → OJIIU

Question 4

In a certain code, vowels are coded as A=1,E=2,I=3,O=4,U=5. How is 'SOLUTION' coded?
Vowels: OUIO become numbers: S4L5T34N

Question 5

In a certain code, vowels are coded as A=1,E=2,I=3,O=4,U=5. How is 'ENCODE' coded?
Vowels: EOE become numbers: 2NC4D2

Question 6

In a certain code, each vowel is replaced by the next letter (A→B, E→F, I→J, O→P, U→V). How is 'SYSTEM' coded?
Vowels shifted forward: SYSTEM → SYSTFM

Question 7

In a certain code, each consonant is replaced by the previous letter (B→A, C→B, etc.). How is 'DATA' coded?
Consonants shifted backward: DATA → CASA

Question 8

In a certain code, vowels become next consonant, consonants become next vowel. How is 'BOOK' coded?
Swapping vowel/consonant roles: BOOK → EPPO

Question 9

In a certain code, each vowel is replaced by the next letter (A→B, E→F, I→J, O→P, U→V). How is 'FLOWER' coded?
Vowels shifted forward: FLOWER → FLPWFR

Question 10

In a certain code, vowels are coded as A=1,E=2,I=3,O=4,U=5. How is 'CODE' coded?
Vowels: OE become numbers: C4D2

Question 11

In a certain code, each vowel is replaced by the next letter (A→B, E→F, I→J, O→P, U→V). How is 'BLUE' coded?
Vowels shifted forward: BLUE → BLVF

Question 12

In a certain code, vowels become next consonant, consonants become next vowel. How is 'VERBAL' coded?
Swapping vowel/consonant roles: VERBAL → AFUEBO

Question 13

In a certain code, vowels are coded as A=1,E=2,I=3,O=4,U=5. How is 'ANALOG' coded?
Vowels: AAO become numbers: 1N1L4G

Question 14

In a certain code, each vowel is replaced by the next letter (A→B, E→F, I→J, O→P, U→V). How is 'COUNT' coded?
Vowels shifted forward: COUNT → CPVNT

Question 15

In a certain code, vowels are coded as A=1,E=2,I=3,O=4,U=5. How is 'DATA' coded?
Vowels: AA become numbers: D1T1

Question 16

In a certain code, each vowel is replaced by the next letter (A→B, E→F, I→J, O→P, U→V). How is 'DELTA' coded?
Vowels shifted forward: DELTA → DFLTB

Question 17

In a certain code, vowels are coded as A=1,E=2,I=3,O=4,U=5. How is 'EARTH' coded?
Vowels: EA become numbers: 21RTH

Question 18

In a certain code, each vowel is replaced by the next letter (A→B, E→F, I→J, O→P, U→V). How is 'RED' coded?
Vowels shifted forward: RED → RFD

Question 19

In a certain code, each consonant is replaced by the previous letter (B→A, C→B, etc.). How is 'RANK' coded?
Consonants shifted backward: RANK → QAMJ

Question 20

In a certain code, each consonant is replaced by the previous letter (B→A, C→B, etc.). How is 'FILE' coded?
Consonants shifted backward: FILE → EIKE
Next Worksheet