GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Concepts  >  Data Structures
Go To First  |  Previous Question  |  Next Question 
 Data Structures  |  Question 151 of 198    Print  
Define datastructure?

  
Total Answers and Comments: 15 Last Update: April 16, 2008     Asked by: murthy 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
July 22, 2006 06:32:45   #1  
chandu        

RE: define datastructure?
A data structure is a group of data elements grouped together under one name. These data elements, known as members, can have different types and different lengths.
 
Is this answer useful? Yes | No
July 28, 2006 14:00:11   #2  
anupam roy        

RE: define datastructure?
Data structure means how the data is organized in memory.There are diferent kind of data structures. Some are used to store the data of same type and some are used to store different types of data.
 
Is this answer useful? Yes | No
August 04, 2006 12:25:58   #3  
viswanath        

RE: define datastructure?
data structure is a combination of two or more datatype elements
 
Is this answer useful? Yes | No
August 05, 2006 08:20:16   #4  
pushpavalli        

RE: define datastructure?

data structure:

it is the way of organising the data items.


 
Is this answer useful? Yes | No
August 10, 2006 09:51:33   #5  
sarfaraz        

RE: define datastructure?

a data structure is defined as a way of representing data in computer memory,it may int type to complex data involving many types exstructure.data structure is of two types linear and non linear .linear implies to array and non linear implies to linked list


 
Is this answer useful? Yes | No
October 30, 2006 06:03:24   #6  
f2003062 Member Since: October 2006   Contribution: 6    

RE: define datastructure?
A small mistake in the above comment..!Data Structures are of two types...They are 1.(linear) Sequential -- linkedlists,trees 2.(Non-linear) Non-Sequential -- Arrays ( Since U can access any value directly from an Array Ex: arr[2],arr[7] )But in linked lists u should go one by one to access a particular location..! hence it is sequential..!
 
Is this answer useful? Yes | No
October 30, 2006 06:12:24   #7  
f2003062 Member Since: October 2006   Contribution: 6    

RE: define datastructure?
Linear datastructures are accessed non-sequentially... Example:- arr[8],arr[4]Non-Linear data stuctures are accessed sequentially..
 
Is this answer useful? Yes | No
November 03, 2006 01:19:41   #8  
sundar        

RE: define datastructure?
Data structure is method ,which defines how the elements or datas can be arranged or grouped.
 
Is this answer useful? Yes | No
November 05, 2006 09:41:02   #9  
visitor        

RE: define datastructure?

The most common organization for components is a linear structure. A structure is linear if it has these 2 properties:

Property P1
Each element is `followed by' at most one other element.
Property P2
No two elements are `followed by' the same element.

 
Is this answer useful? Yes | No
November 22, 2006 02:17:21   #10  
DEEPAK KUMAR MAHAPATRA(TCS KOCHI INFOPARK)        

RE: define datastructure?

Hii

it is defined as the logically related data in a sequencial manner.

byy

DEEPAK(TCS)


 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape