Linkers Loaders and Libraries

1234567891011
Across
  1. 5. Advantage of using a library
  2. 7. Responsible for creating the addresses to load the correct library
  3. 8. A library that allows you to use the function randint
  4. 10. Puts the executable machine code into working memory
  5. 11. library code is added as part of the finished machine code
Down
  1. 1. library code needs to be stored on the host computer and links to opens and runs the required library
  2. 2. Advantage of using a library
  3. 3. Advantage of using a library
  4. 4. A piece of ready, tested and complied code
  5. 6. The 'd' in DLL
  6. 9. A library that allows you to use pi