![]() |
Jupyter at Bryn Mawr College |
|
|
Public notebooks: /services/public/dblank / CS240 Computer Organization / 2015-Fall / Notes |
Review:
Breadboard:
LED:
PNP 2N4403
<img src="../images/pnp.png"/ width="500">
Change the voltage on the base to allow conductivity on the wire:
https://en.wikipedia.org/wiki/MOSFET
CMOS: complementary metal-oxide semiconductor, made up of n-type and p-type transistors
2-input, 4-output decoder
2-input, 1-output
Bit adder:
Repeat for each bit.
All combinations (AND array), pick which ones give true (OR array)
R-S Latch
R = 1, S = 1 then latch holds its memory (whatever that is).
Gated D Latch
Register
Series of Gated D Latches, one per bit.
Decoders and muxes.