mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-16 11:47:51
This commit is contained in:
parent
d02e5fde91
commit
d9647d798e
@ -62,10 +62,16 @@ Creating boolean equations:
|
||||

|
||||
|
||||
- B: Base ⇒ A swtich connecting C to E
|
||||
- c
|
||||
- open (C is disconnected from E) when supplied 0v
|
||||
- closed (C is connected to E) by applying +5V
|
||||
- C: Collector
|
||||
- E: Emitter
|
||||
|
||||
Possible to create NAND gate using just transistors ∴ possible to create all logic gates using only transistors [^3]
|
||||
|
||||
# Demultiplexor
|
||||
- Mutli way swtich where the address determines which output recieves the input
|
||||
- [2 bit address diagram and truth table](https://i.imgur.com/XQteI3j.png)
|
||||
|
||||
# Logic Gates
|
||||
- NOT
|
||||
@ -79,4 +85,5 @@ Creating boolean equations:
|
||||
|
||||
|
||||
[^1] : In real circuits propagation delay must be considered, hence the clock cycle on CPUs
|
||||
[^2] : The Apollo Guidance Computer used about 5600 NOR gates and no other gate types!
|
||||
[^2] : The Apollo Guidance Computer used about 5600 NOR gates and no other gate types!
|
||||
[^3] : They dont actually do it this way (see lab)
|
||||
Loading…
Reference in New Issue
Block a user