mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
21 lines
480 B
Markdown
21 lines
480 B
Markdown
---
|
|
title: "transistors"
|
|
aliases:
|
|
tags:
|
|
- cosc204
|
|
---
|
|
|
|
|
|
# Transistors
|
|

|
|
|
|
- B: Base ⇒ A swtich connecting C to E
|
|
- 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]
|
|
|
|
|
|
[^3] : They dont actually do it this way (see lab) |