A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.
Linear data structure: A linear data structure traverses the data elements sequentially, in which only one data element can directly be reached.
Ex: Arrays, Linked Lists, Stack, Queue, Any type of List all are linear.
Trees like Binary Tree, B Tree or B+ Tree are examples of non linear data structure.
Size of the primary memory of a PC ranges between 256 KB to 640 KB.
Encoding refers to the getting information into memory.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.