Midterm vocab

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