Coding Flashcards

1
Q

What is Boolean logic

A

Boolean logic is a form of algebra where all values are either true or false

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

What do programs do?

A

Use simple comparisons to help make decisions

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

What is selection?

A

A decision within a computer program when the program decides to move on based on the results of an event

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

What is iteration?

A

A single pass through a set of instructions

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