ITEC102 Chapter 1
ITEC102 Chapter 1
PROGRAMMING TECHNOLOGIES
Chapter 1
What is a programming language?
What is Program?
What is Programming?
What are the types of programming languages?
Programming Paradigm
A programming language is a set of rules that
provides a way of telling a computer what
operations to perform.
A programming language is a set of rules for
communicating an algorithm
It provides a linguistic framework for
describing computations
A programming language is a notational system for
describing computation in a machine-readable and
and
human-readable form.
AAprogramming
programminglanguage
languageisisaatool
toolfor
fordeveloping
developing
executable
executablemodels
modelsfor
foraaclass
classofofproblem
problemdomains.
domains.
English is a natural language. It has words,
symbols and grammatical rules.
A programming language also has words,
symbols and rules of grammar.
The grammatical rules are called syntax.
Each programming language has a different set
of syntax rules.
What is Program?