Define Words

123456789101112131415161718192021
Across
  1. 1. language Any programming language that enables development of a program in a much more user-friendly programming context
  2. 7. A detailed yet readable description of what a computer program or algorithm should do.
  3. 9. code Programming statements that are created by a programmer with a text editor or a visual programming tool and then saved in a file.
  4. 11. An event, which occurs during the execution of a program, that disrupts the normal flow of the program's instructions.
  5. 12. A set of strings of symbols drawn from a finite alphabet.
  6. 13. error/logic error A text which is grammatically correct but doesn't make any sense.
  7. 15. A computer program that directly executes instructions written in a programming or scripting language,
  8. 18. A bug is an unexpected problem with software or hardware.
  9. 19. bias Systematic and repeatable errors in a computer system that create unfair outcomes,
  10. 20. The set of rules that define what the various combinations of symbols mean.
  11. 21. language The languages with which a programmer implements a piece of software to run on a computer.
Down
  1. 2. language A programming language that provides little or no abstraction from a computer's instruction set architecture
  2. 3. The act of converting programs written in high level programming language, which is understandable and written by humans, into a low level binary language understood only by the computer.
  3. 4. A sequence of visual “frames” illustrating the interplay between a user and an envisioned ecology or device.
  4. 5. error An error that occurs while the program is running after being successfully compiled.
  5. 6. Man's best friend
  6. 8. error Indicates that software attempted to write data beyond the limits of memory.
  7. 10. A computer file that contains an encoded sequence of instructions that the system can execute directly when the user clicks the file icon.
  8. 14. The process of finding and fixing errors or bugs in the source code of any software.
  9. 16. language – a machine learning technology that gives computers the ability to interpret, manipulate, and comprehend human language.
  10. 17. Text notes added to the program to provide explanatory information about the source code.
  11. 20. error An error in the syntax of a coding or programming language, entered by a programmer.