Coding Flashcards
1
Q
What is Boolean logic
A
Boolean logic is a form of algebra where all values are either true or false
2
Q
What do programs do?
A
Use simple comparisons to help make decisions
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
4
Q
What is iteration?
A
A single pass through a set of instructions