Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

IT614 : Programming Paradigms (3 – 0 – 2 – 4)

Instructor: Dr. Manik Lal Das


Office: 2103, Faculty Block 2, Extn. 617
Email: maniklal_das@daiict.ac.in

Course Description
Programming languages are an essential means to express and implement real-world
problems in computer systems. While programming languages may differ significantly in
syntax and semantics, they share many common design concepts, translation mechanisms,
and properties. The IT614 course, Programming Paradigms, aims to cover the fundamental
concepts underlying imperative and object-oriented programming languages, such as, C, C++
and Java. After completion of this course, students will display in-depth understanding of
how different programming language concepts are implemented by a language designer, and
their impact on programmer and software systems.

Contents (Major Topics)


ƒ Introduction to programming; compilers and interpreters; syntax and semantics.
ƒ Imperative languages; control structures; data types and their representation.
ƒ Arrays; strings; pointers
ƒ Functions, methods; parameter passing; scope and visibility.
ƒ Objects, classes; data and methods; constructors and destructors.
ƒ Inheritance, Polymorphism; Containers and Iterators.
ƒ Exception handling; Concurrent programming: threads, synchronization, communication.
[Programming Languages: C/C++ and Java ]

Book (any one)


1 Deitel, H. M. & Deitel, P. J. How to Program – C++ and Java. Pearson Education, 2004.
2 Herbert Schildt. “Teach Yourself C++”, and “Java: A Beginner’s Guide, 2005. TMH.

Grading Policy
Midterm(1) Exam: 20 %
Endterm Exam: 30 %
Lab Exam s (2): 30 %
Quizzes/class participation: 20%

You might also like