in Digital Logic edited by
311 views
0 votes
0 votes

 

PLS EXPLAIN HOW IS IT WORKING?

in Digital Logic edited by
311 views

4 Comments

Given that

F = X' A v X .B     ( if x=0, F=A else F=B )

G = Y B ⊕ Z

H = F + G + C0.

 

How Can I implement option A ?

Just put x=0,y=0,z=0 and C0 = 0

 

How Can I implement option B ?

Just put x=1,y=0,z=0 and C0 = 0 ( one more alternative, put x=1,y=1,z=0 and C0 = 0 )

 

How Can I implement option C ?

Just put x=0,y=1,z=0 and C0 = 1

 

How Can I implement option E ?

A - B = A + 2's complement of B

        = A + ( 1's complement of B + 1)

        = A + 1's complement of B + 1

        = A + B' + 1

Just put x=0,y=1,z=1 and C0 = 1

1
1
yes thanks!

actually i got congused bcoz they've said it is bitwise xor,bitwise and and bitwise or operations.
0
0

https://gateoverflow.in/245525/digital-logic

can u tell this also pls @Shaik Masthan

0
0

Please log in or register to answer this question.