PROGRAMMING

12345678910
Across
  1. 4. The order in which the statements are executed
  2. 6. __________ error is a bug in a program that causes it to operate incorrectly, but not to crash
  3. 7. A set of templates that helps programmers to build projects quickly
  4. 8. The set of rules that defines the combinations of symbols
  5. 10. Asystem of notation for writing computer programs
Down
  1. 1. __________ error happens while the program is running after being successfully compiled
  2. 2. A single operation of a processor
  3. 3. Having everything that is needed and vitally important within itself
  4. 5. A single line of code that performs a specific task
  5. 9. __________ errors are mistakes in a program's code that happen when the rules of a programming language aren't followed, so the program crashes