You are on page 1of 5

The 2s complement of the number of 1010101

1.

0101011.

2.

0101010.

3.

1101010.

4.

1110011.

The binary number is 1010101. We know that 2s complement = 1s complement +


1. So 1s complement of 1010101 is 0101011. Then add with 1 , we get 2s
complement 101011 + 1 = 0101011.

How many flip flops are required to build a binary counter circuit to count from 0 to 1023?
1.

6.

2.

10.

3.

24.

4.

12.

Total count = 1024, 2N = 1024 or, 2N = 210 or, N = 10 (no. of flip flops).

Counter is a
1.

combinational circuit.

2.

sequential circuit.

3.

both.

4.

none.

The 2's complement of 17 is


1.

101111.

2.

110001.

3.

101110.

4.

111110.

17 = 010001, 1's complement = 101110, 2's complement = 101111.

Minterms are also called


1. standard sum
2. standard product
3. standard division
4. standard subtraction

Maxterms are also called


1. standard sum
2. standard product
3. standard division
4. standard subtraction

x+xy=x is known as
1. inverse law
2. commutative law
3. distributive law

4. absorption law
x*(y.z)=(x*y).(x*z) is the
1. commutative property
2. distributive property
3. associative property
4. identity element

Demorgan law over addition is


1. (x.y)'=x'y'
2. (x+y)'=x+'y'
3. (x+y)'=x'y'
4. (x+y)'=x'

When both inputs are different the output of xor is


1. 1
2. 0
3. x
4. 10

For digital circuits logical circuits can be

1. combinational
2. sequential
3. logical
4. both a and b

The outputs of SR latch are


1. x and y
2. a and b
3. s and r
4. q and q'

You might also like