|
Information About Department & Lab Computer programming (often shortened to programming or coding) is
the process of designing, writing, testing, debugging / troubleshooting,
and maintaining the source code of computer programs. This source code
is written in a programming language. The purpose of programming is to
create a program that exhibits a certain desired behaviour. The process
of writing source code often requires expertise in many different subjects,
including knowledge of the application domain, specialized algorithms and
formal logic. Different programming languages support different styles of programming
(called programming paradigms). The choice of language used is subject to
many considerations, such as company policy, suitability to task, availability
of third-party packages, or individual preference. Ideally, the programming
language best suited for the task at hand will be selected. Trade-offs from
this ideal involve finding enough programmers who know the language to build
a team, the availability of compilers for that language, and the efficiency
with which programs written in a given language execute. Languages form an
approximate spectrum from "low-level" to "high-level"; "low-level" languages
are typically more machine-oriented and faster to execute, whereas "high-level"
languages are more abstract and easier to use but execute less quickly. |