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
Can include files be nested? How many levels deep can include files be nested?
What is context in c?
What is meant by 'bit masking'?
Is it possible to execute code even after the program exits the main() function?
What is #define in c?
What are the 4 types of organizational structures?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Explain what is wrong with this program statement? Void = 10;
What does == mean in texting?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What would be an example of a structure analogous to structure c?
What is s or c?
How do I create a directory? How do I remove a directory (and its contents)?
Array is an lvalue or not?
What are the advantages of the functions?