pete > courses > CS 202 Spring 24 > Tier 2, Phase 1, Problem 01: Build an OR gate from transistors


Tier 2, Phase 1, Problem 01: Build an OR gate from transistors

In class, we deduced how to build a NOT gate using transistors, and I showed how a NOR gate could be implemented using transistors. For this assignment, you will construct an OR gate using transistors.

Submission Requirements

You will submit a single Logisim-Evolution circuit file. The name of the file must be or_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_OR_B".

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

Submission Instructions

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

$ 202 submit t2p1p01 or_gate.circ

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

Last modified: