You are on page 1of 2

Computer program

• A computer program is a collection of instruction that perform a specific task


when executed by a computer
• A computer requires program to function, and typically executes the program’s
instruction in a central processing unit
• A computer program is usually written by a computer programmer in a
programming language.
• From the program in its human-readable form of source code, a compiler can
derive machine code (A form consisting of instruction that the computer can
directly execute.
• Alternatively, a computer program may be executed with the aid of an interpreter
• A collection of computer programs, libraries, and related data are referred to
as software.
• Computer programs may be categorized along functional lines, such
as application software and system software.
• The underlying method used for some calculation or manipulation is known as
an algorithm.
• Computer programming is the process of writing or editing source code. Editing
source code involves testing, analyzing, refining, and sometimes coordinating
with other programmers on a jointly developed program.
• A person who practices this skill is referred to as a computer programmer,
software developer, and sometimes coder.
• The sometimes-lengthy process of computer programming is usually referred to
as software development. The term software engineering is becoming popular
as the process is seen as an engineering discipline

You might also like