Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A given circuit has 6 input bits, D [ 5 : 0 ] and a 3 - bit output, Y [ 2 : 0 ]

A given circuit has 6 input bits, D[5:0] and a 3-bit output, Y[2:0], and functions as follows:
if(!D[0]) Y =3'b101
else if(D[1]) Y =3'b011
else if(D[2])Y=3'b001
else if(D[3]Y=3'b110
else if(D[4])Y=3'b100
else if(D[5])Y=3'b010
else
Y=3'b111
2.1 Fill in the truth tables, showing minterms only), using only as many lines as you
require. (7 points) Use x or ? for don't care input values. Please read the question carefully and all steps 2. A given circuit has 6 input bits, D[5: 0] and a 3-bit output, Y[2: 0], and functions as follows: [ if (D[5]==1) Y=3^'b 111; else if (D[4]==1) Y=3^' b 110; else if (D[3]==1) Y=3^' b 010; else if (D[2]==1) Y=3^' b 011; else if (D[1]==1) Y=3^' b 001; else if (D[0]==1) Y=3^' b 000; else Y=3^'b 10 X ]2.1 Fill in the truth table, using as many lines as you require (7 pts) Use x or ? for don't care input values.2.2 Generate Boolean logic for each of the three output bits. (18 pts)
Y[2]=
Y[1]=
Y[0]=
image text in transcribed

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

Database Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions

Question

Brief the importance of span of control and its concepts.

Answered: 1 week ago

Question

What is meant by decentralisation?

Answered: 1 week ago