Linkers and Loaders Flashcards
1
Q
What are modules?
A
Modules are independent pieces of source code that are linked into the main program.
2
Q
What is the difference between modules and object files
A
Object files are written in machine code where as modules are written in source code
3
Q
When modules are said to be very independent or dependent what are they said to be.
A
Loosley Coupled and tightly coupled