What is a sequence of steps or instructions that repeat?
Loop
What is a boolean?
A statement that is either true or false. It is used as a conditional.
What connects different steps in a flowcharts?
Arrows
What shapes are condition blocks?
Hexagons
What is 75 % of 1000?
750
What is "one image in a series" called?
Frame
What is a condition?
A boolean which decides if the action will happen.
What are computer graphics?
Images that are made with the help of a computer.
What loop will you use to have your program go on constantly?
Forever loop
What is the largest continent in the world?
Asia
What does "fps" stand for?
Frames per second.
What is a conditional?
A statement with multiple possible outcomes which depends on a condition.
Pseudo-code can be written in English only.
TRUE / FALSE
False
What conditional block would you use to create a program with multiple answers?
if-then-else statement block
Who won the last World Cup?
France
The frequency at which frames in a video sequence are displayed, as measure in frames per second?
Frame rate.
What is pseudocode?
Instructions on how the program will be written/work in plain language.
What is a "Bitmap" image?
Digital image stored as pixels ( example: digital photo)
Provide an example of if-then-else statement in plain language?
Answers will vary.
At what temperature dose water freeze?
0 in Celsius
32 in Fahrenheit
What is an animation?
What is a flowchart?
A diagram which shows how the program will run by connecting the different steps with arrows.
What is a "Vector" image?
A digital image stored as mathematical equations for points, lines and shapes ( Example: Cartoons)
What block do we need to use in scratch to check if a mouse is touching an object/sprite?
sensing block - touching mouse pointer?
Red, White and Blue