Coding–Decoding

Coding–decoding gives you a made-up rule and asks you to apply it. There is no knowledge to recall — only a method. The single most useful preparation is knowing the letter positions A=1 … Z=26 cold, because most codes are built on shifting, reversing or numbering letters.

Don't read this page — work through it. Each block asks you to commit to an answer before it tells you anything.

Start here: what do you already know?

Coding–decoding — true or false?

6 statements · 10s each

The one table you must know

Letter positions are the backbone of the whole chapter. The EJOTY trick helps: E=5, J=10, O=15, T=20, Y=25 — five landmarks, five apart. Any letter is then a short count from the nearest landmark.

ABCDEFGHIJKLM
12345678910111213
NOPQRSTUVWXYZ
14151617181920212223242526

Fix the landmarks

Loading interactive…

Classify the code before you crack it

Deciding which kind of code you are looking at is most of the battle.

Loading interactive…

Method, in order

Loading interactive…

Pair the code to its rule

Loading interactive…

Quick reference

Loading interactive…

Exam tip: always test the shift in both directions. Candidates lose marks by spotting +1 on the first letter and never checking that the third letter actually moved −1.


Test yourself

Loading interactive…