Main
Types of Software
Programming Software:
This is one of the most commonly known and popularly used types of computer
software. These software come in the form of tools that assist a programmer in
writing computer programs. Computer programs are sets of logical instructions
that make a computer system perform certain tasks. The tools that help
programmers in instructing a computer system include text editors, compilers
and interpreters. Compilers translate source code written in a programming
language into the language which a computer understands (mostly the binary
form). Compilers generate objects which are combined and converted into
executable programs through linkers. Debuggers are used to check code for bugs
and debug it. The source code is partially or completely simulated for the
debugging tool to run on it and remove bugs if any. Interpreters execute
programs. They execute the source code or a precompiled code or translate
source code into an intermediate language before execution.
No comments:
Post a Comment