Font size
WorksheetsScratch Programming Quiz
Total questions: 45
Worksheet time: 23mins
The (a) symbol in a flowchart is used for input/output.
A (a) is a step-by-step solution to a problem.
(a) blocks are used in Scratch to control timing.
(a) is used to represent decisions in a flowchart.
In Scratch, the character that performs actions is called a (a) .
The (a) flag is used to start a Scratch program.
The area where you connect blocks in Scratch is called the (a) area.
A (a) is a visual representation of an algorithm.
The (a) block is used to send messages between sprites.
(a) is the process of finding and fixing bugs in a program.
A (a) block is used to repeat actions in Scratch.
A (a) symbol in a flowchart shows a decision point.
The (a) block in Scratch can be used to move a sprite forward.
A flowchart starts and ends with a(n) (a) symbol.
In pseudocode, the word (a) is used for decisions.
A (a) is used to delay the action in Scratch.
(a) is a plain language way to describe an algorithm.
The (a) symbol represents a process in a flowchart.
The “say” block in Scratch belongs to the (a) category.
Scratch was developed by the (a) Media Lab.
What does a diamond symbol in a flowchart represent?
Start/End
Process
Decision
Input/Output
Which block is used to start a Scratch program?
Forever
Broadcast
When green flag clicked
Wait
Which of the following is not a flowchart symbol?
Rectangle
Circle
Oval
Diamond
What is the first step when solving a problem using an algorithm?
Testing
Coding
Understanding the problem
Debugging
Which block in Scratch is used to repeat actions forever?
If
Repeat
Forever
Say
Which category contains the “move 10 steps” block?
Control
Looks
Motion
Events
Which Scratch block is used to make decisions?
Say
If
Wait
Forever
What is the purpose of the "broadcast" block?
Make sound
Move sprite
Send message
End script
Which symbol in a flowchart shows input/output?
Rectangle
Diamond
Oval
Parallelogram
What is debugging?
Designing
Writing code
Fixing errors
Downloading code
Which Scratch block will show a speech bubble?
Move
Say
Wait
Repeat
What is pseudocode?
Computer code
Scratch script
Flowchart
Plain English steps
What is the use of the "wait" block in Scratch?
Make the sprite run
Pause actions
End program
Broadcast
What does the oval symbol in a flowchart represent?
Start/End
Process
Decision
Input/Output
In Scratch, you can add a sprite by:
Drawing
Choosing from library
Uploading
All of the above
Which of these is used for repetition in Scratch?
Repeat
Forever
Both A and B
None
In pseudocode, which structure is used for conditions?
LOOP
BEGIN
IF…THEN
What does a rectangle symbol in a flowchart mean?
Start
End
Process
Decision
Scratch programs are made by connecting __________.
Pictures
Arrows
Code
Blocks
Scratch is mainly used for:
Writing emails
Drawing graphs
Game development
Hacking
What happens if you click the green flag in Scratch?
Closes the program
Runs the program
Deletes code
Saves project
Which category contains the “wait” block?
Motion
Events
Control
Looks
“Move 10 steps” will:
Make sprite disappear
Change background
Move sprite
Add sprite
What is the background of a Scratch project called?
Layer
Scene
Costume
Stage
Which of these allows a sprite to talk?
Broadcast
Wait
Say
Move
