Redirected
edited by
8,921 views
9 9 votes

How many different $\text{BCD}$ numbers can be stored in $12$ switches ? (Assume two position or on-off switches).

  1. $2^{12}$
  2. $2^{12}-1$
  3. $10^{12}$
  4. $10^3$

4 Answers

Best answer
21 21 votes
1 Switch is equivalent to 1 bit  Cz  Switch store either on or off value like a bit can be 0 or 1.

So total 12 bits are there(cz there 12 switches)

Make 3 group of 12 bit . Means each group contain 4 bit.

(_ _ _ _) (_ _ _ _) (_ _ _ _)

      G1.        G2.       G3

Here in any group max 10 numbers can be stored Cz BCD numbers we have to store.

So 10*10*10 different BCD numbers can be stored in this 12 Switches. So Ans is option D) 10^3
selected by
8 8 votes
With 4 bit we can represent 10 BCD no.

12 switches means 12 bit space.

Total 10*10*10 BCD no.
4 4 votes

BCD numbers = 4 bit.

Switch = 1 bit. (either on or off)

So, in 12 switches, we can store $\frac{12}{4}=3$ BCD numbers.

 

A BCD number ranges from 0 - 9. So 10 total values.

So, $10^3$

 

Option D

Answer:
Position:
Show:

Related questions

9 9 votes
4 answers 4 answers
11.2k
11.2k views
ajit asked Aug 15, 2015
11,174 views
In the standard $\text{IEEE}$ $754$ single precision floating point representation, there is $1$ bit for sign, $23$ bits for fraction and $8$ bits for exponent. What is t...
11 11 votes
5 answers 5 answers
7.7k
7.7k views
go_editor asked Jul 1, 2016
7,735 views
Consider the logic circuit given below.The inverter, AND and OR gates have delays of $6, 10$ and $11$ nanoseconds respectively. Assuming that wire delays are negligible, ...
7 7 votes
3 3 answers
5.2k
5.2k views
go_editor asked Jul 1, 2016
5,156 views
The output of a tristate buffer when the enable input in $0$ isAlways $0$Always $1$Retains the last value when enable input was highDisconnected state
6 6 votes
6 answers 6 answers
5.5k
5.5k views
go_editor asked Jul 1, 2016
5,540 views
Consider the logic circuit given below:$\text{Q =}$ __________?$\overline{\text{A}} \text{C} + \text{B} \overline{\text{C}} +\text{CD}$$\text{ABC} + \overline{\text{C}} \...