You are on page 1of 2

1. What are the various programming language paradigms?

Explain in
briefly with suitable example.

2. Explain with suitable example, different parameter passing method?

3. What do you mean by exceptions? Explain use of exceptions with


respect to program.

4. What is package? What is importance of following java packages

a) java.lang b) java.awt c) java.io d) java.net

5. Explain syntax directed control flow with respect to following


statements.

a) Selection b) Looping c) Begin-end d) Conditional


Statements

6. Explain following structures data types of Pascal

a) Records b) Sets c) Files and Input/output

7. Explain the characteristics of procedural programming paradigm.

8. State and explain challenges of programming language design.

9. How does java differ from c++.

10. What do you mean by dynamic type checking? Enlist advantages


and

Disadvantages of Dynamic type checking.

11. Explain difference between recursive call and ordinary call of


program. How

Recursive subprogram call acts as an important sequence control


structure in

Programming ?

12. Explain block oriented structure of PASCAL program.

13. Specify naming conventions for following Java program Constructs

i)Package

ii) Class and Interface

iii) Objects and data Names


iv) Methods

v) Constants.

You might also like