vault backup: 2022-07-19 21:21:13

This commit is contained in:
Jet Hughes 2022-07-19 21:21:13 +12:00
parent f724a3439f
commit cf61756b7b
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,15 @@
---
title: "03-sequential-logic-circuits"
aliases:
tags:
- cosc204
---
comb log. circuits always produce the same output with the same inputs
Sequential logic circuit output depends not only on the inputs but also past history (memory)
![combinatorial vs sequential](https://i.imgur.com/GbfAZ4c.png)

View File

@ -1,6 +1,6 @@
---
title: "combinatorial-logic-circuit"
aliases: logic circuit
aliases:
tags:
- cosc204
---

View File

@ -32,6 +32,8 @@ tags:
# Lectures
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
- [02-combinatorial-logic](notes/02-combinatorial-logic.md)
-
# Archive