Data Structures

February 15, 2009 at 1:48 pm | In Ultimate Concepts-C++/C | 2 Comments
Tags: , , , , , , , ,

Basically it has been said that,”Algorithms+Data Structures=Programs” and that’s the reason why I chosen to discuss this topic first. Now before going into the detail of Data Structures first of all we should know some of the basic concepts regarding this topic:

*Data: Data is simply values or sets of values.

*Information: Data along with the attributes(columns) is called info. or Processed data is called Info. or you can also say that any meaningful data is the Information.For Example:-

informationi.e this whole set is called as information.

 

Now moving ahead we find that data can be organized in many different formats like the followings:-

1) Field: Small part of information is called as a field.For Example:-

Fieldi.e particularly column with an attribute is called as a field.

 

 

2) Record: It is the collection of fields(or values).

3) File: Collection of records.

But these organizations of data into fields, record, files may not be sufficient enough to handle all types of data’s. And so we bring into the action some another concepts like Data Structure and Data Base Management(DBMS) or File Management.

So finally we can define Data Structures as:-”A simple organization of data which can be easily processed at any time and which consists of actual relationships of the data as in the real world.”

——————————To Be Continued——————————–

Any problem related C,C++,SQL or HTML?. Then post out it here.

Do visit our Network Blog,”ultimatechange“.

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.