DATA STRUCTURE
EXPERIMENT I
Title: Understanding the concept of Data Structure and tools
Objectives: To explain Data Structure, name, value range and
data types.
Apparatus: System unit, VDU, mouse, and keyboard
Theory: The term Data Structure is a specialized format for
organizing, processing, retrieving and storing data. There are
several basic and dynamic types of Data Structure, all designed to
arrange data to suit a specific purpose. Data Structures make it
easy for users to access and work with the data they need in
appropriate ways.
In Computer Engineering and Computer Programming, a Data
Structure may be selected or designed to store data for the
purpose of using it with various algorithms. In some cases, the
algorithm’s basic operations are tightly coupled to the Data
Structures design and. Each Data Structure
Any programming language is implemented on computer right
from its inception, to the present day. All computer system
irrespective of their size or shape, perform the following 5 basic
operations. It converts the new input data into information, which
is useful to the users:
i. Inputting: It is the process of entering data and
instructions to the computer system.
ii. Storing: The data or instructions are stored for either
initial or additional processing as at when required.
iii. Processing: It requires performing arithmetic or logical
operation on the saved data to convert it into useful
information.
iv. Outputting: It is the process of producing the output data
to the end user.
v. Controlling: The above operations have to be directed in a
particular sequence to be completed.
Secondary Storage
Data Input Output Information
Primary Storage
EXPERIMENT 2
Title: Knowing tools for studying Data Structure, symbols,
relations and graph.
Objectives: (1) To demonstrate using relevant examples on how
to use symbols, relations and graph.
(2) To explain the basic operation using symbols,
realtions and graph.
Theory:
EXPERIMENT 3
Title: knowing set structures and storing structure
Objective: To guide students on how to develop simple
programs using any Data Structure.
Apparatus:
Theory:
Write a program that uses functions to perform the following on
simply linked test
(i) Creation
(ii) Insertion
(iii) Deletion
(iv) Trasversal
(v) Aim: To write a C++ program to perform operations on
simply linked test program:
#include<ionstream>
#include <windowsh>