Intro To Programming

1234567891011121314
Across
  1. 1. a data structure that contains a group of elements of the same data type and stores together in contiguous memory locations
  2. 3. a flaw or error in software or hardware
  3. 4. in computing, a crash is an unexpected termination of a pro
  4. 7. is defined as a relationship between defined values and one or more variables
  5. 9. the organizational principle of placing one construct inside another
  6. 12. a common computer term that is executable software that runs on a computer
  7. 13. a symbol or letter, such as X or y that represent a value
  8. 14. to carry out the instructions of a computer program or command
Down
  1. 2. a set of instructions designed to perform a specific task
  2. 5. Statement a programming construct that controls a programs execution flow by conditions
  3. 6. is a programming structure that repeats a sequence on instructions until a specific condition is met
  4. 8. the act of executing a defined piece of code, such as a function or subroutine
  5. 10. debugging is the task of finding bugs in a software program
  6. 11. a compiler is a software program that compiles program source code files into an executable program