edited by
950 views

1 Answer

2 votes
2 votes
Given MUX = 2 x 1

Required MUX = 2^10 x 1 = 1024 x 1

Now, there is a shortcut technique to find out the the number of MUX required which is,

No. of MUX = Required input / Given input

Now, required input to the MUX is 1024 and given input to the MUX is 2. We will have to keep on dividing required input with given input i.e 1024 / 2 = 512

              512 / 2 = 256

              256 / 2 = 128

              128 / 2 = 64

              64 / 2 = 32

              32 / 2 = 16

              16 / 2 = 8

              8 / 2 = 4

              4 / 2 = 2

              2 / 2 = 1

Now, we have to add up all the results i.e (512+256+128+64+32+16+8+4+2+1) = 1023

Hence, the no. of MUX required is 1023
Answer:

Related questions

0 votes
0 votes
0 answers
1
1 votes
1 votes
3 answers
2
admin asked Apr 1, 2020
1,556 views
The number of columns in a state table for a sequential circuit with $’m’$ flip flops and $’n’$ input is$m+n$$m+2n$$2m+n$$2m+2n$
1 votes
1 votes
1 answer
4
admin asked Apr 1, 2020
765 views
A decimal has $25$ digits. The number of bits needed for its equivalent binary representation is approximately$50$$74$$40$$60$