Coding Worksheet for Kids
Coding Worksheet for Kids
In transforming 'MUG' to 'NVH', each letter in 'MUG' is shifted forward by one position in the alphabet. Similarly, applying this to 'JUG': J becomes K, U becomes V, and G becomes H, producing 'KVH' .
The word 'KING' is reversed to form 'GNIK'. Using the same pattern, 'CROWN' is reversed to 'NWORC' .
'TABLE' is reverse-encoded as 'ELBAT'. By applying the same logic, 'CHAIR' becomes 'RIAHC' .
'NOSE' is converted to 'OPTF' by shifting each letter forward by one, except the second letter which shifts by two. For 'ROSE', R becomes S, O becomes P, S to T, and E to F, hence 'SPTF' .
'PEN' to 'QFO' uses a pattern where each letter is shifted +1 in the alphabet. Applying this pattern to 'TOP': T becomes U, O becomes P, and P becomes Q, resulting in 'UPQ' .
The transformation of 'DOG' (D = 4, O = 15, G = 7) to 'FOI' (F = 6, O = 15, I = 9) follows a pattern where the first letter is shifted +2, the second remains the same, and the third letter is shifted +2 in the alphabet .
The transformation of 'POT' to 'QPU' involves each letter being shifted +1 in the alphabet. Similarly applying this to 'CUP': C becomes D, U remains as V, and P becomes Q, creating 'DVQ' .
The word 'LION' is simply reversed to form 'NOIL'. Similarly, reversing 'TIGER' results in 'REGIT' .
'MOUSE' to 'NPVTG' shifts each letter one forward, except the third letter which moves two forward. Applying this to 'HOUSE': H becomes I, O becomes P, U becomes V, S becomes T, and E becomes F, so 'HOUSE' becomes 'IPWTF' .
In 'ROAD' to 'SPBE', each letter is shifted one position forward. Using the same pattern, 'CARD' is transformed by shifting each letter: C to D, A to B, R to S, and D to E, resulting in 'DBSE' .