pete > courses > CS 202 Spring 24 > Tier 2, Phase 1, Problem 02: Build a NAND gate from transistors


Tier 2, Phase 1, Problem 02: Build a NAND gate from transistors

You will construct a NAND gate using transistors.

Advice: recall the process we went through to create the inverter in class.

Submission Requirements

You will submit a single Logisim-Evolution circuit file. The name of the file must be nand_gate.circ. The circuit within must have exactly two inputs and one output. The inputs must be labeled "A" and "B" and the output must be labeled "A_NAND_B".

You are limited to the following Logisim components (though you are not required to use them all):

You may use no more than 4 transistors.

Submission Instructions

Copy the nand_gate.circ file to weathertop and then run:

$ 202 submit t2p1p02 nand_gate.circ

Submissions will not be accepted after 2pm on Monday, 26 February.

Last modified: