3,983 views
0 votes
0 votes
Design a combination circuit that accepts a 2 bit number as input and generate binary number equal to square of the input number.

1 Answer

Best answer
1 votes
1 votes

Input Output
y    a b c d
0 0 0 0 0 0
0 1 0 0 0 1
1 0 0 1 0 0
1 1 1 0 0 1

now a= xy , b= xy', c = 0, d = y

 

selected by

Related questions

0 votes
0 votes
0 answers
1
abhinowKatore asked Mar 7, 2022
462 views
Which of the following pairs of string belonging to Σ* are distinguishable by the following dfa?
0 votes
0 votes
0 answers
3
0 votes
0 votes
0 answers
4
Manoj Kumar Pandey asked Apr 3, 2019
190 views