Go Back   2023-2024 StudyChaCha > StudyChaCha Discussion Forum > General Topics

  #1  
Old June 8th, 2014, 09:46 AM
Unregistered
Guest
 
Default Sathyabama University B.E/B. Tech CSE IInd Sem Programming in C++ Exam Question Pape

Will you please share the previous year question paper of Sathyabama University for B.E/B. Tech in Computer Science Engineering (CSE)-IInd Semester Programming in C++ (6C0094) Exam????
Reply With Quote
Other Discussions related to this topic
Thread
PTU M.Tech in CSE 1st Sem-Advanced Programming Languages previous year’s question pap
Sathyabama University B.E/B.Tech in Electronics and Communication Engineering-IInd Se
Sathyabama University B.Tech CE 7th Sem Estimation, Costing & Valuation Exam paper
Bharathiar University BCA Data Structures and C Programming Exam Question Papers
Sathyabhama University B.E/B.Tech-IInd Semester Engineering Mathematics-II previous y
PTU B. Tech ECE-3rd Sem-Electronic Measurement and Instrumentation (EC-203) Exam Pape
Sathyabama University B. Tech Civil Engineering IV Sem Mechanics of Solids II Exam Pr
Karnataka Public Service Commission General Studies (Paper II) Exam Old Question Pape
Sathyabama University B.E EEE 5th Sem Power System Analysis Exam Question Papers
UPSC, Special Class Railway Apprentice Exam, Mathematics previous years question pape
WBUT, BCA, 1st Sem-Introduction to Programming (BCA103) previous year’s question pape
Sathyabhama University B.E/B. Tech I Sem Engineering Mathematics-I Exam Question Pape
Sathyabama University B.E/B.Tech-IInd Semester Applied Physics-II previous years ques
Sathyabama University BE EEE V Sem Transmission & Distribution Exam Question Papers
Kuvempu University BBM First Year-Economics for Managers previous years question pape
KU B.Tech CSE 4th Sem Object Oriented Programming Using C++ Exam paper
Mumbai University BE I Sem Computer Programming-I (CP-I) Exam Question Papers
Mumbai University B.E IT IV Sem Internet Programming Exam Question Papers
Punjab Technical University Jalandhar B.Tech ECE-3rd Sem previous years question pape
MU B.E in E&T 5th Sem Principles of Control Systems Exam Previous Years Question Pape






  #2  
Old June 8th, 2014, 02:16 PM
Sashwat's Avatar
Super Moderator
 
Join Date: Jun 2011
Default Re: Sathyabama University B.E/B. Tech CSE IInd Sem Programming in C++ Exam Question P

Here I am sharing the previous year question paper of Sathyabama University for B.E/B. Tech in Computer Science Engineering (CSE)-IInd Semester Programming in C++ (6C0094) Exam

PART - A (10 X 2 = 20)
Answer ALL the Questions
1. List out the characteristics of object oriented programming.
2. What are the merits and demerits of object oriented
methodology?
3. Can the parameter of a copy constructor be passed by value?
4. How does a constructor differ from a normal function?
5. Define a class time with hr, min, sec and create 10 objects of it.
6. Specify the limitation of multiple inheritance.
7. What is pure virtual function?
8. In what order are the class constructor called when derived class
object is created?
9. Justify the need for virtual function in C++.
10. Distinguish between synchronous and asynchronous exception.

PART – B (5 x 12 = 60)
Answer All the Questions
11. Explain the basic concept of object oriented programming.
(or)
12. With examples, discuss the various control flow statements in
C++.
13. List out the different types of constructors and destructors with
examples.
(or)
14. (a) Define Friend class and specify its importance with an
example this.
(b) What is the pointer? When is it used? Give an example.
15. Write a C++ program to swap multiple type values using
templates.
(or)
16. Write a C++ program to compare two distances given in feet and
inches to check whether one distance is less than the other by
overloading < operator.
17. Create an abstract base class ‘polygon’ with ‘base’ and ‘height’
as members, a function for initialization and a pure virtual
function to compute area.
(or)
18. (a) What is the use of virtual base class? Explain with an
example.
(b) Explain multiple inheritance with an example.
19. What is an exception? Explain the various constructs used for
handling exceptions. Give an example.
(or)
20. Discuss in detail the various file operations and file modes in
C++.


Address:
Sathyabama University
Rajiv Gandhi Road, Jeppiaar Nagar,
Sholinganallur, Chennai, Tamil Nadu 600119 ‎
044 2450 3150 ‎

Map:

__________________
Answered By StudyChaCha Member
Reply With Quote
  #3  
Old October 13th, 2015, 04:39 PM
Unregistered
Guest
 
Default Re: Sathyabama University B.E/B. Tech CSE IInd Sem Programming in C++ Exam Question P

Hi, for my preparation I would like to have the Sathyabama University B.E/B. Tech CSE IInd Sem Programming in C++ Exam Question Paper?
Reply With Quote
  #4  
Old October 13th, 2015, 04:41 PM
Super Moderator
 
Join Date: Jun 2013
Default Re: Sathyabama University B.E/B. Tech CSE IInd Sem Programming in C++ Exam Question P

Here is the question paper of the Sathyabama University B.E/B. Tech CSE IInd Sem Programming in C++ Exam:


SATHYABAMA UNIVERSITY

Course & Branch: B.E/B.Tech – AERO/AUTO/CSE/MECH/M&P/IT

Title of the Paper: Programming in C++ Max. Marks:80

Sub. Code: 6C0094 (2007/08/09) Time: 3 Hours


PART - A (10 X 2 = 20)
Answer ALL the Questions
1. List out the characteristics of object oriented programming.
2. What are the merits and demerits of object oriented
methodology?
3. Can the parameter of a copy constructor be passed by value?
4. How does a constructor differ from a normal function?
5. Define a class time with hr, min, sec and create10 objects of it.
6. Specify the limitation of multiple inheritance.
7. What is pure virtual function?
8. In what order are the class constructor called when derived class
object is created?
9. Justify the need for virtual function in C++.
10. Distinguish between synchronous and asynchronous exception.
PART – B (5 x 12 = 60)
Answer All the Questions
11. Explain the basic concept of object oriented programming.
(or)
12. With examples, discuss the various control flow statements in
C++.
13. List out the different types of constructors and destructors with
examples.
(or)
14. (a) Define Friend class and specify its importance with an
example this.
(b) What is the pointer? When is it used? Give an example.
15. Write a C++ program to swap multiple type values using
templates.
16. Write a C++ program to compare two distances given in feet and
inches to check whether one distance is less than the other by
overloading < operator.
17. Create an abstract base class ‘polygon’ with ‘base’ and ‘height’
as members, a function for initialization and a pure virtual
function to compute area.
(or)
18. (a) What is the use of virtual base class? Explain with an
example.
(b) Explain multiple inheritance with an example.
19. What is an exception? Explain the various constructs used for
handling exceptions. Give an example.
(or)
20. Discuss in detail the various file operations and file modes in
C++.


PART - A (10 x 2 = 20)
Answer ALL the Questions
1. What is object oriented programming? How is it different from
the procedure oriented programming?
2. What do you mean by dynamic initialization of a variable? Give
a example.
3. How is a member function of a class defined?
4. List some of the special properties of the constructor.
5. How many arguments are required in the definition of an
overloaded unary operator?
6. Distinguish between overloaded functions and function
templates.
7. Describe the syntax of the Single Inheritance in C++.
8. What is pure virtual function?
9. What is the difference between the statements?
cin >> ch
ch = cin.get();
10. When should a program throw an exception?
PART – B (5 x 12 = 60)
Answer All the Questions
11. Distinguish between the following terms:
(a) Objects and Classes
(b) Data Abstraction and Data Encapsulation.
(c) Inheritance and Polymorphism
(d) Dynamic binding and message passing
(or)
12. (a) What are the benefits of OOP?
(b) Explain the structure of C++ program.
13. Define a class to represent a bank account Include the following
members:
Data members:
1) Name of the depositor
2) Account Number
3) Type of Account
4) Balance amount in the account.
Member Functions:
1) To assign initial values.
2) To deposit an account.
3) To withdraw an amount after checking the balance.
4) To display name and balance.
Write a main program to test the program.
(or)
14. (a) Write a program to demonstrate parameterized constructor.
(b) Write a program to demonstrate copy constructor.
15. What is function overloading? Write overloaded function for
computing area of a circle, a triangle and a rectangle.
(or)
16. Write a C++ program overloading + operator to add two object
content and store result in another object.
17. Explain Multiple Inheritance with an example.
(or)
18. Consider an example of book shop which sells books and video
tapes. These two classes are inherited from the base class called
media. The media class has command data members such as
title and publication. The book class has data members for
storing number of pages in a book and the tape class has the
playing time in a tape. Each class will have the member
functions such as read() and show(). In the base class, these
members have to be defined as virtual functions. Write a
program which models the class hierarchy for book shop and
process objects of these classes using pointers to the base class.
19. Explain the various methods of performing formatted stream I/O
operations.
(or)
20. Explain the Exception handling model of C++ with various
constructs supported by it.

PART - A (10 x 2 = 20)
Answer ALL the Questions
1. Distinguish between data abstraction and data encapsulation.
2. Explain iostream.h.
3. Explain inline functions.
4. Explain new, delete operators.
5. Why is it necessary to overload an operator?
6. Explain Class Template.
7. When do we use the protected visibility specific to a class
member?
8. What is virtual base class?
9. Explain under what circumstances the throw would be used.
10. Explain bad().


PART – B (5 x 12 = 60)
Answer All the Questions
11. (a) Describe the major parts of a C++. (4)
(b) Write a program that will ask for a temperature Fahrenheit
and display in Celsius. (8)
(or)
12. (a) Write a program to print the following output using for loop.
1
2 2
3 3 3
4 4 4 4
(b) Compare new operator and malloc function with example.
13. (a) Explain briefly Parameterized Constructor. (5)
(b) Write a program using friend function to exchange the private
values of two classes. (7)
(or)
14. (a) Explain Copy Constructor with example. (8)
(b) Explain Class member Accessibility. (4)
15. (a) Write a Program to show how the unary minus operator is
overloaded. (8)
(b) Which operators cannot to be overloaded? (4)
(or)
16. (a) Define a class string. Write a program to overload == operator
and compare two strings. (8)
(b) What are the rules for overloading operators? (4)
17. (a) Write a program to implement multilevel and multiple
inheritance. (9)
(b) What are the various Functions that can have access to these
members? (3)
(or)
18. (a) Write how constructors are implemented when the classes are
inherited. (8)
(b) What is Containership? How does it differ from
inheritance? (4)
19. (a) Write a program that illustrates the application of multiple
catch statements. (8)
(b) Explain Catch(…) (4)
(or)
20. (a) Write a program to demonstrate how certain exception types
are not allowed to be throwing. (7)
(b) Explain briefly the concept of re throwing an exception. (5)
__________________
Answered By StudyChaCha Member
Reply With Quote
  #5  
Old June 20th, 2022, 09:17 PM
Unregistered
Guest
 
Default Re: Sathyabama University B.E/B. Tech CSE IInd Sem Programming in C++ Exam Question Pape

can i get important question for engineering mathematics 2...2nd sem??
Reply With Quote
Reply


Reply to this Question / Ask Another Question
Your Username: Click here to log in

Message:
Options



All times are GMT +6. The time now is 01:14 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8