Coding Decoding

Coding-Decoding: Easy Study Material with Emojis ๐Ÿšฆ


What is Coding-Decoding? ๐Ÿงฉ

  • Coding: Changing a word or message into a secret code using rules or patterns.
  • Decoding: Changing the code back into the original word or message1.

Key Concepts & Tricks ๐Ÿ—๏ธ

1. Positional Value of Alphabets ๐Ÿ”ค

  • Forward: A=1, B=2, …, Z=26
  • Reverse: Z=1, Y=2, …, A=26
  • Memory Tip: “EJOTY” helps you remember 5, 10, 15, 20, 251.

2. Letter to Letter Coding ๐Ÿ“

  • Letters are changed using operations like addition, subtraction, or interchanging.
  • Trick:
    • Check for opposite letters (Aโ†”Z, Bโ†”Y, etc.).
    • Check for position changes or arithmetic operations1.

3. Letter to Number Coding ๐Ÿ”ข

  • Assign numbers to letters based on their position or a set rule.
  • Sometimes, numbers are manipulated (added, multiplied, etc.)1.

4. Substitutional Coding ๐Ÿ”„

  • Words are replaced with other words.
  • Find the answer by tracing the chain of substitutions1.

5. Chinese (Statement) Coding ๐Ÿˆฒ

  • Words in statements are coded with symbols/words/letters.
  • Find the code by matching common words in different statements1.

6. LSN (Letter, Symbol, Number) Coding ๐Ÿ”ฃ

  • Words are coded using a mix of letters, symbols, and numbers.
  • Each part (first/last letter, word length) has a coding rule1.

7. Conditional Coding โšก

  • Coding depends on specific conditions (e.g., first/last letter is a vowel/consonant).
  • Apply all conditions step by step1.

8. Clock Coding ๐Ÿ•’

  • Numbers or symbols represent time (hours/minutes).
  • Sometimes, binary codes (A=0, B=1) are used for numbers1.

Step-by-Step Tricks to Crack Coding-Decoding ๐Ÿง 

  1. Check for Opposite Letters:
    • E.g., Aโ†”Z, Bโ†”Y, Cโ†”X…
  2. Check for Position Interchange:
    • Are letters swapped or reversed?
  3. Check for Arithmetic Operations:
    • Addition, subtraction, multiplication on letter positions or numbers.
  4. Check for Substitution:
    • Is a word replaced by another? Follow the chain!
  5. For Number Codes:
    • Are numbers the sum of letter positions? Or squares/cubes of word length?

Practice Questions with Detailed Solutions ๐Ÿ“โœจ


Q1.

If “ENGLISH” is coded as “FOHNHRG”, how is “SCIENCE” coded?

Solution: Apply the same pattern as for “ENGLISH” (each letter is shifted forward by 1): S โ†’ T, C โ†’ D, I โ†’ J, E โ†’ G, N โ†’ M, C โ†’ B, E โ†’ D So, “SCIENCE” = TDJGMBD1 Answer: TDJGMBD โœ๏ธ


Q2.

If “FRIEND” is written as “UIRVMW”, how is “TRADER” coded?

Solution: Each letter is replaced by its opposite in the alphabet: Tโ†”G, Rโ†”I, Aโ†”Z, Dโ†”W, Eโ†”V, Rโ†”I So, “TRADER” = GIZWVI1 Answer: GIZWVI ๐Ÿ”„


Q3.

If “GIVE” is “810236” and “BOND” is “316155”, how is “CREW” coded?

Solution: Each letter is assigned a specific number based on a pattern (see example). C=4, R=19, E=5, W=23, sum or pattern applied as per the code. Following the pattern: 4196241 Answer: 419624 ๐Ÿ”ข


Q4.

If “Y” = 50 and “SEA” = 50, what is “YACHT”?

Solution: Y=25; 25ร—2=50. SEA: (19+5+1)ร—2=50. YACHT: (25+1+3+8+20)ร—2 = 57ร—2 = 1141 Answer: 114 ๐Ÿšค


Q5.

If “eye” is called “hand”, “hand” is called “mouth”, “mouth” is called “ear”, “ear” is called “nose”, and “nose” is called “tongue”, with which of the following would a person hear?

Solution: We hear with “ear”, but “ear” is called “nose”. Answer: Nose ๐Ÿ‘ƒ1


Q6.

If “MONITOR” = 49 and “NARCOTIC” = 64, how is “STUPENDOUS” coded?

Solution: MONITOR has 7 letters, 7ยฒ=49. NARCOTIC has 8 letters, 8ยฒ=64. STUPENDOUS has 10 letters, 10ยฒ=1001 Answer: 100 ๐Ÿ’ฏ


Q7.

If “EASY” is written as “5117”, how is “BEAM” written?

Solution: E=5, A=1, S=19 (1+9=10, 1+0=1), Y=25 (2+5=7). So, EASY=5117. BEAM: B=2, E=5, A=1, M=13 (1+3=4). Answer: 25141 Answer: 2514 ๐Ÿ“


Q8.

If “SPECIAL” is 65, what is “CONNECT”?

Solution: Sum of place values: C=3, O=15, N=14, N=14, E=5, C=3, T=20 Total: 3+15+14+14+5+3+20=741 Answer: 74 ๐Ÿ”—


Chinese Coding Example ๐Ÿˆณ

Given:

  • โ€˜si ta miโ€™ = โ€˜Seeta is dancingโ€™
  • โ€˜ge ma ta kiโ€™ = โ€˜jewellery shop is thereโ€™
  • โ€˜si la zaโ€™ = โ€˜Seeta likes sweetโ€™
  • โ€˜za ta kiโ€™ = โ€˜sweet is thereโ€™

Q: Which word means “jewellery”? Solution: โ€˜geโ€™ or โ€˜maโ€™ (since both only appear with “jewellery”)1 Answer: ge or ma ๐Ÿ’


Binary (Clock) Coding Example โฐ

A=0, B=1, BA=2, BB=3, BAA=4, BAB=5, … Q: What is the average of BBBB and BBBBB?

  • BBBB = 1111 (binary) = 15
  • BBBBB = 11111 (binary) = 31 Average = (15+31)/2 = 231 Answer: 23 ๐Ÿ•’

Quick Tips & Memory Aids ๐Ÿ’ก

  • Use “EJOTY” for quick reference to alphabet positions.
  • Always check for opposite letters or position-based patterns.
  • For substitution, follow the chain until you reach the answer.
  • For number codes, check if it’s a sum, square, or manipulation of letter positions.
  • For Chinese coding, match common words across statements.

Happy Practicing! ๐ŸŽ‰ Try to solve more coding-decoding questions using these tricks and emojis for quick recall! If you want more practice or have a specific type of coding-decoding question, just ask!

1 2

โ‚

  1. Coding-Decoding.pdf ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎ ↩︎

  2. education.study_materials ↩︎