You are on page 1of 1

KONIKA PU SCIENCE COMMERCE & ARTS COLLEGE VIJAYAPUR

2nd Internal Test


Subject: Computer Application
Time:1 hour Marks:35
Part A
Answer any 10 questions 10*1=10
1. What is Array?
2. Define Stack & Queue.
3. Define Enqueue, Dequeue.
4. What is Classes & Objects?
5. Define Inheritance.
6. Define Data Member and Member Functions
7. What is Base class?
8. What is derived class?
9. What is function overloading?
10. What is default constructor?
11. What is data?
12.What is Database?
13.Expand SQL.

Part B
Answer any 5 questions 5*3=15
1. Explain the characteristics of OOP’s.
2. Write types of Data Structure.
3. What is SQL? Explain the different SQL commands.
4. What is inline function? Write a simple program for it.
5. Explain destructor with syntax and example.
6. Explain any two types of Inheritance.
7. What are the advantages of Inheritance? (Any five)

Part C
Answer any 2 questions 5*2=10
1.Write a C++ program to find the frequency presence of an element in an array.
2.Write a C++ program to insert an element into an array at a given position.
3.Write a C++ program to delete an element from an array from a given position.
4.Write a C++ program to sort the element of an array in ascending order using
insertion sort.
5.Write a C++ program to search for a given element in an array using binary search
method.

You might also like