CS201 02
CS201 02
Lecture 2
Todays Lecture
Software Categories System Software Application Software Introduction to C Language History Evolution Justification Development Environment of C
System software
Application Software
TWAIN
Technology Without An Interesting Name
ANSI C
Program is created in the editor and stored on disk. Preprocessor program processes the code. Compiler creates object code and stores it on disk. Linker links the object code with the libraries
Linker
Primary Memory
Loader
Disk
Primary Memory
CPU
.. .. ..
CPU takes each instruction and executes it, possibly storing new data values as the program executes.