I am new to this Forum. please give the Diff b/w Application Programming and System Programming
Ramdas,
Programming is broadly classified into two
--> System Programming
--> Applicaton Programming
-->The term system programming language mean "a language for system programming": that is, a language designed for writing system software.
-->Systems software consists of low-level programs that interact with the computer at a very basic level. This includes operating systems, compilers, and utilities for managing computer resources.
-->The term Application programming language mean "a language for Application programming": that is, a language designed for writing Application software.
-->An application program is a program designed to perform a specific function directly for the user or, in some cases, for another application program.
-->Applications software (also called end-user programs) includes database programs, word processors, and spreadsheets.
--> Applications software sits on top of systems software because it is unable to run without the operating system and system utilities.
Comment