vocab 5 Flashcards
idk
1
Q
condition
A
can be true or false and used for an action happening
2
Q
Conditional statements
A
A statement with multiple outcomes
3
Q
Pseudocode
A
code for how the program will work
4
Q
Flow chart
A
A diagram that shows how a program will run
5
Q
Boolean
A
A statement which can be true or false
6
Q
Collision detection
A
when one or more objects overlap
7
Q
Open source
A
A software code that is freely available
8
Q
Operator
A
Used to compare or modify data
9
Q
Evaluated
A
determine the new value returned from an expression
10
Q
Arithmetic operators
A
an operator that evaluates two number inputs
11
Q
Comparison operator
A
an operator that evaluates two numerics input
12
Q
Boolean operator
A
takes booleans as inputs
13
Q
Expression
A
statement in coding that combines values