0
510views
Problem Solving and Object Oriented Programming Question Paper - December 2015 - Information Technology (Semester 3) - Savitribai Phule Pune University (SPPU)
1 Answer
0
7views

Problem Solving and Object Oriented Programming - December 2015

SPPU Information Technology (Semester 3)

Total marks: --
Total time: --
INSTRUCTIONS
(1) Assume appropriate data and state your reasons
(2) Marks are given to the right of every question
(3) Draw neat diagrams wherever necessary
1 (a) Explain with diagram concept of various loop logic structure. 6 marks

1 (b) Create an algorithm and flowchart to generate Fibonacci series. 6 marks

2 (a) What are different types of logic to solve problem? 6 marks

2 (b) Define the terms: variable and constant, data types. 6 marks

3 (a) Write algorithm to partition given array. 6 marks

3 (b) Define the terms: Polymorphism, Data Encapsulation and Data Abstraction. 6 marks

4 (a) Explain table lookup techniques. 6 marks

4 (b) How memory management is carried out in C++? Give its syntax in C++. 6 marks

5 (a) Write a program in C++ to overload "+" operator for addition of 2 complex number using friend function. 6 marks

5 (b) What is inheritance? Explain its types. 6 marks

6 (a) What is static and dynamic binding? 6 marks

6 (b) Write a program in C++ to demonstrate concept of Multiple Inheritance. 6 marks

7 (a) Write a program in C++ using I/O manipulator to print the following output for Pi=22/7:
3.1
3.14
3.143
3.1428
6 marks

7 (b) Explain Container of STL in detail. 6 marks

8 (a) What is unformatted and formatted I/O operation? 6 marks

8 (b) What is Function template? Explain with C++ program. 6 marks

Please log in to add an answer.