this post was submitted on 04 Aug 2023
181 points (97.9% liked)
Explain Like I'm Five
14230 readers
44 users here now
Simplifying Complexity, One Answer at a Time!
Rules
- Be respectful and inclusive.
- No harassment, hate speech, or trolling.
- Engage in constructive discussions.
- Share relevant content.
- Follow guidelines and moderators' instructions.
- Use appropriate language and tone.
- Report violations.
- Foster a continuous learning environment.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In a RAM you're just trapping current in a loop inside a logical circuit and the state that you get, since it will be stable until it's reset, is just a memorized 1 bit. You're not changing anything physical there.
See: https://en.wikipedia.org/wiki/Memory_cell_(computing) (not an ELI5 though)
Wikipedia animation of a basic logical circuit that allows you to do that using NOR gates:
That is static RAM (SRAM). Most RAM in computesr is DRAM, which works a bit differently and is much cheaper and denser, but more difficult to operate.