Kedous Crossword Puzzle

123456789101112131415161718192021
Across
  1. 3. Type Defines the kind of data (e.g., integer, string).
  2. 4. Data provided to a program.
  3. 5. Reasoning in programming to perform tasks.
  4. 7. A storage location for data with a name.
  5. 9. A number with a decimal point.
  6. 11. Code The lowest-level programming language, directly understood by the computer’s CPU.
  7. 13. Statement: Executes code if a condition is true.
  8. 15. Data produced by a program.
  9. 17. Force Solving problems by trying all possible solutions.
  10. 18. A step-by-step procedure to solve a problem.
  11. 20. Processing: Collecting and manipulating data to produce meaningful information.
  12. 21. Algorithm Algorithm that makes the locally optimal choice at each step.
Down
  1. 1. Programming Optimization technique to solve problems by breaking them into simpler subproblems.
  2. 2. A sequence that repeats until a condition is met.
  3. 6. An instance of a class containing data and methods.
  4. 8. A type with two values: true or false.
  5. 10. The actual value passed to a function.
  6. 12. Executes code line by line.
  7. 14. Loop Repeats code a specific number of times.
  8. 16. Algorithm Method for finding an item in a collection.
  9. 19. Statement: Executes code if a condition is true.