retagged by
1,380 views
1 votes
1 votes
It is necessary to multiply two binary number each two bits long in order to form their product in binary.let the two number be represented by $ a_{1},a_{0}$and $b_{1},b_{0}$ where subscript $0$ denotes least significant bit.

a)determine the  number of output line require.

b)find the simplified boolean expression for it.

_______________________________________________________________

i simply multiply the both number but my answer is incorrect.

$a_1a_0 *|b_1b_0 (MSB)$

$w=a_1b_1$

$x=a_1b_0+a_0b_1$

$y=a_0b_0(LSB)$
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Harsh Kumar asked May 9, 2018
382 views
I just wanted to know whether I may leave the sections 5.8 (Programmable Logic Array) and section 5.9 (Programmable Array Logic) of Morris Mano book for GATE preparation....
0 votes
0 votes
0 answers
2
Redcom1988 asked Dec 23, 2023
199 views
Design a counter according to the state diagram above using only NAND gates and JK Flip-flops (if needed) complete with state tables
3 votes
3 votes
0 answers
4
ajaysoni1924 asked Apr 6, 2019
702 views
Design a sequential circuit of the state diagram given in the figure using a3-bit register and a $16 \times 4$ ROM.