Small basic keywords

123456789101112131415
Across
  1. 2. The set of rules that define the combinations of symbols considered correctly structured in a programming language.
  2. 5. A beginner-friendly programming language designed to teach the basics with simplicity.
  3. 9. The action of giving a variable a specific value using the equals sign or similar symbol.
  4. 11. Information produced by a computer program and delivered to the user.
  5. 12. A set of instructions written to perform a specific task on a computer.
  6. 14. The specific order in which instructions or steps are carried out in a program.
  7. 15. The ability to use imagination and original ideas, especially important in designing unique programs.
Down
  1. 1. A named space in memory used to store data that can change during program execution.
  2. 3. The process of using mathematics to determine a result, often done by computers.
  3. 4. A step-by-step procedure or formula for solving a problem or completing a task.
  4. 6. The actual data stored in a variable, such as a number, text, or boolean.
  5. 7. Collaborating with others to solve problems, write code, and complete projects.
  6. 8. A command used in programming to display a line of text or information to the screen.
  7. 10. Data or commands entered by a person interacting with a program.
  8. 13. The part of a computer where data is stored temporarily for quick access by programs.