CSC270 Exercises: Karnaugh Maps, Nands, Nors
--D. Thiebaut 10:16, 6 February 2011 (EST)
NANDs and NORs
- Implement the circuit below with NOR gates only
- First approach: find the boolean expression for the output, and rewrite it using only expressions of the form not(a + b) or not a and not b.
- Second approach: solve it graphically (more information will be provided in class)