vault backup: 2022-07-23 22:34:12

This commit is contained in:
Jet Hughes 2022-07-23 22:34:12 +12:00
parent a194c520ee
commit 36372a768f

View File

@ -28,3 +28,12 @@ Two types:
- D-type flip-flop [delay flip flop](https://i.imgur.com/IpQfNRm.png)
- T-type flip-flop [t flip flop](https://i.imgur.com/SZn2J94.png)
- JK-type flip-flop [jk flip flop](https://i.imgur.com/OgfTehO.png), [jk flip flop 2](https://i.imgur.com/8zJvDuw.png)
- synchronous counter [simulation](https://tinyurl.com/25olydjb), [slide](https://i.imgur.com/81LS7HL.png)
# State transition
"if you are here and you get this then go here"
basis of all computing (turing machine)
The computer memory is the current state, the instruction is where to go next