Skip to main content

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

Multimedia Formats

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

  1. Hash TableData Structure to map key to Hash Value (usually UID?)

  2. Page TableData Structure to store/map Virtual Address to Physical Address