Page 80 - Computer - 4
P. 80
Mind Fog ERROR
Do not keep the number of steps in the Move block too large else the circle drawn will not
fit on the Stage.
Database Subject Enrichment
Scratch takes its name from a technique used by disk jockeys called scratching, where
vinyl records are clipped together and manipulated on a turntable to produce different
sound effects and music. Like scratching, Scratch lets users combine blocks and mix
different media (including graphics and sound) in creative ways by creating and remixing
projects like video games, animations, music, and simulations.
Post-Processing
Scratch is an educational programming language created by Massachusetts
Institute of Technology Media Lab.
The Sound blocks, colour-coded bright purple, are used to play sounds.
The Sensing blocks, colour-coded light blue, are used to check if a specific
condition is satisfied or not.
The Pen blocks, colour-coded dark green, are used to draw on the Stage
using the sprite as a pen.
Pen blocks are added to the Code tab using the Add Extension button.
To draw a polygon, the sprite must be moved and turned by a specific angle
a fixed number of times.
A circle is a special figure in which the sprite is turned by 1 degree after
every move.
INFO RETENTION
INFO RETENTION
A. Tick [3] the correct option.
1. The block category that reports True if a specific condition is true is ______.
Events Sensing Control Looks
2. The block that lets a sprite draw on the Stage as it moves is ______.
78