Skip to main content
Game Creation in Scratch
A Fill in the blanks with the correct words.
- A variable is an element whose value can vary or change.
- A Hat block has a notch at the bottom.
- The value of the Boolean block is either True or False.
- The sensing blocks are used to detect various digital and analog inputs.
- The Forever block will run the programming code infinitely.
B Write T for the true statement and F for the false one. Correct the false statement(s).
- The Data block is used to create a variable. T
- The Hat blocks are used to start the execution of a project. T
- The If block is executed when the condition evaluated is False. F (when the condition evaluated is True)
- The Repeat block can be used to run the code continuously. T
- Motion blocks are colour-coded green. F (colour-coded blue)
C Choose the correct option.
- A sprite can be animated by ________.
a. changing the backdrop's costumes
b. changing the sprite's costumes
c. using conditional block
d. using looping block
- Which block is used to start the execution of a Scratch script?
a. Reporter
b. Stack
c. Hat
d. Cap
- Which block is used to move smoothly from one position to another on the stage?
a. go to x: 0 y: 0
b. glide 1 secs to x: 0 y: 0
c. if on edge, bounce
d. go to mouse pointer
- Which block is used to change to a particular costume?
a. switch backdrop to backdrop1
b. next costume
c. show
d. switch costume to costume2
- Which block is used to change the size of the pen in Scratch?
a. set pen color to 0
b. set pen size to 1
c. change pen color by 10
d. change pen shade by 10
D Answer the following.
- Name all the block categories present in Scratch 2.0.
Motion, Looks, Sound, Pen, Data, Event, Control, Sensing, Operators, More Blocks
- Mention any two blocks used for repeated execution of programming code. What is the difference between them?
repeat: To repeat the execution of programming code for a specified number of times.
forever: To repeat the execution of programming code forever.
- What are the two conditional blocks? Where are they present?
The two conditional blocks are if and if-else. They are present under the Control category of blocks.
- Explain the working of the following blocks:
clear: It removes any pen marking from the Stage.
hide: It hides the sprite.
- How will you change the red color to yellow color in the following block?
set pen color to red: By clicking inside the block's color swatch and then select the yellow color.
- What is the difference between the following blocks?
glide 1 secs to x: -66 y: -4 is used to move the sprite smoothly to given x, y coordinates.
go to x: -66 y: -4 is used to position the sprite to the given x, y coordinates.
- Write any two blocks that can be used to start a Scratch project. Where are they present?
a. Hat Block
b. When space key is pressed
They are present under the Events category of blocks.
Extra Questions
- A computer program is a set of instructions that instructs the computer to perform a specific task.
- Programming refers to the process of creating a program or code using a programming language.
- Scratch 2.0 is a computer programming language to teach programming concepts to young students.
- A Sprite is a graphic object on the stage.
- The Stage is the place where you add your sprites.
- When a Scratch project starts, an orange cat sprite appears in the middle of the stage.
- The Green Flag button is used to start running a Scratch program.
- The Stop button is used to stop running a Scratch program.
- The Scratch programming language was developed by Mitch Resnick at the MIT.
- The 'i' button is known as the information button.
- There are 10 color-coded Blocks Drawers.
- The Grow button is used to increase the size of the sprite.
- The Shrink button is used to decrease the size of the sprite.
- The Duplicate button looks like a rubber stamp. It is used to make a copy of the sprite.
- The Delete button looks like a pair of scissors. It is used to remove a sprite.
- The C Block is also called Wrap block.
- Motion blocks are color-coded blue.
- Looks blocks are color-coded purple.
- Control blocks are color-coded gold.
- Events blocks are color-coded brown.
- Sound blocks are color-coded bright purple.
- Pen blocks are color-coded dark green.
- Sensing blocks are color-coded light blue.
- Operators blocks handle arithmetic calculations and Boolean operations.
- The Cap block is used to stop scripts.
- The Reporter block can hold character or numeric data.
- The Blocks Palette is the area in Scratch from where you drag and add the blocks in the Scripts area.
- The Blocks Drawer consists of 10 color-coded blocks.
- You can create a variable for a particular sprite or for all the sprites. True
- We can create games and quizzes in Scratch 2.0. True
- There are 6 block types. True
- The Stack block has a notch at the top and the bottom. True
- What are the 4 ways to add a backdrop?
a. Choose backdrop from library
b. Paint new backdrop
c. Upload backdrop from file
d. New backdrop from camera
- What are the 4 ways to add a sprite?
a. Choose sprite from library
b. Paint new sprite
c. Upload sprite from file
d. New sprite from camera
- What are the 6 block types?
a. Hat block
b. Stack block
c. Boolean block
d. Reporter block
e. C block
f. Cap block
Comments
Post a Comment