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

Building Digital Logic Circuits Using Decoders: Objectives Lab Tasks

This document describes four tasks for a lab on building digital logic circuits using decoders. The first two tasks involve implementing 3-variable Boolean functions using a 3-8 decoder. The third task asks students to design a combinational circuit using a 4-16 decoder with four inputs and one output. The fourth task similarly asks students to design a combinational circuit using two 3-8 decoders with four inputs and one output.

Uploaded by

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

Building Digital Logic Circuits Using Decoders: Objectives Lab Tasks

This document describes four tasks for a lab on building digital logic circuits using decoders. The first two tasks involve implementing 3-variable Boolean functions using a 3-8 decoder. The third task asks students to design a combinational circuit using a 4-16 decoder with four inputs and one output. The fourth task similarly asks students to design a combinational circuit using two 3-8 decoders with four inputs and one output.

Uploaded by

ARISHA 124
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

LAB#11: LOGIC DESIGN USING DECODERS SSUET/QR/114

LAB#11
BUILDING DIGITAL LOGIC CIRCUITS USING DECODERS
OBJECTIVES
To practice how to build combinational logic circuits using decoders.

LAB TASKS
Task 1: Implementing 3-variable Boolean expressions using 3-8 decoder

Implement the following function using 3-8 decoders.

A B C F

0 0 0 0 1

1 0 0 1 1

2 0 1 0 0

3 0 1 1 1

4 1 0 0 1

5 1 0 1 0

6 1 1 0 0

7 1 1 1 0

The above function can be implemented as shown next. Redraw this circuit using EWB.

Logic Design & Switching Theory 65


LAB#11: LOGIC DESIGN USING DECODERS SSUET/QR/114

Task 2: Implementing multiple 3-variable Boolean expressions using 3-8 decoder

Implement the following three functions using 3-8 decoders.

A B C F1 F2 F3
0 0 0 0 0 1 1
1 0 0 1 1 1 0
2 0 1 0 0 0 1
3 0 1 1 1 1 0
4 1 0 0 0 1 1
5 1 0 1 1 0 0
6 1 1 0 1 0 0
7 1 1 1 0 0 1

Logic Design & Switching Theory 66


LAB#11: LOGIC DESIGN USING DECODERS SSUET/QR/114

Task 3: Problems with verbal description


Design a combinational circuit (using one 4-16 decoder) with four inputs, and one output to
implement the following function.

A B C D F
0 0 0 0 0 0
1 0 0 0 1 1
2 0 0 1 0 0
3 0 0 1 1 1
4 0 1 0 0 0
5 0 1 0 1 0
6 0 1 1 0 1
7 0 1 1 1 1 Task 4: Problems with verbal
8 1 0 0 0 1 description
9 1 0 0 1 0
10 1 0 1 0 1 Design a combinational circuit
11 1 0 1 1 0 (using two 3-8 decoder) with four
12 1 1 0 0 1 inputs, and one output to implement
13 1 1 0 1 0 the following function.
14 1 1 1 0 0
15  1A 1B 1C 1D 1F
0 0 0 0 0 0
1 0 0 0 1 1
2 0 0 1 0 0
3 0 0 1 1 1
4 0 1 0 0 0
5 0 1 0 1 0
6 0 1 1 0 1
7 0 1 1 1 1
8 1 0 0 0 1
9 1 0 0 1 0
10 1 0 1 0 1
11 1 0 1 1 0
12 1 1 0 0 1
13 1 1 0 1 0
14 1 1 1 0 0
15 1 1 1 1 1

Logic Design & Switching Theory 67

You might also like