trying to categorize what kinds of data exist in your computer's memory / on its hard drive. so far I have:
* numbers (floats, ints)
* strings (various encodings)
* machine code
* C arrays/structs
is there something else I'm missing? I'm looking for very basic fundamental things (like "strings"), not like images/video. Data structures like hashmaps seem tricky because there are so many different implementations