Computer Science Notes for Class IV
Computer Science Notes for Class IV
Chapter – Scratch
Stage
Blocks
Block
Groups Sprite
Add
Backdrop
Button
Add
Sprite
Button
o Stage: The area where the action occurs (shows the code output).
o Sprites: Characters or objects you control in your projects (animals,
vehicles, etc.).
o Backdrops: The background images for your stage.
o Blocks Palette: Contains programming blocks to control your sprites
and their actions.
o Scripts Area: The workspace where you drag and snap blocks together
to create programs.
o Blocks: Color-coded blocks that perform specific tasks (motion,
control, events, etc.).
o Sprite List: Shows the current sprites in the project. You can add or
delete sprites here.
Basic Building Blocks
o Motion Blocks: Move sprites, rotate them, and change their size.
o Events Blocks: Used to initiate actions like when the green flag is
keys).
o Operators Blocks: Perform calculations
Input in Scratch
Looping Blocks