What is a data structure?

Answers were Sorted based on User's Feedback



What is a data structure?..

Answer / satish

Data Structure means how the data is organised in memory

Is This Answer Correct ?    23 Yes 3 No

What is a data structure?..

Answer / rajireddy

data structure means how the data stores logically in the
memory. in other words logical representation of data.

Is This Answer Correct ?    18 Yes 3 No

What is a data structure?..

Answer / kranth

datastructure is a concept that describes the logical and
physical organisation of data so that it can be retreived
as and when required.

Is This Answer Correct ?    10 Yes 0 No

What is a data structure?..

Answer / suman tiwari aka nips

Data structure can be defined in many ways.

Different operations performed on data with the help of some
working mechanism or rule is Data structure.

In book of D. Samanta., It has been defined as Triplet(DFA)
D is a set of data object
F is a set functions and
A is a set of rules to implement the functions

Is This Answer Correct ?    12 Yes 4 No

What is a data structure?..

Answer / b.thiruppathi raja

In computer science, a data structure is a particular way
of storing and organizing data in a computer so that it can
be used efficiently..,

Is This Answer Correct ?    4 Yes 0 No

What is a data structure?..

Answer / deepti

A DATA STRUCTURE IS A LOGICAL REPRESENTATION OF LARGE DATA
INTO MEMORY LOCATION EITHER LINEARLY OR NON-LINEARLY.

Is This Answer Correct ?    4 Yes 1 No

What is a data structure?..

Answer / indrajeet kumar ray

In order to represent and store data in main memory and/or
secondary memory, we need an appropriate model. The
different models used to organize data in the main memory
are collectively referred to as data structures, whereas
the different models used to organize data in the secondary
memory are collectively referred to as file structures.
The computer system is used essentially as Data Management
System where 'Data' are very important thing for it. The
data can be referred to in many ways viz. data, data items,
data structures etc. The data being an active participant
in the organization's operations and planning, data are
aggregated and summrized in various meaningful ways to form
information. The data must be represented, stored,
organized, processed and managed so as to support the user
environment. All these factors very much depend upon the
way data are aggregated. The Data structures are an
effective nd reliable way to achieve this.
A Data Structure is a named group of data of different data
types which can be processed as a single unit. A data
structure has well-defined operations, behaviour and
properties.

Types of Data Structures:-
Data Structures are very important in a computer system, as
these not only allow the user to combine various data types
in a group but also allow processing of the group as a
single unit thereby making things much simpler and easier.
The data structures can be classified into following two
types: -
1. Simple Data Structures: - These data structures are
normally built from primitive data types like integers,
reals, characters, boolean. Following data structures can
be termed as simple data structures:
i. Array
ii. Structure
2. Compound Data Structures: Simple data structures can be
combined in various ways to form more complex structures
called compound data structures. Compound data structures
are classified into following two types: -
i. Linear Data Structures:- a data structure whose elements
form a sequence, and every element in the structure has a
unique predecessor and a unique successor. Linear data
structures are single level data structures. Following are
the examples of linear data structures:
a. Stack
b. Queue
c. Linked List

ii. Non Linear Data Structures:- a data structure whose
elements do not form a sequence, there is no any unique
predecessor and unique successor. Non linear data
structures are multilevel data structures. Following are
the examples of non-linear data structures:
a. Tree
b. Graph
Mob:-9973697147

Is This Answer Correct ?    2 Yes 0 No

What is a data structure?..

Answer / hemant belwal

data is analysis in my different way.it is a logical and
mathematical model of a particular organization of data.

Is This Answer Correct ?    2 Yes 1 No

What is a data structure?..

Answer / t jitendra

data structure is an abstract representation of data

Is This Answer Correct ?    2 Yes 1 No

What is a data structure?..

Answer / ashish

Data structure is a way of organising the data elements in
their mathematical or logical representation.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Data Structures Interview Questions

How can someone display singly linked list from first to last?

0 Answers  


Write a data structure for a queue.

0 Answers   Tavant Technologies, Zensar,


Explain stacks and queues in detail.

0 Answers  


What is precision in data structures?

0 Answers  


How do you explain bubble sort?

0 Answers  






Two linked lists are given, find out the sum of them without altering the linked list?

0 Answers   Expedia,


If you do not initialize an array what will happen?

0 Answers  


Why is arraylist used?

0 Answers  


What is the minimum number of nodes in an avl tree of height h?

0 Answers  


What is sequential search? What is the average number of comparisons in a sequential search?

0 Answers  


When new data are to be inserted into a data structure?

0 Answers  


Is hashmap ordered?

0 Answers  


Categories