Font size
WorksheetsProgramming Semester Test Review
Total questions: 21
Worksheet time: 16mins
What are Conditionals?
The action of doing something over and over again
A piece of code that can easily be called over and over again
An action launched by any external input
Statements that only run under certain conditions
What is a Function?
The action of doing something over and over again
A piece of code that can easily be called over and over again
An action launched by any external input
Statements that only run under certain conditions
What is a Loop?
The action of doing something over and over again
A piece of code that can easily be called over and over again
An action launched by any external input
Statements that only run under certain conditions
What is an Event?
The action of doing something over and over again
A piece of code that can easily be called over and over again
An action launched by any external input
Statements that only run under certain conditions
What do you need to do if there is a problem with your program?
Start Over
Test your program
Debug your program
Cry
What is a Sprite?
A Place
A character or object on Scratch
A Soda
A Car
Which Sprite is the default on Scratch?
Which of these blocks can be found under the Motion tab on Scratch?
Which of these statements about scratch is true?
You can record a sound or pick a sound from the library
All the blocks are purple
You can only use 10 blocks per sprite
You can only use the "Meow" sound on the cat sprite
What is the name of the space in the middle of screen where you drag blocks to build your program?
Blocks
Toolbox
Workspace
Neverland
How many steps are executed if this program runs in a sequential manner?
12
13
14
15
1 million
What is a basic unit of programmable color on a computer display or in a computer image?
A Keyboard
A Monitor
A Conditional
A Pixel
What do you look for when condensing the number of blocks used in a program?
Loops
Patterns
Conditionals
Blocks
What does DRY stand for?
How do you share your project on Scratch?
A Blue Share Button
An Orange Share Button
A Green Share Button
A Purple Share Button
What is it called if you have a block inside of a block? (ex: a conditional inside of a conditional, a loop inside of a loop, a function inside of a function)
Nested Blocks
Repeated Blocks
Double Blocks
Buddy Blocks
Which of these is a Conditional?
Which of these is a If Conditional?
Which of these is a Function Definition?
Which of these is a Function Name?
What is the benefit of using functions in your programs?
