diff --git a/education/computer engineering/ECE2700/Continuous Circuits.md b/education/computer engineering/ECE2700/Continuous Circuits.md deleted file mode 100644 index e69de29..0000000 diff --git a/education/computer engineering/ECE2700/Sequential Circuits.md b/education/computer engineering/ECE2700/Sequential Circuits.md new file mode 100644 index 0000000..9eb5cbf --- /dev/null +++ b/education/computer engineering/ECE2700/Sequential Circuits.md @@ -0,0 +1,14 @@ +- Output depends on input and past behavior +- Requires use of storage elements + +# Latches +## A Latch Built with NOR gates +Truth table: + +| $S$ | $R$ | $Q_a$ | $Q_b$ | +| --- | --- | ----- | ----- | +| 0 | 0 | 0/1 | 1/0 | +| 0 | 1 | 0 | 1 | +| 1 | 0 | 1 | 0 | +| 1 | 1 | 0 | 0 | +![[Pasted image 20250303095542.png]] \ No newline at end of file diff --git a/Pasted image 20250224110819.png b/education/computer engineering/ECE2700/assets/Pasted image 20250224110819.png similarity index 100% rename from Pasted image 20250224110819.png rename to education/computer engineering/ECE2700/assets/Pasted image 20250224110819.png diff --git a/Pasted image 20250224111117.png b/education/computer engineering/ECE2700/assets/Pasted image 20250224111117.png similarity index 100% rename from Pasted image 20250224111117.png rename to education/computer engineering/ECE2700/assets/Pasted image 20250224111117.png diff --git a/education/computer engineering/ECE2700/assets/Pasted image 20250303095542.png b/education/computer engineering/ECE2700/assets/Pasted image 20250303095542.png new file mode 100644 index 0000000..623f3c9 Binary files /dev/null and b/education/computer engineering/ECE2700/assets/Pasted image 20250303095542.png differ