CSC270 Exercises: Karnaugh Maps, Nands, Nors

From dftwiki3
Revision as of 10:16, 6 February 2011 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- =NANDs and NORs= * Implement the circuit below with NOR gates only <center>250px</center> ** First approach: find the boo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut 10:16, 6 February 2011 (EST)


NANDs and NORs

  • Implement the circuit below with NOR gates only
CSC270LogicCircuitHomework1.jpg
    • 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)