mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-23 23:14:14
This commit is contained in:
parent
c1ea935933
commit
b8e0d8fc5b
@ -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
|
||||||
|

|
||||||
|
|
||||||
|
- 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)
|
||||||
|
-
|
||||||
Loading…
Reference in New Issue
Block a user