Lorimer Chapel in Winter
CS 232: Computer Organization
(Spring 2014)

Syllabus

Teachers
Brendan
Dan
Lanya
Victoria
Matt
Hieu
Jacob
Scott
Hieu

Assignments



Other Pages
    Homework 4
    Due: Fri Feb 21 2014

  1. 40 points: Implement, using only AND, OR and NOT gates, a circuit with two inputs, A and B, and one output X. X should be 1 if and only if A and B have the same value. Don't use NAND, NOR, XOR, or NXOR.

  2. 40 points: Implement A XOR B as a circuit using only one AND, one OR, and one NAND gate.

  3. 10 points: Implement A OR B using only NOR gates.

  4. Total Points: 90