Programming Languages: Classification of Computer Languages
Programming Languages: Classification of Computer Languages
Programming Languages
A computer language is the means by which instructions and data are transmitted to
computers. In another words, computer languages are the interface between a
computer and a human being. Technically, a programming language is a machine-
readable artificial language designed to express computations that can be performed
by a machine, particularly a computer. Programming languages can be used to create
programs that specify the behavior of a machine, to express algorithms precisely, or as
a mode of human communication.
Many programming languages have some form of written specification of their syntax
and semantics, since computers require precisely defined instructions.