When clicked in Scratch, starts all scripts in a program.
What is green flag?
What is an event?
What is Pair Programming?
Something which can be true or false, and is used to decide whether an action happens.
What is a condition?
Laws that protect the intellectual work of a person.
What is copyright?
A character or object we control with code.
What is a sprite?
Assigning an initial value to a variable or object.
What is initializing?
One image in a series.
What is a frame?
Instructions for how a program will work in plain language.
What is pseudocode?
This means to increase by a specific amount repeatedly.
What is increment?
A series of still frames, shown in succession
What is animation?
The language which can be understood by a computer.
What is code?
The frequency at which frames in a video sequence are displayed, as measured in frames per second (fps)
What is Frame Rate?
A diagram which shows how a program will run by connecting the different steps with arrows.
What is a flowchart?
Can only store 1 value at a time.
What is a variable?
The area in Scratch that displays a finished program when it is being run.
What is the Stage?
A set of steps to complete a task
What is an algorithm?
Images made with the help of a computer
What are computer graphics?
A statement with multiple possible outcomes which depend on a condition.
What is a conditional statement?
The place where people interact and communicate with a computer or any other piece of technology.
What is the user interface?
Single instructions for a sprite which can be dragged and snapped together.
What are blocks?
Sets of instructions that run at the same time.
What is parallelism?
The 2 types of computer graphics (digital images)
What are bitmap and vector?
Something that predicts new behavior of something by using a model created from rules based on existing data point
What is a computer simulation?
Hiding detail at a lower level.
What is abstraction?