218 views
0 votes
0 votes
Consider a combinational block which takes 4-bits input (say ABCD) and results two times circular right shifted version of input as output. The minimum number of gates required to implement this logic is___________ (Fill in the blanks)

1 Answer

0 votes
0 votes
No need of any gates

$A_{out} = C_{in}$

$B_{out} = D_{in}$

$C_{out} = A_{in}$

$D_{out} = B_{in}$

Related questions

0 votes
0 votes
0 answers
1
Iqra Javed asked Jul 21, 2023
360 views
Construct a BCD-to-excess-3-code converter with a 4-bit adder. Remember that the excess-3 code digit is obtained by adding three to the corresponding BCD digit. What mus...
1 votes
1 votes
0 answers
3