Libraries and Modular Design

1234567891011
Across
  1. 4. an approach to design which structures codes into independent units
  2. 5. a program which preprocesses source files for compilation
  3. 7. a program which translates a source file into an object file
  4. 10. a collection of classes, functions, and data
  5. 11. statement which describes how compiler should process a source
Down
  1. 1. program which combines object files into a single executable
  2. 2. a file containing instructions to automatically compile sources
  3. 3. machine-language translation of a source code with a main() function
  4. 6. plain-text, human-readable form of code
  5. 8. machine-language translation of library source
  6. 9. a file which provides an interface to a library source