PPL
Unit -3
1. What is subprogram? List out the design issues of subprogram. How to
implement the subprogram? Explain nested subprogram with example.
2. What are called recursive subprograms? Explain stack-based implementation of
subprograms.
3. Explain the different implementation models of parameter passing.
4. What is scoping? Explain the types of scoping. How dynamic scoping
implemented in C++ and Java?
5. Explain in detail about generic subprogram and overloaded methods.
6. Discuss about implementing subprograms with stack - dynamic local variables in
detail.
7.Explain stack and dynamic variables
Unit -4
1. What are the design issues of OOP languages
2. Implement the oops constructor
3. Explain with an example Concurrency
4. Explain with an example about semaphores
5. Explain with an example monitors
6. Explain with an example about message passing
7. What is Thread explain