Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A BUT gate takes two pairs of input wires ( A1 , A2 and B1 , B2 , ) and produces two outputs Y1 and

A BUT gate takes two pairs of input wires (A1, A2 and B1, B2, ) and produces two outputs Y1 and Y2. Output Y1 is 1 when both A1 and B1 are 1, but either A2 or B2 is 0. More precisely:

Y1 = A1 B1 A2' B2' + A1 B1 A2 B2' + A1 B1 A2' B2 

Output Y2 is symmetric: it is 1 when both A2 and B2 are 1, but either A1 or B1 is 0.

a)Draw the truth table for this circuit

b)Draw the logic diagram for a circuit implementing this function that uses 2-input NOR gates only. Hint: First try using some of the boolean identities to simplify the boolean equations.

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

Visual C# And Databases

Authors: Philip Conrod, Lou Tylee

16th Edition

1951077083, 978-1951077082

More Books

Students also viewed these Databases questions

Question

Why are lower taxes and rising stock prices bad in finance.

Answered: 1 week ago