Introduction To Programming - CS201 Power Point Slides Lecture 02
Introduction To Programming - CS201 Power Point Slides Lecture 02
Lecture 2
Today’s Lecture
Software Categories
System Software
Application Software
Evolution
Justification
System software
Application Software
TWAIN
Editor
Interpreter and Compilers
Debuggers
Integrated Development Environment
(IDE)
It contains
Editor
Compilers
Debugger
Linkers
Loaders
Program is created in the
Editor Disk editor and stored on disk.
Preprocessor program
Preprocessor Disk processes the code.
Compiler creates
Compiler Disk object code and stores
it on disk.
Linker Disk Linker links the object
code with the libraries
Primary Memory
Loader
Loader puts program
in memory.
Disk ..
..
..
Primary Memory
CPU takes each
CPU instruction and
executes it, possibly
storing new data
..
..
values as the program
..
executes.