Bca Part 2
Bca Part 2
com
Roll No...................... Total No. of Section : 03
Total No. of Printed Pages : 03
P.T.O.
http://www.hyvonline.com
(2) Code No. : B-413(A) (3) Code No. : B-413(A)
OR
(Section-'B')
Explain the significance of Record data structure with an
( Short answer type questions with word limit 150-200) example.
(3 x5=15) Q.2 Write an algorithm to count the number of elements in a linked
Q.1 Write the different applications of Data Structure. list.
OR OR
Write an algorithm for inserting an element ITEM into the Kth Explain overflow and underflow condition in stack.
position of a linear array of N elements. Q.3 What are the operations that can be done on a Queue?
Q.2 Write an algorithm for finding the smallest element in an array OR
of N elements. What are the different ways in which stack can be represented?
OR Q.4 Explain the different types of traversing in a binary tree.
Write an algorithm for performing binary search of an element OR
in a linear array of N elements. Write an algorithm for inserting in a Binary tree.
Q.3 What is pointer? Explain the pointer with an example.
Q.5 Write an algorithm for Insertion Sort.
OR
OR
Write the signifiance of linked list with an example.
Write an algorithm for selection sort.
Q.4 Explain the different types of tree in brief.
OR
----x----
Explain the different types of traversing in a tree.
Q.5 What is merging? Explain with an example.
OR
Write an algorithm for sorting an linear array of N elements in
ascending order.
(Section-'C')
( Long answer type questions with word limit 300-350)
(5 x5=25)
Q.1 Write an algorithm for performing linear search of an element
ITEM in an array of N elements.