Intro to Scratch

Scratch is a free program that teaches coding using colourful blocks instead of typed text. You snap blocks together like puzzle pieces to make characters move, talk, and play games. Scratch makes coding fun for beginners.

🧩 Snapping Code Blocks
when 🟢 clicked
move 10 steps
say "Hello!" for 2 seconds

Parts of the Scratch Screen

  • Stage – The area where your character (called a sprite) moves and acts
  • Sprite – A character or object you control with code
  • Block Palette – A list of colourful code blocks you can use
  • Script Area – Where you drag and snap blocks together
Block
Palette
Script Area
🐱

Block Categories

CategoryUsed For
🟦 MotionMoving sprites around the stage
🟪 LooksChanging appearance, speech bubbles
🟨 EventsStarting a script, like when clicked
🟩 SoundPlaying sounds and music

Your First Script

  1. Click the Events category
  2. Drag "when green flag clicked" to the script area
  3. Click Motion and drag "move 10 steps" under it
  4. Click the green flag above the stage to run your script

🔑 Key Terms

  • Sprite – A character or object controlled by code in Scratch
  • Script – A group of blocks snapped together to perform actions
  • Stage – The area where the sprite moves and performs

✏️ Exercise

  1. What is a sprite?
  2. Which block category has "move steps" blocks?
  3. What do you click to run a Scratch script?

© estudy247.com  |  Junior Computer Skills – Class 5

Leave a Comment

Your email address will not be published. Required fields are marked *