Autosave: 2023-01-03 11:30:06

This commit is contained in:
thomasabishop 2023-01-03 11:30:06 +00:00
parent 58a2bfa14e
commit 491601954e

View 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