0
67kviews
Differentiate between application program and system program.
1 Answer
written 8.4 years ago by | • modified 8.4 years ago |
System Program
Application Program:
1) It is the collection of components and art or designing of a given program. | 1) It is the set of programs that view computer as a tool for solving a particular problem. |
2) Programming is done using assembly language which interacts with hardware. | 2) Application programming is used to build application software which includes software. |
3) System software that executes the application software. | 3) Application software is a software that are been used by the end user. |
4) System programming is used to write low level instructions | 4)Application Programming is used to write High level instructions |
5)Examples:- Loader, Linker, Compiler | 5) Examples:- Library management System, calculator, web browser |