0% found this document useful (0 votes)
11 views

Lab 11 2022 2

This document discusses multiplexers (MUX) and provides instructions for building 2-to-1 and 4-to-1 MUX circuits on a breadboard. It defines a MUX as a combinational circuit with multiple input lines, one output line, and selection lines that determine which input is routed to the output. Truth tables and logic expressions are provided for a 2-to-1 MUX built using AND, OR, and NOT gates. Students are instructed to assemble and test both MUX circuits, check the output for all inputs, and write comments on the experimental results.

Uploaded by

Cuong
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Lab 11 2022 2

This document discusses multiplexers (MUX) and provides instructions for building 2-to-1 and 4-to-1 MUX circuits on a breadboard. It defines a MUX as a combinational circuit with multiple input lines, one output line, and selection lines that determine which input is routed to the output. Truth tables and logic expressions are provided for a 2-to-1 MUX built using AND, OR, and NOT gates. Students are instructed to assemble and test both MUX circuits, check the output for all inputs, and write comments on the experimental results.

Uploaded by

Cuong
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

IT2140E-Electronics for Information Technology DCE-SOICT-HUST

LAB 11: Multiplexer

1 Goals
• Understand the working principle of a multiplexer (MUX)
• Know how to build a MUX using basic logic gates.

2 MUX
A MUX (or data selector) is a combinational circuit, which consists of several input lines,
one output line, and several selection lines. Depending on the logic status of the selection
lines, the binary information present on any one of the input lines is selected and routed to
the output line.
2.1. 2-to-1 MUX
The following figures show a 2-to-1 MUX and its truth table.
- 2 1-bit input lines: I0, I1
- 1 1-bit output line: Y
- 1 1-bit selection line: S

From the truth table, we can represent the Boolean expression of the 2-to-1 MUX as: 𝑌 =
𝑆̅. 𝐼0 + 𝑆. 𝐼1 .
The following figure shows the possible implementation of the 2-to-1 MUX, which uses
two 2-input AND gates, one NOT gate, and one 2-input OR gates.

Requirements:
• Test all ICs and equipment.
• Assemble the above 2-to-1 MUX on a breadboard using the given ICs (74LS32/08/04),
resistors, LEDs, and buttons (or switches).
IT2140E-Electronics for Information Technology DCE-SOICT-HUST

• Supply 5V/GND power to the circuit.


• Define the circuit’s activities, i.e., checking circuit’s output for all input states.
• Write comments on the experimental results.

2.2. 4-to-1 MUX


The following figures show the possible implementation of a 4-to-1 MUX and its truth table.
- 4 1-bit input lines: I0, I1, I2, I3
- 1 1-bit output line: Y
- 2 1-bit selection lines: S0, S1

Requirements:
• Test all ICs and equipment.
• Assemble the above 4-to-1 MUX on the breadboard using the given ICs (74LS32/08/04),
resistors, LEDs, and buttons (or switches).
• Supply 5V/GND power to the circuit.
• Define the circuit’s activities, i.e., checking circuit’s output for all input states.
• Write comments on the experimental results.

Components/Equipment Quantity
74LS(HC)32 (4x 2-input OR) 1
74LS(HC)08 (4x 2-input AND) 2
74LS(HC)04 (6x NOT) 1
Resistor (330Ω) 5
LED 5
Buttons (or switches) for input and selection lines 6
Breadboard 1
Connecting Wires Few
Multimeter 1

You might also like