1B SE

ECE124: Digital Circuits and Systems

Logic Circuit design. Very useful to teach us how to design digital circuits, which can be combined and used to build complex machines.

Link to course notes here.

If you want to self-learn this stuff again, I recommend just going through this book’s Appendix A, starting at page 802.

At a high Level, Digital Circuits can be divided into Combinational Circuits and Sequential Circuits.

Concepts

Solving methods, boolean algebra

Number Systems

Storage Elements

Circuits and Parts of A Circuit

State Diagram Stuff

Precedence of Operations

title: Precendence of Operations
Operations in a logic expression must be performed in the order: NOT, AND, and then OR.
 
#todo I have no idea if this is true...?