Principles of Programming Languages (IT-5002)
rgpv bhopal, diploma, rgpv syllabus, rgpv time table, how to get transcript from rgpv, rgpvonline,rgpv question paper, rgpv online question paper, rgpv admit card, rgpv papers, rgpv scheme
RGPV notes CBGS Bachelor of engineering
Syllabus
UNIT 1:
Language Evaluation Criteria, influences on Language design, Language categories, Programming
Paradigms – Imperative, Object Oriented, functional Programming, Logic Programming.
Programming Language Implementation – Compilation and Virtual Machines, programming
environments
UNIT 2:
Data types: Introduction, primitive, character, user defined, array, associative, record, union, pointer
and reference types, design and implementation uses related to these types. Names, Variable, concept
of binding, type checking, strong typing, type compatibility, named constants, variable initialization,
Sequence control with Expressions, Conditional Statements, Loops, Exception handling.
UNIT 3:
Subprograms and Blocks: Fundamentals of sub-programs, Scope and lifetime of variable, static and
dynamic scope, Design issues of subprograms and operations, local referencing environments,
parameter passing methods, overloaded sub-programs, generic sub-programs, design issues for
functions overloaded operators, co routines.
UNIT 4:
Abstract Data types: Abstractions and encapsulation, introductions to data abstraction, Static and
Stack-Based Storage management. heap based storage management. Garbage Collection. object
oriented programming in small talk, C++, Java, C#, PHP, Perl . Concurrency: Subprogram level
concurrency, semaphores, monitors, massage passing, Java threads, C# threads.
UNIT 5:
Exception handling, Exceptions, exception Propagation, Exception handler in C++ and Java. Logic
Programming Language : Introduction and overview of logic programming, basic elements of prolog,
application of logic programming. Functional Programming Languages: Introduction, fundamentals.
Introduction to 4GL.
NOTES
- Unit 1
- Unit 2
- Unit 3
- Unit 4
- Unit 5
Books Recommended
1. Sebesta,”Concept of programming Language”, Pearson Edu.
2. Louden, “Programming Languages: Principles & Practices”, Cengage Learning
3. Tucker, “ Programming Languages: Principles and paradigms“, Tata McGraw –Hill
4. Terrance W Pratt, "Programming Languages: Design and Implementation", Pearson Edu.
5. Cavlo Ghezzi & Mehdi Jazayeri " Programming Languages Concepts", Willey India
6 E Horowitz, "Programming Languages", 2nd Edition, Addison Wesley
List of Experiments:
1. Define a LISP function to compute sum of squares.
2. Define a LISP function to compute difference of squares.(if x > y return x2 -y2, otherwise y2 - x2 ).
3. Define a Recursive LISP function to solve Ackermann’s Function.
4. Define a Recursive LISP function to compute factorial of a given number.
5. Define a Recursive LISP function which takes one argument as a list and returns last element of the
list. (Do not use last predicate).
6. Define a Recursive LISP function which takes one argument as a list and returns a list except last
element of the list. (Do not use but last predicate).
7. Define a Recursive LISP function which takes one argument as a list and returns reverse of the list. (Do
not use reverse predicate).
8. Define a Recursive LISP function which takes two arguments first, an atom, second, a list, returns a list
after.
You May Also Like
- IT-5001 - Theory of Computation
- IT-5003 - Computer Network
- IT-5004 - Digital Communication
- IT-5005 - Microprocessor and Interfacing [Elective-I]
- IT-5005 - Software Testing [Elective-I]
- IT-5005 - Data Communication [Elective-I]
- IT-5005 - Java Programming [Elective-I]
- IT-5006 - Application Development Lab
- IT-5007 - Management Skill Development (Internal Assessment)
- IT-5008 - Innovative Thinking (Internal Assessment)