Vocab test 2-7-25 Flashcards

STEM

1
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
2
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
3
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
4
Q

Pseudocode

A

Instructions for how a program will work in plain language

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

Flow chart

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
6
Q

Collision detection

A

a program, when the overlap of one or more objects is detected. Often found in video games where objects are programmed to react to detected collisions.

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

Open source

A

describes software whose source code is freely available and can be revised and redistributed 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 and operator

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

Arithmetic operators:

A

an operator that evaluates two number inputs and gives another number as the output result

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

comparison operator

A

an operator that evaluates two numeric or text inputs and gives Boolean (true/ false) output result

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

Boolean operator

A

an operator that takes boolean as input and evaluates to a boolean result

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

Expression

A

a statement in coding that combines values, functions, operators, ect,. So they can be evaluated to determine a new value.

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