vocab 5 Flashcards

(9 cards)

1
Q

Condition

A

something which can be true or false and is used to decide whether an action happens.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Conditional statement

A

a statement with multiple possible outcomes which depend on a condition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Pseudocode

A

instructions for how a grofram will work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Flowchart

A

a diagram which shows how a program will run by connecting the different steps with arrows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Boolean

A

a statement which must be true or false. Booleans can be used as conditions in programming.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Collision detection

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Open source

A

Describe software whose source code is really available and can be resolved and registered as anyone sees fit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Operator

A

used to compare or modify data in order to build expressions that can be evaluated. The types in scratch include arithmetic, comparison, and boolean.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Evaluate

A

to determine the new value that is returned from an expression that uses an operator.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly