You are on page 1of 14

AGPN CONVENT & ER SCHOOL

CLASS 3 : COMPUTER WORKSHEET

Logic Building with Blockly Games


➢ Blockly games is an amazing tool that helps young children learn the basics of coding.
➢ Coding is giving instructions to the computer to perform a task.
➢ Puzzles are small problems that help us in logical thinking for finding the correct solution.
➢ Maze is a network of paths that has a starting as well as a destination. Starting point is marked with
a green pad and destination is marked with a red balloon.
➢ To perform a task we have to break the task into small steps.
➢ Block is the graphical representation of code. Each block is a step in the whole task.
➢ To perform a task both steps and sequence are important.
➢ Sequence can be described as the order of occurrence.
➢ Running certain blocks again and again for a number of time is called looping. repeat until block is
used to create loop.
➢ Sometimes we need to make decisions in the program to do that we use if and if-else block. If block
will check the condition, if it true then only it’ll run the block inside it otherwise it will transfer the
control to else block.

Blockly Games Interface:


Puzzles

Maze
Turtle

Bird
Introduction to Scratch
➢ Programming or coding, simply means telling a computer what to do.
➢ A special language that a computer can understand is programing language.
➢ Computer instructions written in a programming language are often called code. Coding is
programming.
➢ Scratch is an application software to create stories, animations and games with the help of coding
blocks.
➢ Scratch has over 100 coding blocks and each one has a unique use.
➢ The characters in scratch is called Sprite. Default sprite is a cat and we can add new sprites from
Sprite Library
➢ The animation or program runs on the stage. The default stage is white.
➢ A backdrop is the background of the stage, that can be changed from Backdrop Library.
➢ Coding blocks are organized under various categories with different colors.
➢ Here library is the collection of sprites or backdrops.
➢ Run a program means starting a program. In scratch programs are also called Project.

Scratch Interface:
Different Coding Blocks:

Q. How to change the backdrop?


1. Open Scratch.
2. Click Choose backdrop, a backdrop library will open.
3. Select background from Backdrop Library window.
4. Click Ok.
Q. How to save your project?
1. Go to file menu then click on Save to your computer opinion.
2. Select the folder where you want to save .
3. Type the name for the project.
4. Click on Save button.
Q. How to open a project after saving?
1. Go to file menu then click on load from your computer opinion.
2. Select the project.
3. Click on Open button.
Some Code Blocks with Functions

You might also like