Conditional Rules

Conditional Rules problems apply different coding rules based on letter properties (vowel/consonant, position parity, etc.). For example, vowels might be replaced by numbers while consonants are shifted. These problems test your ability to apply rule-based transformations.

10Worksheets
200+Practice Questions
IntermediateDifficulty
2-3 hoursHours to Master

Introduction to Conditional Rules

Conditional Rules problems apply different coding rules based on letter properties (vowel/consonant, position parity, etc.). For example, vowels might be replaced by numbers while consonants are shifted. These problems test your ability to apply rule-based transformations.

Prerequisites

Vowel/consonant identification (A,E,I,O,U are vowels) Alphabet position knowledge Basic coding rules (shift, reverse, substitute) Conditional logic application
Why This Matters: Conditional Rules problems appear in 1-2 questions in SSC CGL and Banking PO exams. They test logical rule application and attention to letter properties.

How to Solve Conditional Rules Problems

1

Step 1: Identify the rule for vowels and the rule for consonants

2

Step 2: Check each letter of the word to determine if it is a vowel or consonant

3

Step 3: Apply the vowel rule to vowel letters

4

Step 4: Apply the consonant rule to consonant letters

5

Step 5: Combine the transformed letters in the same order

6

Step 6: Verify the transformation is consistent with given examples

7

Step 7: Present the coded word

Pro Strategy: First identify which letters are vowels (A, E, I, O, U) and which are consonants. Apply the appropriate rule to each letter individually. Keep the order of letters the same.

Example Problem

Example: Vowels are replaced by their position number (A=1,E=2,I=3,O=4,U=5). Consonants are shifted by +1 (B→C, C→D). Code 'CAT'. Solution: Step 1: C is consonant → +1 shift → D Step 2: A is vowel → position number → 1 Step 3: T is consonant → +1 shift → U Step 4: Coded word = D1U Answer: D1U

Pro Tips & Tricks

  • Vowels: A, E, I, O, U (sometimes Y is considered a vowel, check problem statement)
  • Common vowel rules: replace with number (A=1,E=2,I=3,O=4,U=5), shift by +1 (A→B, E→F), replace with next vowel (A→E, E→I)
  • Common consonant rules: shift by +1, shift by -1, replace with opposite letter, remain unchanged
  • Write the word and mark vowels vs consonants before coding
  • Y is usually treated as a consonant unless specified otherwise
  • Some problems use 'if position is odd/even' instead of vowel/consonant

Shortcut Methods to Solve Faster

Vowels = A(1), E(5), I(9), O(15), U(21)
To check if a letter is vowel, see if it's in {A,E,I,O,U}
Consonants are all other letters
For vowel→number coding, memorize the mapping: A=1, E=2, I=3, O=4, U=5
For vowel→next vowel: A→E, E→I, I→O, O→U, U→A

Common Mistakes to Avoid

Forgetting that Y is usually a consonant
Applying the wrong rule to vowels vs consonants
Not handling case sensitivity (all letters are usually uppercase)
Applying the vowel rule to consonants or vice versa

Exam Importance

Conditional Rules is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
1-2 questions
BANKING PO
1-2 questions
RAILWAYS RRB
1-2 questions
CAT
1-2 questions
INSURANCE
1-2 questions

Ready to Master Conditional Rules?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now