Monday, March 30, 2009

Types of Computer Software

Types of software

A layer structure showing where Operating System is located on generally used software systems on desktops

Practical computer systems divide software systems into three major classes: system software, programming software and application software, although the distinction is arbitrary, and often blurred.

1. System software

System software helps run the computer hardware and computer system. It includes:

* device drivers,
* operating systems,
* servers,
* utilities,
* windowing systems,

(these things need not be distinct)

The purpose of systems software is to unburden the applications programmer from the details of the particular computer complex being used, including such accessory devices as communications, printers, readers, displays, keyboards, etc. And also to partition the computer's resources such as memory and processor time in a safe and stable manner.

2. Programming software

Programming software usually provides tools to assist a programmer in writing computer programs, and software using different programming languages in a more convenient way. The tools include:

* compilers,
* debuggers,
* interpreters,
* linkers,
* text editors,

An Integrated development environment (IDE) is a single application that attempts to manage all these functions.

3. Application software

Application software allows end users to accomplish one or more specific (not directly computer development related) tasks. Typical applications include:

* industrial automation,
* business software,
* computer games,
* telecommunications, (ie the internet and everything that flows on it)
* databases,
* educational software,
* medical software,

Application software exists for and has impacted a wide variety of topics.

No comments:

Post a Comment