Assignment_Question C++ Project ( 1 st Phase 25/2/13 TO 17/3/13)
Phase - 1: (start date from - 22 feb 2013)
Prerequisites/Assignments of your PROJECT WORK
___________________________________________________________________________
Project No.1
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)What is the concept of Linked List in data structure? How it performs Insertion and deletion operation .Explain with an algorithm and implement with C.
(c) What is the concept of operator overloading in C++. Overload + and – operator with c++ code.
(d)What is template in C++. Explain with C++ example. How its differs from class.
(e) Explain the concept of constructor in C++ with example.
Project No.2
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is graph and how it is stored in matrix and list formation?
(d)Explain the concept of DFS and BFS in data structure with suitable example.
(e) Explain the concept of shortest path and minimum spanning tree in data structure.
Project No.3
(a) What is this pointer in C++ explain how its work.
(b)What is stack in data structure? Explain various operation performed over stack through array and linked list. Explain its algorithm.
(c) Explain the concept of inline function in C++ with example.
Project No.4
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)What is this pointer in C++ explain how its work.
(c) What is circular queue explain with example. Also explain insertion and deletion operation with the help of C programs.
(d)Representation of circular queue with respect to array and linked list.
Project No.5
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of friend function in c++ with example.
(c) What is dequeue explain with example. Also explain insertion and deletion operation with the help of C programs.
(d)Representation of dequeue with respect to array and linked list.
Project No.6
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of friend function in c++ with example.
(c) What is priority queue explain with example. Also explain Round Robin Scheduling in multiprogramming environment.
(d)Difference between Round Robin and Priority Based RR scheduling algorithm of Operating system.
Project No.7
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is sparse matrix explain with example. Also write the c code for sparse matrix.
(d)What is multilist how it created give the example of it.
Project No.8
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) Explain the various operation perform over the matrix (addition, subtraction, multiplication, inverse, Dot product of two vector) with example each one.
Project No.9
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of static Data Members & Static Functions in c++ with example.
(c) Explain the concept of dynamic array with c++ example.
(d)Explain the concept of dynamic constructor of c++ with example.
Project No.10
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is the concept of inverted multi list index for a file organization?
(d)Explain the working of inverted multi list index technique of file organization.
Project No.11
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is conversion function. how string converted into integer and integer to string. explain with example of c.
Project No.12
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is purpose of operator overloading in c++ how object is copied to other object using overloading of assignment operator .explain with c++ example.
Project No.13
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is operator overloading . overload Assignment operator with c++ code.
(d)What is destructor and how it works in c++ give suitable code for destructor.
Project No.14
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) Explain inheritance in c++. How multi level inheritance achieved in c++ with code.
Project No.15
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is bisection method in mathematics ,take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
(d)What is Newton Raphson method in mathematics; take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.16
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is False Position method in mathematics, take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
(d)What is Secant method in mathematics take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.17
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in C++ with example.
(c) What is Successive Approximation method in mathematics; take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
(d)What is Birge Vieta method in mathematics take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.18
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in C++ with example.
(c) What is Lagrange Interpolation method in mathematics; take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
(d)What is Inverse Interpolation method in mathematics; take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.19
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is Newton’s forward difference interpolation method in mathematics; take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
(d)What is Newton’s backward difference interpolation method in mathematics; take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.20
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is Newton’s divided difference interpolation method in mathematics ,take atleast one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.21
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is Fitting a straight line & Fitting an exponential curve method in mathematics ,take atleast one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.22
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is Approximation by Taylor series method in mathematics ,take atleast one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.23
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) Take atleast one mathematical example to solve the problem. Also explain with algorithm (C language)
1. Differentiating a function
2. Trapezoidal Rule
3. Simpson’s 1/3 Rule
4. Simpson’s 3/8 Rule
5. Gauss Quadrature Integration
Project No.24
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) Take atleast one mathematical example to solve the problem. Also explain with algorithm (C language)
1. Inverse of a matrix
2. Gauss Elimination method
3. Gauss Seidel method
Project No.25
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is Runge-Kutta 4th order in mathematics , take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
(d)What is Milne Simpson’s Predictor Corrector method in mathematics , take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.26
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is Runge-Kutta 4th order in mathematics ,take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
(d)What is Adam’s Moulton Predictor Corrector method in mathematics ,take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.27
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of constructor in c++ with example.
(c) What is Eigen value & Eigen vector in mathematics ,take at least one mathematical example to solve the problem. Also explain with algorithm (C language)
Project No.28
- What is Class in C++. how its declare and defined with data member and member function.
- Explain the concept of constructor in c++ with example.
- Explain the algorithm and cpp code for array representing of below sorting:
- Bubble Sort
- Insertion Sort
- Selection Sort
Project No.29
- What is Class in C++. how its declare and defined with data member and member function.
- Explain the concept of constructor in c++ with example.
- Explain the algorithm and cpp code for array representing of below sorting:
- Shell Sort
- Merge Sort
- Radix Sort
Project No.30
- What is Class in C++. how its declare and defined with data member and member function.
- Explain the concept of constructor in c++ with example.
- Explain the algorithm and cpp code for Array & Linked List representing of below sorting:
- Heap Sort ( Min Heap & Max Heap ) ( Using Array & Linked List)
- Binary Search ( Iterative/ Recursive ) ( Using Array)
- Topological Sort (Using Array & Linked List)
Project No.31
- What is Class in C++. how its declare and defined with data member and member function.
- Explain the concept of constructor in CPP with example.
- Explain the algorithm and CPP code for Array & Linked List representing of below sorting:
- Quick Sort
- Sequential Search ( Using Array & Linked List)
- Bucket Sort
Project No.32
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
Project No.33
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
Project No.34
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
Project No.35
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
(e) Expain the Concept of Operator Overloading, overload Insertion & Extractor Operator (<< & >>) using friend Function.
Project No.36
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
(e) Expain the Concept of Operator Overloading, overload Unary Operator ++ using Friend Function.
Project No.37
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
(e) Expain the Concept of Operator Overloading, overload Unary Operator ++ using Member Function.
Project No.38
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
(e) Expain the Concept of Operator Overloading, overload Binary Operator + using Friend Function.
Project No.39
(a) What is Class in C++. how its declare and defined with data member and member function.
(b)Explain the concept of various types of constructor in c++ with example.
(c) Explain This Pointer used in C++ with Application.
(d) Explain the working of Inline Function used in C++, Why its requied.
(e) Expain the Concept of Operator Overloading, overload Binary Operator + using Member Function.
Project –Cordinator HOD(MCA)
Mr.Vikas katariya Mr. Pankaj Nanal