Sunteți pe pagina 1din 3

BIRLA INSTITUTE OF TECHNOLOGY INTERNATIONAL CENTER, RAK- UAE

Department: CS Class: B.E. Question Bank No: 1 Semester: VII Subject: Principles of programming languages Subject Code: CP 7101
Date of question bank given: 19/10/08 Module I Syllabus Covered: Introduction: Programming Linguistics, Historical Development Concurrency: Why concurrency. Programs and processes, Problems with concurrency, Process interactions, Concurrency primitives, Concurrent control abstractions Imperative programming: Key concepts, Pragmatics, Case study:C, Case study:ADA. Object oriented programming Key concepts, Pragmatics, Case study: C++, Case study:ADA,Case study:JAVA Question bank 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. What are the fundamental requirements a programming language must satisfy? Define Syntax, semantics, and pragmatics of a programming language? Give a brief on historical development of programming language? What is concurrent programming? Why concurrency is needed? What are the problems with concurrency? What is race condition? What is a solution for this? What is Deadlock? What are the conditions hold for it? Define a) Independent processes b) Competing processes c) Communicating processes Differentiate process and thread? What are the primitive operations on processes? What is a Spin lock? What is an interrupt? Explain a) Dekkers algorithm b) Petersons algorithm c) Simpsons algorithm? Explain a) Event b) Semaphores c) Messages d) Remote procedure call? What is meant by a) Conditional Critical regions b) Monitors c) Rendezvous? What is Imperative programming? What are its key concepts? Explain the pragmatics of Imperative programming? Explain Procedural abstraction in the case of C? What is independent compilation? Explain with examples pass- by- value and pass- by- reference parameter passing techniques? Explain type checking technique in parameter passing? What is a Preprocessor directive? What is Object oriented programming? What are its key concepts? Explain the pragmatics of Object oriented programming? Explain the following terms : (a) Message passing (b) Concurrency in Ada (c) Monitors Explain Procedural abstraction, Generic abstraction &Data abstraction in C++? Explain Procedural abstraction, Generic abstraction &Data abstraction in ADA? Explain Procedural abstraction, Generic abstraction &Data abstraction in JAVA?

26. 27. 28.

BIRLA INSTITUTE OF TECHNOLOGY INTERNATIONAL CENTER, RAK- UAE


Department: CS Semester: VII Class: B.E. Subject: Principles of programming languages Question Bank No: 2 Subject Code: CP 7101

Syllabus Covered: Module-II DATA ABSTRACTION: Program units, packages, and encapsulation, Abstract types, Objects and classes, Implementation notes. GENERIC ABSTRACTION: Generic units and instantiation, Type and class parameters, Implementation notes. TYPE SYSTEMS: Inclusion polymorphism, Parametric polymorphism, Overloading, Type conversions, Implementation notes. CONTROL FLOW: Sequencers, Jumps, Escapes, Exceptions, Implementation notes Question bank 1. Define Program units, packages, and encapsulation 2. What is an abstract class? How it differs from ordinary classes 3. What is inheritance? Explain subclass and super class? 4. Differentiate single and multiple inheritance? 5. How can a method is overridable in JAVA&C++? 6. What is meant by dynamic dispatch? 7. What are Interfaces? Explain JAVA Interface? 8. Explain a) Dekkers algorithm b) Petersons algorithm c) Simpsons algorithm? 9. Explain a) sequencers b) jumps c) escapes d) exceptions 10. What is Inclusion polymorphism? 11. What is Polymorphic procedure? 12. Explain Type inference? 13. What is Overloading? Differentiate context-independent and context-dependent overloading? 14. Differentiate between function overloading and operator overloading? 15. What are Generic units and its instantiation? Explain generic packages in ADA? 16. What is type parameter? Explain with example? 17. What is class parameter? Explain with example? 18. What is a type conversion? Differentiate coercions and casts? 19. Type conversion provides more flexibility to the user. Comment on it? 20. Explain the following terms: (a) Generic function (b) Overloaded operator (c) Functions (d) Call-by-text

BIRLA INSTITUTE OF TECHNOLOGY INTERNATIONAL CENTER, RAK- UAE

Department: CS Semester: VII

Class: B.E. Subject: Principles of programming languages

Question Bank No: 3 Subject Code: CP 7101

Syllabus Covered Module-III CONCURRENT PROGRAMMING: Key concepts, Pragmatics, Case study: ADA95, Case study: JAVA, Functional Programming: Key concepts, Pragmatics, Case study: HASKELL. Logic Programming: Key concepts, Pragmatics, Case study: PROLOG Scripting: Pragmatics Key concepts, Case study: PYTHON.

1. 2.

3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25.

What are the key concepts of fuctional programming? Write short notes on a. Eager evaluation b. Normal-order evaluation c. Lazy evaluation What is ChurchRosser Property? Explain HASKELL list comprehensions? What is called a curried function? What is called partial application? How two functions are combined in HASKELL? Explain Horn clauses? What are the key concepts of logic programming? What features of PROLOG classify it as a logic programming language? Explain Assertions and clauses in PROLOG? Explain the closed world assumption used by prolog. Why is this a limitation? How can a variable be universally quantified or existentially quantified? Explain the applications of functional programming languages. Explain back tracking? What is meant by cut? What is its use? What are the characteristics of scripting languages? Explain regular expressions? PYTHON modules are compiled separately. Comment it? PYTHON supports function procedures and proper procedures.Expalin? How data abstraction is done in PYTHON? Type conversion provides more flexibility to the user. Comment on it? Define union. What is the difference between record and union. Explain how union is supported by different programming languages? Write the different classes of exceptions in java. Explain the basic concepts of exception handling?

Text Book: 1. David A. Watt Programming Language Design Concepts, John Wiley, India Edition, 2004. Reference Books: 1. 1. R. Sethi and K.V. Viswanatha Programming Languages: Conupt & Constructs, 2/e, New Delhi-2007. 2. 2. D.Appleby & J.J.Vanda Kopple Programming Languages: Paradigm and Practice 2/e, TMH, New Delhi 2005. 3. 3. K.C. Louden Programming Languages: Principles and Practice, 2/e, Thomson Learning India Edition,

S-ar putea să vă placă și