Computer Software
Computer Software
data that provide the instructions telling a computer what to do and how to do it. We can
also say software refers to one or more computer programs and data held in the storage of
the computer for some purposes. Program software performs the function of the program
it implements, either by directly providing instructions to the computer hardware or by
serving as input to another piece of software. The term was coined to contrast to the old
term hardware (meaning physical devices). In contrast to hardware, software is
intangible, meaning it "cannot be touched".[1] Software is also sometimes used in a more
narrow sense, meaning application software only. Sometimes the term includes data that
has not traditionally been associated with computers, such as film, tapes, and records.
CATEGORIES OF SOFTWARE
(1) Application software is the general designation of computer programs for performing
user tasks. Application software may be general purpose (word processing, web
browsers, ...) or have a specific purpose (accounting, truck scheduling, ...). Application
software contrasts with
(2) System software, a generic term referring to the computer programs used to start and
run computer systems and networks; and
(3) Computer programming tools, such as compilers and linkers, used to translate and
combine computer program source code and libraries into executable programs
(programs that will belong to one of the three said categories).
DOS - Disk Operating System - one of the first operating systems for the personal
computer. When you turned the computer on all you saw was the command prompt
which looked like c:\ >. You had to type all commands at the command prompt which
might look like c:\>wp\wp.exe. This is called a command-line interface.
It was not very "user friendly"