Date : 13-jan-2021 Ch. 6 Introduction to Scratch How to work scratch online. Step: 1 Open Google Chrome Step: 2 Write Scratch online 3.0 (Link: scratch.mit.edu ) Step: 3 Click on start creating. A sequence of instructions given to a computer is called a program. A Scratch program is saved as a project. Basic Elements of the Scratch window Sprite: In Scratch, we work with objects called sprites. Sprites are placed on the stage. We can select a sprite from the sprite library or create a new sprite. Stage : The stage is the area where we can see the sprite in action. The sprite’s movement and other actions are controlled by instruction blocks. Script area It is the area where we create our scripts or programs for each sprite by stacking various instruction blocks in a se...