Conditional Rules - Intermediate Level: tricky scenarios handling Conditional Rules INTERMEDIATE

This expert challenge 📈 worksheet focuses on Conditional Rules - a key topic in Coding Decoding. You'll solve 20 intermediate-level problems (Worksheet 5 of 10). The primary focus is on tricky scenarios handling. Master how to solve conditional rules, conditional rules tricks, and conditional rules shortcut methods through systematic practice.

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

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

Question 1

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

Question 2

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

Question 3

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

Question 4

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

Question 5

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

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 'FRAMEWORK' coded?
Vowels shifted forward: FRAMEWORK → FRBMFWPRK

Question 7

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

Question 8

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

Question 9

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

Question 10

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

Question 11

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

Question 12

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

Question 13

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

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 'DATA' coded?
Vowels shifted forward: DATA → DBTB

Question 15

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

Question 16

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

Question 17

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

Question 18

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

Question 19

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

Question 20

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