Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following truth table: A B C D F G 0 0 0 0 1 1 0 0 0 1 0 0 0 0

Consider the following truth table:

A B C D F G

0 0 0 0 1 1

0 0 0 1 0 0

0 0 1 0 1 1

0 0 1 1 0 0

0 1 0 0 1 0

0 1 0 1 1 0

0 1 1 0 1 0

0 1 1 1 0 0

1 0 0 0 0 1

1 0 0 1 0 1

1 0 1 0 0 1

1 0 1 1 0 1

1 1 0 0 1 1

1 1 0 1 1 1

1 1 1 0 0 1

1 1 1 1 0 1

a) Construct Karnaugh maps and identify minimal SOP expressions for F and G.

b) Implement F using an 8-to-1 MUX and NO EXTERNAL LOGIC.

c) Determine the minimal POS expression for G, and then use this expression to implement G using 2-input NOR gates.

d) Implement G using a 4-to-1 MUX and NO EXTERNAL LOGIC.

e) Implement G using a 3-to-8 Decoder and one OR gate. Assume that the decoder outputs are active HIGH. (The OR gate may have an arbitrarily large number of inputs.)

________________________________________________________________________

PART TWO: Adders

Design a combinational circuit that uses 4-bit adders and XOR gates to subtract two signed 4-bit 2s-complement binary numbers, producing a signed 8-bit 2s-complement result. For example, if A = 0001 (+1) and B 1000 (-8), A - B = 0000 1001 (+9).

________________________________________________________________________

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions