NEW
Font size
WorksheetsNumber System and Digital Logic Quiz
Total questions: 60
Worksheet time: 20mins
The binary equivalent of the decimal number 25 is:
11001
10011
11101
10110
The octal number 57 is equal to decimal:
47
48
49
57
The hexadecimal number 2F equals decimal:
45
47
41
53
Which of the following is not a valid binary number:
10101
11002
1111
100
Decimal 255 in hexadecimal is:
FF
EE
111
F0
The base of hexadecimal number system is:
2
8
10
16
The binary equivalent of octal 345 is:
11100101
011100101
10110101
111000101
The decimal equivalent of binary 1011.101 is:
11.25
11.5
11.75
10.75
Which one of the following conversions is correct:
(45)10=(100101)2
(45)10=(110101)2
(45)10=(101101)2
(45)10=(111101)2
Decimal 64 is equivalent to octal:
100
77
70
101
The (r–1)’s complement of (1001)2 is:
0110
1000
1110
0111
The r’s complement of (1001)2 is:
1111
0110
0111
0111+1=1000
In decimal (r=10), the 9’s complement of 4578 is:
5421
5422
5521
5420
In decimal (r=10), the 10’s complement of 4578 is:
5421
5422
5420
5521
Which of the following is used for subtraction in digital systems:
Only r–1’s
Only r’s
Either r or (r–1)’s
None
The 1’s complement of binary 0101100 is:
1010011
1010010
0101101
1001101
The 2’s complement of binary 0101100 is:
1010100
1010101
1010011
1010010
The 9’s complement of decimal 6000 is:
3999
4000
4999
3000
For base-16, the (r–1)’s complement of A2 is:
5D
5E
5F
6D
The 2’s complement is obtained by:
Inverting all bits
Inverting all bits +1
Adding 1 to MSB
Subtracting 1 from LSB
Binary addition 1011+1101:
10100
11000
10101
11010
Binary subtraction 1101–101:
1000
1110
1010
1100
Octal addition 57+65:
144
143
142
145
Octal subtraction 725–146:
557
567
577
547
Hex addition A9+3F:
E8
E9
F8
188
Hex subtraction 2A–1F:
0B
0C
0D
1D
Multiplication (101)2×(11)2:
111
1101
1001
1111
Division (10100)2÷(10)2:
101
1001
1110
1010
Hex multiplication (A)×(3):
1D
1E
1C
1B
Octal multiplication (12)×(7):
106
104
107
105
Which of the following is a universal gate?
AND
OR
NAND
XOR
The output of an OR gate is 1 when:
All inputs 0
All inputs 1
At least one input 1
All inputs same
The basic logic gates are:
AND, OR, NOT
NAND, NOR, XOR
AND, NOR, XOR
NAND, OR, NOT
Which gate is equivalent to a bubbled AND gate?
NAND
NOR
XOR
XNOR
The output of NAND gate when both inputs are 1 is:
1
0
Undefined
Same as input
The Boolean expression A + A’B simplifies to:
A + B
A’ + B
A + AB
A + B’
The dual of Boolean expression A + (BC) is:
A(B+C)
(A+B)C
A + B + C
A(BC)
The complement of expression A + B is:
A’ + B’
A’B’
(A’ + B)
(AB)’
Which law is Idempotent?
A + A = A
A + A = 0
A·A = 0
A + 1 = 1
The absorption law is:
A + AB = A
A + B = AB
A(A + B) = B
A + A’ = 1
Gray code equivalent of binary 1010:
1111
1101
1110
1011
Binary equivalent of Gray code 1101:
1001
1011
1110
1100
Gray code property:
Successive differ in 2 bits
Successive differ in 1 bit
Successive same
Not used
Gray code for decimal 7:
1001
0100
0101
0111
Gray code is widely used in:
Multiplexing
Minimization
Error detection
Rotary shaft encoders
Expression AB + A’C is:
SOP
POS
Canonical
None
Expression (A + B)(A + C) is:
SOP
POS
Canonical
None
Canonical SOP example:
AB + C
A’B’C + ABC’
(A + B)(B + C)
(A + B + C)
Canonical POS example:
(A + B)(A + C)
(A + B + C)(A + B’ + C’)
AB + BC
A + B
Number of minterms for n variables:
2n – 1
n²
2n
n!
Simplify A + A’B:
A + B
AB
B
A’ + B
Simplify (A + B)(A + B’):
A
B
A + B
AB
Simplify (A + B)(A’ + B):
B
A
AB
A + B
Simplify (AB + A’C + BC):
AB + A’C
AB + BC
AC + BC
AB + C
Simplify (A + A’B)C:
(A + B)C
AC + B
AC + BC
AB + AC
A K-map for 2 variables has:
2
4
6
8
For 3 variables, K-map has:
6
8
4
16
Adjacent 1’s in K-map grouped as:
2 only
4 only
2,4,8
Any
K-map grouping reduces:
Literals
Minterms
Gates
All of above
Simplified expression of minterms (1,3,7,5) in 3-variable K-map:
A + C
B + C
A + B
A’ + C
