0% found this document useful (0 votes)
4 views

Assignment 1 DSA

The document is an assignment for BCA students at TECNIA Institute of Advance Studies for the academic session 2024-25, focusing on Data Structures and Algorithms. It includes various topics such as basic terminologies, types of data structures, algorithms, abstract data types, arrays, sparse matrices, and differences between data structures. The assignment is due for submission on February 20, 2025, with specific tasks outlined for students to complete.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Assignment 1 DSA

The document is an assignment for BCA students at TECNIA Institute of Advance Studies for the academic session 2024-25, focusing on Data Structures and Algorithms. It includes various topics such as basic terminologies, types of data structures, algorithms, abstract data types, arrays, sparse matrices, and differences between data structures. The assignment is due for submission on February 20, 2025, with specific tasks outlined for students to complete.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

TECNIA INSTITUTE OF ADVANCE STUDIES

GRADE “A” INSTITUTE


Assignment-1
Academic Session: 2024-25
Program: BCA Semester: 2nd
Paper Code: BCA 106 Subject: Data Structures and Algorithm

1. Discuss some Basic terminologies used and Elementary Data Organization in data structure
2. Explain Data Structure. Describe about its need and types.
3. Define Algorithm. Explain the criteria an algorithm must satisfy. Also give its characteristics.
4. What do you mean by Abstract Data Type
5. Write short Notes on types of Arrays. How arrays can be declared.
6. What is Row major order and Column major order with an example.
7. What are sparse Matrices and its types. Also write a short note on the representation of Sparse Matrices.
8. Write differentiate between Array and Linked List.
9. Difference Linear and Non-Linear Data Structure. Explain Binary Search Tree and construct a Binary Search Tree
from the following set of letters: J, R,D,G,T,E,M,H,P,A,F,Q
10. An array X[-15......10, 15........40] require 4 bytes of storage. If beginning location is 1300 determine the location of
X[5][25] by using row major order and column major order.

Assignment Given on Date : 14.02.2025

Assignment Submission Date: 20.02.2025

You might also like