How is nonvolatile memory possible?

486 views

How is the state of a bit maintained without a flow of electricity?

Edit for clarity: I’m thinking like opcodes for processors and SSDs (if those are even actually comparable).

In: Engineering

Anonymous 0 Comments

In a HDD with a magnetic polarization. Pretty much just like a permanent magnet being created.

In a SSD or other Flash storage a charge is trapped inside. So basically a capacitor with a very small leakage current so they don’t run out for long enough.

There are also concepts for RAM with battery supply, but that is usually mostly used for server farms where speed is more important than longterm storage efficiency

OPcode for processors isn’t saved anywhere really, it’s baked into the circuits directly, so it’s hardware and not software. (Just like a waterpipe network doesn’t need to remember where it’s pipes lead to send water that way)