Autosave: 2023-01-03 11:30:06
This commit is contained in:
parent
58a2bfa14e
commit
491601954e
1 changed files with 12 additions and 0 deletions
12
Electronics_and_Hardware/Digital_circuits/Multiplexor.md
Normal file
12
Electronics_and_Hardware/Digital_circuits/Multiplexor.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
categories:
|
||||
- Electronics
|
||||
- Hardware
|
||||
tags: [logic-gates, binary, nand-to-tetris]
|
||||
---
|
||||
|
||||
# Multiplexor (MUX)
|
||||
|
||||
A multiplexor takes two inputs (A,B) plus a third input SEL (for "select"). Applying a value to SEL toggles the output between A and B.
|
||||
|
||||
Multiplexers can be used to build larger circuits by connecting the output of one multiplexer to the input of another. They are often used to implement data selection and switching in digital systems
|
Loading…
Add table
Reference in a new issue