How To Exam?

a knowledge trading engine...


SRM University 2007 B.Tech Information Technology IT104: PROGRAMMING IN C++ - Question Paper

Wednesday, 30 January 2013 09:00Web

IT104: PROGRAMMING IN C++


UNIT-I: OVERVIEW OF C++

Part A

1. What is C++?
2. Give the characteristics of procedure-oriented programming?
3. What are the features of object-oriented programming?
4. List a few concepts of OOP’s?
5. Define class? elaborate Objects? How are they created?
6. Define data abstraction & Encapsulation?
7. What is Inheritance?
8. Define Polymorphism?
9. Define dynamic Binding?
10. Define message passing?
11. What are the advantages of OOPs?
12. What is meant by Object-based programming language? provide example?
13. What is meant by Object-oriented programming language? provide example?
14. Define Abstract Data kind (ADT)?
15. What is an array?
16. Define pointer?
17. What is meant by reference variable?
18. What is meant by dynamic initialization of variables?
19. What is call by value?
20. What is call by reference? (OR) What is the main advantage of passing arguments by reference?
21. Define inline function? (OR) When will you make a function inline? Why?
22. What are default arguments?
23. Define nesting of member functions?
24. Define static data member? (OR) When do we declare a member of a class static?
25. What do you mean by static member function?
26. Compare structure & class? (OR) How does a C++ structure differ from a C++ class?
27. Explain friend function?
28. Define constant member function?
29. Define local class?
30. How is a member function of a class defined?







Part-B

1. What is object-oriented programming? How is it various from procedure-oriented programming?
2. Explain the basic concepts of object-oriented programming?
3. Describe the structure of a C++ program.
4. What is a reference variable? discuss its uses with an example?
5. When will you make a function Inline? Why? discuss with Example.
6. Explain the use of default arguments with example.
7. Describe the mechanism of accessing data members and member functions in the subsequent cases.
(a) Inside the main program.
(b) Inside a member function of the identical class.
(c) Inside a member function of a different class.
8. What is a friend function? elaborate the merits and demerits of using friend functions?
9. Define arrays with in a class? discuss with an example.
10. Explain the use of objects as function arguments with an example.





























UNIT-II: OVERLOADING

Part – A

1. What do you mean by overloading of a function? When do we use this concept?
2. What is operator overloading?
3. Why is it necessary to overload an operator?
4. What is an operator function? define the syntax of an operator function.
5. How many arguments are needed in the definition of an overloaded unary operator?



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER SRM University 2007 B.Tech Information Technology IT104: PROGRAMMING IN C++ - Question Paper