You are on page 1of 9

1.

Write a C++ program using to find the area of Circle using Constructor
and its Types.
2. Write a C++ program to copy the set of employee records from one file
to another where each record is written in a single line using file
streams.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program to find the mean value using Friend Function.
2. Write a C++ program of determining the Infix expression to postfix
expression using Stack.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program to find the area of Rectangle using Friend Class.
2. Write a C++ program to add 2 complex numbers using Binary Operator
Overloading.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

INTERNAL EXAMINER

Execution(
30)

Results(0
5)

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program to read the data from the keyboard and write it
to the file. After the Writing is completed, the file is closed. The

program again opens the same file, reads the information and displays
the same on the screen.
2. Write a C++ program to calculate the net salary of Payroll System
using Single Inheritance.
Aim
(05)

Procedure
&
Description
(20)

Programs
(30)

Execution(3
0)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program using the Concept of Function Overriding.


2. Create the relevant member functions to calculate the area of circle,
rectangle and triangle using Function Overloading. Write the main
program to receive the input values and to display the corresponding
output value.
Aim
(05)

Procedure
&
Description
(20)

Programs
(30)

Execution(3
0)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program to calculate the volume of Box using Binary


Operator Overloading.
2. Write a Class named as bank. Include the member variables as
Depositor name, Account number, Balance amount and member
functions to assign initial values, deposit an amount and display name
and balance amount using constructor. Check the balance if it is zero
then destroys the account details by using Destructor.
Aim
(05)

Procedure
&
Description
(20)

Programs
(30)

INTERNAL EXAMINER
EXAMINER

Execution(3
0)

Results(0
5)

Viva
Voce(10
)

Total
(100)

EXTERNAL

1. Write a C++ program of performing Binary Search Tree operations and


its traversals.
2. Write a C++ program using Virtual Functions.
Aim
(05)

Procedure
&
Description
(20)

Programs
(30)

Execution(3
0)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write three different classes named as student, test, and total. Class
student stores the roll_number, Class test stores the marks obtained
from three subjects and class result contains the total marks obtained
from the test. The class result can inherit the details of the marks
obtained from the test and the roll_number of students through
multilevel inheritance.
2. Write a C++ program display the division by zero error using Exception
Handling.
Aim
(05)

Procedure
&
Description
(20)

Programs
(30)

Execution(3
0)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program with a class named as area to find the area of
the room and inherit this property into another class named as
volume to find out the volume of the same room and display both the
results.
2. Write a C++ program to display the distance using Unary Operator
Overloading.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

Viva
Voce(10
)

Total
(100)

INTERNAL EXAMINER

EXTERNAL

EXAMINER

1. Write a C++ program of Swapping of 2 numbers using Function


Template.
2. Write a Exception handling program using mechanisms of try, throw
and catch to detect the error and catch the arithmetic exception of
divide-by-zero problem. Check the value of the division is it not zero
then display the output else display the error message in the main
program.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a program in C++ to calculate area of a circle, rectangle and


square using runtime polymorphism.
2. Write a C++ program of Maximum of 2 numbers using Class Template.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program to handle square root function using Exception


Handling.
2. Write a C++ program of using STL Library of List and Algorithm.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

Viva
Voce(10
)

Total
(100)

INTERNAL EXAMINER

EXTERNAL

EXAMINER

1. Write a C++ program to perform Exception Handling with Multiple


Catches.
2. Kruskals Algorithm to construct Minimum Spanning Tree.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program to perform Circular Queue Operations using


Queue.
2. Write two classes named as read input and summation. Read n number
of values in the first class. Find the sum of n values in the second class
by using friend function.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program of using STL Library of Stack.


2. Write a C++ program to obtain the File Size using File Handling
Mechanisms.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

Viva
Voce(10
)

Total
(100)

INTERNAL EXAMINER

EXTERNAL

EXAMINER

1. Write a C++ program to Display the Student Details using Multiple


Inheritance.
2. Create a class Student with members rollno, name, and deptname.
Create a friend function deptwise to list all students for a given dept.

Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program of Binary Tree traversal Techniques.


2. Write a C++ program of using STL Library of Iterator and Algorithm

Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program of finding the Minimum Spanning Tree using


Prims Algorithm.
2. Write a C++ program of using STL Library of Vector.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

Viva
Voce(10
)

Total
(100)

INTERNAL EXAMINER

EXTERNAL

EXAMINER

1. Determine the Shortest path using Floyd Warshalls Algorithm


Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Determine the Shortest path using Bellman Ford Algorithm.


2. Write a C++ program to create a hierarchy of class to find the area of
different objects such as rectangle, square and circle.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write three different classes named as employee, salary and payroll.


Class employee stores the empno, empname and design . Class salary
stores basic, da and pf. Inherit minimum of five employees and obtain
the payroll using multiple inheritance.
2. Create a class Stack with functions push() and pop().Check whether the
Stack is full or empty and accordingly raise exceptions as Stack
Overflow or Stack Underflow.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

Viva
Voce(10
)

Total
(100)

INTERNAL EXAMINER

EXTERNAL

EXAMINER

1. Write a C++ program to add and subtract the given two numbers in
two separate classes and, multiply and divide the added and
subtracted values in the third class.
2. Write a C++ program to find the cube of a given numbers of different
data types using single function as a template type and display the
result with different data types.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Write a C++ program of Reading and Writing Operations on a Data File.


2. Write three different classes named as student, test, and total. Class
student stores the roll_number, Class test stores the marks obtained
from three subjects and class result contains the total marks obtained
from the test. The class result can inherit the details of the marks
obtained from the test and the roll_number of students through
multilevel inheritance.
Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

INTERNAL EXAMINER

Viva
Voce(10
)

Total
(100)

EXTERNAL

EXAMINER

1. Determine the Shortest path using Dijkstras Algorithm.


Aim
(05)

Procedure
&
Descriptio
n (20)

Programs
(30)

Execution(
30)

Results(0
5)

Viva
Voce(10
)

Total
(100)

INTERNAL EXAMINER
EXAMINER

EXTERNAL

You might also like