Number & Symbol Coding

Number और Symbol coding

title

Number & Symbol Coding

  • Coding–Decoding
  • Number & Symbol Coding
Hello दोस्तों! MeraExam की एक और class में आपका स्वागत है। आज की class में समझेंगे — Number और Symbol coding। घबराइए मत, हम एकदम basic से शुरू करेंगे। Ready? चलिए!
Scene 1/13
Interactive — learn by doing. Drag, tap and explore to build the intuition.

Coding by shifting letters

Most codes just move every letter forward or back by the same step. Find the step from one pair, then apply it to all.

D
+3
G
E
+3
H
L
+3
O
H
+3
K
I
+3
L
GHOKL
Each letter moved 3 places forward in the alphabet.

💡 Reverse coding uses shift −(that step); “opposite letter” is the special case A↔Z, i.e. 27 − position.