Midterm vocab
Across
- 2. a number consisting of a decimal
- 3. a conditional statement that contains multiple if statements
- 7. the "brain" of the computer where all the information is passed through computer hardware
- 9. the lowest level of programming language that a computer reads; consists of 0s and 1s
- 12. _____ recognition - to find similarities between different types of problems
- 13. a series of simple steps needed to solve a problem
- 14. encloses a list
- 15. a whole positive or negative number without a decimal
- 16. to break a problem down into smaller, more manageable parts to solve
- 17. high-level programming language that we use in this class
- 18. the rules that need to be followed in Python
- 19. a placeholder for data that can change
Down
- 1. gives only the remainder of a division problem in Python; uses the % symbol
- 4. a visual diagram of an algorithm
- 5. a way of thinking that is practical, logical, and critical to solve problems
- 6. to focus only on important details
- 8. statement that allows a computer to make a decision
- 9. logic that consists only of true or false statements
- 10. a collection of letters, numbers or symbols (characters)
- 11. the "heart" of a computer where all of the other components connect