Symbol & Conditional Coding
Here a table assigns conditions: e.g., 'if a number is even, code it ↑; if odd, code it ↓', or symbols stand for operations. Apply each condition in the stated order, watching for an exception clause at the end.
Apply the rules in order — and read the exception
Conditional coding gives a small rulebook (often with a final "but if…" exception). Apply the rules left to right and check every digit/letter against them. A common type makes a symbol stand for an operation: "if + means ×", then evaluate with that meaning under BODMAS.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Decoding toolkit
| Position values | A=1, B=2, … Z=26 |
|---|---|
| Forward shift | new = old + k (wrap Z→A) |
| Backward shift | new = old − k (wrap A→Z) |
| Opposite letter | 27 − position (A↔Z) |
| Reverse coding | write the word backwards |