vocab 5 Flashcards
(9 cards)
Condition
something which can be true or false and is used to decide whether an action happens.
Conditional statement
a statement with multiple possible outcomes which depend on a condition.
Pseudocode
instructions for how a grofram will work.
Flowchart
a diagram which shows how a program will run by connecting the different steps with arrows.
Boolean
a statement which must be true or false. Booleans can be used as conditions in programming.
Collision detection
in a program when the overlap of one or more objects is detected. Often found in video games where objects are programmed to react to the detected collisions.
Open source
Describe software whose source code is really available and can be resolved and registered as anyone sees fit
Operator
used to compare or modify data in order to build expressions that can be evaluated. The types in scratch include arithmetic, comparison, and boolean.
Evaluate
to determine the new value that is returned from an expression that uses an operator.