vault backup: 2022-07-23 23:14:14

This commit is contained in:
Jet Hughes 2022-07-23 23:14:14 +12:00
parent c1ea935933
commit b8e0d8fc5b

View File

@ -47,4 +47,26 @@ tags:
- made from capacitors - made from capacitors
- used where large amount of RAM is needed - used where large amount of RAM is needed
- slower than SRAM - slower than SRAM
- inexpensive - inexpensive
## Non-Volatile Memory
- often called ROM (read only memory)
- can also be called PROM, EPROM, EEPROM, FLASH
- flash
- uses floating-gate flash cells, not quite a transistor
# ALU
![](https://i.imgur.com/wLJhTSG.png)
- performs arithmetic
- add, subtract, etc.
- logical operations
- and, or, shift, etc
- subunits
- lofical operations
- addition
- multiplication and dividion
- shifting
- comparison
- logical tests (if, >0, <0, =0, <=0, etc)
-