You are on page 1of 8

Programming Languages

Imperative Paradigms

Dr. M. Tanvir Afzal


Programming Languages : Imperative Paradigm
Generations of Programming Languages

2
Programming Languages : Imperative Paradigm

Programming Paradigms
 Alternative Approaches to the
programming process

3
Programming Languages : Imperative Paradigm
Programming Paradigms

4
Programming Languages : Imperative Paradigm

Imperative Paradigm

 Also known as procedural paradigm


 Traditional approach of programming
process
 Psuedocode mentioned in previous
modules

5
Programming Languages : Imperative Paradigm

Imperative Paradigm
 It defines the programming process to
be the development of a sequence of
commands that, when followed,
manipulate data to produce the desired
result.

6
Programming Languages : Imperative Paradigm

Imperative Paradigm
 Start with finding an algorithm and then
express that algorithm as sequence of
commands.

7
Summary

Programming Languages: Imperative


Paradigm

 Generations of Programming Language


 Programming Paradigms
 Imperative Paradigms

You might also like