Hardware, Software & Components - Worksheet
Hardware, Software & Components - Worksheet
Other?
1.3 - Types of Software
A)
Remember, it takes code from the programmer, and turns it into an objective file so that the
Linker can use it to make a fully working program.
Each of the above ”if statements” can be saved as a module, so they don’t need to be typed again.
Imagine a piece of code with 100 lines! You don’t want to type that out over and over again. (for different
characters in the game for example.)
Q2) What software takes the code from the source, and turns it into modules that can be reused, called object code?
A)
Q3) What are the two types of software:
A)