Symbol Coding - Intermediate Level: symbol substitution INTERMEDIATE

Master symbol coding concepts through this excellence pursuit practice set. Worksheet 16 of 30 contains 20 intermediate-level problems. Deep dive into symbol substitution while learning iconic coding, visual symbols, symbol patterns. Recommended for mid-level learners aiming for moderate complexity with mixed patterns.

πŸ“ Worksheet 16 of 30 β€’ 20 questions β€’ ⏱️ Estimated time: 20 minutes β€’ 🎯 Intermediate level

What you'll learn in this worksheet:
Your progress through Symbol Coding
Worksheet 16 of 30 (53% complete)

Question 1

If @=L, #=I, $=G, ... then decode: '@#$%&'
Reverse mapping: @#$%& β†’ LIGHT = LIGHT

Question 2

If Layer 1: Even positions=^, Odd positions=&, Layer 2: ^=~, &=%, then code 'CODE'
Layer 1: CODE (positions) β†’ ^&^&
Layer 2: ^&^& β†’ ~%~%

Question 3

If +=%, -=$, *=*, /=@, then evaluate: 12 % 8 $ 12
Decode symbols: 12 % 8 $ 12 β†’ 12 + 8 - 12 = 8

Question 4

If @=S, #=P, $=A, ... then decode: '@#$%&'
Reverse mapping: @#$%& β†’ SPACE = SPACE

Question 5

If +=*, -=#, *=@, /=&, then evaluate: 11 & 5 * 11
Decode symbols: 11 & 5 * 11 β†’ 11 / 5 + 11 = 13

Question 6

If consonants at even positions = #, odd positions = *, vowels remain same, then 'PRINTER' = ?
Consonants at positions: P(pos1β†’*), R(pos2β†’#), I, N(pos4β†’#), T(pos5β†’*), E, R(pos7β†’*) = #*I*#E#

Question 7

If Layer 1: Vowels=@, Consonants=#, Layer 2: @=1, #=2, then code 'LOAD'
Layer 1: LOAD β†’ #@@#
Layer 2: #@@# β†’ 2112

Question 8

If vowels = $, consonants = %, then 'ARTIFICIAL' = ?
Vowel-consonant coding: vowels (A, I, I, I, A)β†’$, consonants (R, T, F, C, L)β†’% β†’ $%%$%$%$$%

Question 9

If vowels at even positions (1-based) = @, vowels at odd positions = #, consonants remain same, then 'PROGRAM' = ?
Vowels at positions: P, R, O(pos3,odd→#), G, R, A(pos6,even→@), M = PR@GR#M

Question 10

If vowels = @, even position consonants = #, odd position consonants = *, then 'TESTING' = ?
Position-wise coding: T(pos 1, even)β†’#, E(vowel)β†’@, S(pos 3, even)β†’#, T(pos 4, odd)β†’*, I(vowel)β†’@, N(pos 6, odd)β†’*, G(pos 7, even)β†’# = #@#*@*#

Question 11

Using the symbol matrix: D β†’ * | H β†’ = | E β†’ & | F β†’ $ | A β†’ ! Code the word: 'DDEFA'
Using matrix: D→* → D→* → E→& → F→$ → A→! = **&$!

Question 12

If Layer 1: Even positions=^, Odd positions=&, Layer 2: ^=~, &=%, then code 'COPY'
Layer 1: COPY (positions) β†’ ^&^&
Layer 2: ^&^& β†’ ~%~%

Question 13

If @=S, #=P, $=A, ... then decode: '@#$%&'
Reverse mapping: @#$%& β†’ SPACE = SPACE

Question 14

If Layer 1: Letters β†’ position numbers (A=1, B=2...), Layer 2: Numbers β†’ symbols (1=@,2=#,3=$,4=%,5=&,6=*,7=+,8==,9=!,0=?), then code 'WORD'
Layer 1: WORD β†’ W=23, O=15, R=18, D=4 = 2315184
Layer 2: 2315184 β†’ #$@&@=%

Question 15

Using the symbol matrix: B β†’ + | H β†’ * | G β†’ @ | D β†’ $ | F β†’ = Code the word: 'HHF'
Using matrix: H→* → H→* → F→= = **=

Question 16

If middle letter = !, all others = ^, then 'ALGORITHM' = ?
Middle special: R(position 5)→!, others→^ → ^^^^!^^^^

Question 17

If Layer 1: Letters β†’ position numbers (A=1, B=2...), Layer 2: Numbers β†’ symbols (1=@,2=#,3=$,4=%,5=&,6=*,7=+,8==,9=!,0=?), then code 'SAVE'
Layer 1: SAVE β†’ S=19, A=1, V=22, E=5 = 191225
Layer 2: 191225 β†’ @!@##&

Question 18

If @=H, #=E, $=A, ... then decode: '@#$%&'
Reverse mapping: @#$%& β†’ HEART = HEART

Question 19

If Layer 1: Vowels=@, Consonants=#, Layer 2: @=1, #=2, then code 'COPY'
Layer 1: COPY β†’ #@##
Layer 2: #@## β†’ 2122

Question 20

If @=H, #=E, $=A, ... then decode: '@#$%&'
Reverse mapping: @#$%& β†’ HEART = HEART
Previous Worksheet Next Worksheet