Difference between data structure and data base.
Answer Posted / mahrukh
Explaining in a simple language : Database is the collection of various in a formatted manner , like a table , which helps in storing large amount of information having common attributes or simply common headings . . . For eg : The attendance register of a class can be considered as a database which the information about all the students are stored in table format under the attributes like name , roll number , absent or present . . .
Data Structure is the way of arranging information in a database so that it becomes easy to access information whenever needed . Example : Consider an attendance register of a class which is not proper . i.e , the pages are not arranged according to a proper sequence . If you arrange it in a sequence ( either date-wise or in any other sequence ) , you form a data structure which has a particular sequence of accessing the details of the register . . .
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Are local variables initialized to zero by default in c?
Is c pass by value or reference?
What are near, far and huge pointers?
Explain setjmp()?
Explain the difference between strcpy() and memcpy() function?
Do array subscripts always start with zero?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
How are portions of a program disabled in demo versions?
What are header files and what are its uses in C programming?
What is c system32 taskhostw exe?
can any one provide me the notes of data structure for ignou cs-62 paper
how logic is used
Difference between strcpy() and memcpy() function?
How can I do serial ("comm") port I/O?
What are Macros? What are its advantages and disadvantages?