Memory: a big array of electrical signals, different charge levels are interpreted into 0s and 1s (a.k.a bits) that computers can comprehend

1 byte (smallest indexable memory, addressable) = 8 bits ( or 2^3 bits )

1KB = 2^10 bytes (1024 bytes)

1MB = 2^10 KB (1024 KB)

1GM = 2^10 MB (1024 MB)


[Representation of Data in Memory]

Memory is basically a very long array of byte values


스크린샷 2025-01-02 오후 5.34.23.png