Test: Data Structure BCA Sem - 3: Two Marks Questions

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Test: Data Structure BCA Sem -3

Two Marks Questions


Q1:
(a) Define Data structure

(b) What is ADT? Give Examples

(c) Differentiate Linear and Non Linear Data Structures?

(d) Write a short note on Big 'O' Notation?

(e) What is algorithm? Give example

10 Marks Questions (Attempt any Three)


Q2: What is an Array? Write a program in C

(1) To create Array

(2) Insert an Element in array

(3) Traverse Elements of Array

Q3: What is Stack? Describe its underflow and Overflow Situations.

Q4: Write a program in C Language to implement stack using array.

Q5: What is Queue? Discuss its types. Write its Two applications

You might also like