Web Programming Jargon

123456789101112131415161718192021222324
Across
  1. 2. the process of putting a sequence of characters into a specialized format for efficient transmission or storage
  2. 4. a piece of data associated with an instance of a class
  3. 6. the distribution of a specific version of a software technology; usually the final version
  4. 8. no longer being useful in the codebase
  5. 10. a programmed procedure in an object or class in object oriented programming
  6. 12. Application Programming Interface
  7. 15. a piece of data, often accessed by a variable, that can be accessed throughout the lifetime of the program
  8. 17. input and output of a function including paratmeters, types, and return value
  9. 18. an isolated replaceable peice of code; contains one or more functions
  10. 19. how programs respond to unwanted or unexpected events
  11. 21. very easy for humans to read and understand
  12. 23. a chunk of code you can use over and over again
  13. 24. a value that allows the program to indirectly access a particular data
Down
  1. 1. one occurrence, example, or a class; a specific realization of an object
  2. 3. related variables grouped together in one place
  3. 4. an indexed multi-element data structure
  4. 5. the actual data stored in a variable
  5. 7. special variables used as input for functions
  6. 9. you have the choice to use it or not
  7. 11. is a placeholder used to store transmitted data temporarily as it’s going between devices or software apps
  8. 13. the execution or practice of a plan, a method or any design, idea, model, or a specification
  9. 14. the same structure used inside of itself
  10. 16. the set of methods of an instance of a class
  11. 20. a display unit of information equivalent to one alphabetic letter or symbol
  12. 22. special values passed to a program or a function as input