Data Structure
↔ how data is organize, manage & store
aka Data
JSON
(standard) Serialize data into lightweight XLang format as string object notation
Source: www.json.org/json
Hash Table
Data Structure to map key to Hash Value (usually UID?)
Database
Organized collection of data, to access/store digitally
Chart
Graph to rep data
Compression
(process) to reduce file size, often inside Archive or container
Graph
Non-linear data structure of Nodes & Edges
Serialize
to arrange data into a series
Encryption
(process) to convert data to unrecognizable form to protect/restrict access to sensitive data. Often combines Compression
References
Hash Table
↔ Data Structure to map key to Hash Value (usually UID?)Page Table
↔ Data Structure to store/map Virtual Address to Physical Address