JNTU Computer Programming Exam Study Strategy

Objectives of the Course: This course concerns the interplay between problem modeling and programming languages. Problem solving relies on having good models that are written in a language that can support the modeling concepts. There are four main objectives:

Learning principles of programming languages: The elements of programming languages; abstraction means in programming languages; formal definition of programming languages – concrete syntax, abstract syntax, operational semantics; program correctness – type checking and type inference systems.

Learning the essence of program execution by evaluators: Interpreters, compilers.

Understanding programming paradigms: How the above topics are realized in Functional programming, Logic programming and Imperative programming.

Learning principles of program design: Abstraction, contracts, modular architecture, testing.

The course is a mixture of theory and practice. All theoretical topics involve implemented software, and all course assignments involve a major amount of programming. The course combines two main approaches in teaching principles of programming languages:
Using a single language for demonstrating all language aspects vs. introduction of multiple languages as representatives of different aspects. The course uses the Scheme language for teaching the general theory and practice of language design and implementation. Prolog is used for introducing the Logic Programming paradigm.

Prerequisites: This subject is best learnt by comparison of the features and constructs of various programming languages. Hence a good knowledge of a procedure oriented programming language (C Language), an object oriented language (JAVA) is essential. In addition, a course in Data Structures, Formal Languages and Automata Theory (Theory of Computation) is also required.

Why study this subject?

High level languages like C, C++, JAVA, FORTAN, Pascal and other programming languages impart the skills of developing a program for the problem at hand. To a novice programmer these programs appear to be independent. He/she cannot visualize the underlying basic principles on which these languages are designed. This subject exposes the student to the most fundamental blocks of all the programming languages namely, definition of the recognized character set, definition of keywords, reserved words, and identifiers, constructs of the languages etc. With the knowledge of this subjects, a computer science engineer would be better equipped with the knowledge of identifying the right language for the right kind of problem, development of efficient algorithms, and overcoming the inherent limitations of a programming language chosen to solve a complex problem. Hence Principles of Programming Languages is one of the most important subjects a computer Science engineering student studies.

JNTU Hyderabad CSE Programming Syllabus, Reference Books

Following is the syllabus of Computer Programming of BE / B.Tech of JNTU Hyderabad. The computer programming paper will be there for all the branches of Engineering students. There are various topics and chapters in this subject. The GATE syllabus for this subject are Data Types, Scope, Binding, Recursion, Parameter passing, abstract data types and arrays. The syllabus is as follows:

1. Unit 1: Preliminary Concepts
2. Unit 2: Syntax and Semantics
3. Unit 3: Data Types
4. Unit 4: Expressions and Statements
5. Unit 5: Sub Programmes and Blocks
6. Abstract Data Types
7. Unit 7: Exception Handling
8. Unit 8: Functional Programming Language
9. Script Language

Important Text Books:
Concepts of Programming Languages : Robert w. Sebesta, Pearson Education
Programming Languages – Loudan, Thomson.

Reference Books:

Programming languages –Ghezzi, 3/e, John Wiley
Programming in PROLOG Clocksin, Springer
Programming languages –Watt, Wiley Dreamtech
Core Python Programming, Chun, II Edition, Pearson Education, 2007
Programming Languages Design and Implementation – Pratt and Zelkowitz, Fourth Edition PHI/Pearson Education
Guide to Programming with Python, Michael Dawson, Thomson, 2008
LISP Patric Henry Winston and Paul Horn Pearson Education.

JNTU CSE Programming Syllabus

error: Content is protected !!