Difference between revisions of "ECE 110/Concept List/F22"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | List of concepts from each lecture in [[ECE_110]] -- this is the Fall | + | List of concepts from each lecture in [[ECE_110]] -- this is the Fall 2020 version. |
== Lecture 1 == | == Lecture 1 == | ||
Line 14: | Line 14: | ||
* Minimum product of sums (optimize the 0s then use DeMorgans twice to flip) | * Minimum product of sums (optimize the 0s then use DeMorgans twice to flip) | ||
+ | <!-- | ||
== Lecture 3 == | == Lecture 3 == | ||
* Circuit terms (Element, Circuit, Path, Branch and Essential Branch, Node and Essential Node, Loop and Mesh). | * Circuit terms (Element, Circuit, Path, Branch and Essential Branch, Node and Essential Node, Loop and Mesh). | ||
Line 98: | Line 99: | ||
== Lecture 16 == | == Lecture 16 == | ||
* More phasor analysis | * More phasor analysis | ||
+ | --> |
Revision as of 02:02, 16 August 2020
List of concepts from each lecture in ECE_110 -- this is the Fall 2020 version.
Lecture 1
- Convert from Binary to Decimal from WikiHow
- Convert from Decimal to Binary from WikiHow
- What are minterms and maxterms from Quora (clearly I should have re-read this before class)
- Logic Gate Symbols from Wikipedia
Lecture 2
- Drawing logical schematics
- Gray code
- Karnaugh maps
- Minimum sum of products (optimize the 1s)
- Minimum product of sums (optimize the 0s then use DeMorgans twice to flip)