Software
Computer software, or just software, is a general term primarily used for digitally stored data such as computer programs and other kinds of information read and written by computers. Today, this includes data that has not traditionally been associated with computers, such as film, tapes and records. The term was coined in order to contrast to the old term hardware (meaning physical devices); in contrast to hardware, software is intangible, meaning it "cannot be touched". Software is also sometimes used in a more narrow sense, meaning application software only.
Examples:
- Application software, such as word processors which perform productive tasks for users.
- Firmware, which is software programmed resident to electrically programmable memory devices on board mainboards or other types of integrated hardware carriers.
- Middleware, which controls and co-ordinates distributed systems.
- System software such as operating systems, which govern computing resources and provide convenience for users.
- Software testing is a domain independent of development and programming. Software testing consists of various methods to test and declare a software product fit before it can be launched for use by either an individual or a group.
- Testware, which is an umbrella term or container term for all utilities and application software that serve in combination for testing a software package but not necessarily may optionally contribute to operational purposes. As such, testware is not a standing configuration but merely a working environment for application software or subsets thereof.
- Video games (except the hardware part)
- Websites
- eBooks
[edit] Software Languages
Like the term software itself Software languages has also grown to encompass many different forms. Originally it was used to describe Programming Languages but today it can mean any source format used to describe software content. A software language is often in the form of a markup language in which delimited tags are used to describe content. Examples of software languages include HTML, RTF, CSS and many others. These software languages are termed source code as they are human readable although the interpretation may be difficult if the source was generated by the computer itself. For eBooks this is often called the source format. However, all are defined in terms of prescribed syntax and semantics.
Like computer programs the source files of many software languages are either interpreted by a special program or converted (compiled) to a binary form to be used by a program designed for the purpose. EBooks are said to be placed in an eBook format to be read by an eBook Reading program (application program) or device.