B.TECH - Semester 6 principles of programming languages Question Paper 2013 (apr)
Practice authentic previous year university questions for better exam preparation.
Sample Questions
- What is static scope?
- Explain any two parameter passing methods?
- What is multiple inheritance? Explain with suitable example.
- What is a process? How is it different from a program?
- What is a virtual machine? ( $5 \times 4=20$ Marks) Answer any one question completely from each module. Each carries 20 marks.
- (a) Explain Type System in detail. What is meant by type checking? 10
- (b) Explain Basic paradigms for control flow. OR
- (a) Explain the structure of activation record in detail with suitable pictorial representation for the same.
- (b) Explain expression evaluation in detail. What happens in the case of short circuit evaluation in the case of following expression: " $(a<b) \& \&(b<c)$ ". 8.(a)Explain List and concatenation of lists in Prolog with examples. (b)Explain the follo...