DIGITAL Mca
DIGITAL Mca
3. If the decimal number is a fraction then its binary equivalent is obtained by ________
the number continuously by 2.
a) Dividing
b) Multiplying
c) Adding
d) Subtracting
Cipher: 7558956002
d) (501)10
Cipher: 7558956002
b) (DF)16
c) (AA)16
d) (AF)16
Cipher: 7558956002
23. Add the two BCD numbers: 1001 + 0100 = ?
a) 10101111
b) 01010000
c) 00010011
d) 00101011
24.
26. When numbers, letters or words are represented by a special group of symbols, this
process is called __________
a) Decoding
b) Encoding
c) Digitizing
d) Inverting
27. A three digit decimal number requires ________ for representation in the
conventional BCD format.
a) 3 bits
b) 6 bits
c) 12 bits
d) 24 bits
28.
Cipher: 7558956002
c) Converts data of one type into another type
d) Converts to octal
32. Use the weighting factors to convert the following BCD numbers to binary
___________
a) 01010011 001001101000
b) 11010100 100001100000
c) 110101 100001100
d) 101011 001100001
35. One way to convert BCD to binary using the hardware approach is ___________
a) With MSI IC circuits
b) With a keyboard encoder
c) With an ALU
d) UART
36. Why is the Gray code more practical to use when coding the position of a rotating
shaft?
a) All digits change between counts
b) Two digits change between counts
c) Only one digit changes between counts
d) Alternate digit changes between counts
Cipher: 7558956002
b) Binary code
c) ASCII code
d) Gray Code
40. The binary representation of BCD number 00101001 (decimal 29) is ___________
a) 0011101
b) 0110101
c) 1101001
d) 0101011
a)0101
b)1000
c)1100
d)0111
Cipher: 7558956002
45.The given logic circuit represents:
47.The code used to reduce the error due to ambiguity in reading of a binary optical
encoder is
a) Octal code
b) Excess-3 code
c) Gray code
d) BCD code
1s complement 2s complement
50. The subtraction using 1’s complement of 110 – 100 will give the result ___________
a) -011
b) 011
c) 010
d) -010
Cipher: 7558956002
51. The 1’s complement of 1111111110.101 is _______________
a) 1.010
b) 0000000000.010
c) 1111111110.101
d) 1.101
a) 1111111111000101
b) 1000000000011100
c) 1111111111100011
d) 1111111111100101
e) 1111111111100100
53. The range of values that can be represented with 8 bit in 2’s complement form is
a) 0 to +128
b) +256 to -256
c) -128 to +128
d) +127 to -128
54) The 8-bit 2's complement form of the number -14 is ______.
a)11110010
b) 00001110
c) 10001110
d) 01110001
55. The smallest integer that can be represented by an 8 - bit number in 2's complement
form is
a) -256
b) -128
c) 0
d) -127
56. 10001 is the 2’s complement of which of the following number in 2’s complement
representation?
A) -15 B)15
C) 14 D) -14
Cipher: 7558956002
57. A universal logic gate is one which can be used to generate any logic function.
Which of the following is a universal logic gate?
a) OR
b) AND
c) XOR
d) NAND
59. How many two input AND gates and two input OR gates are required to realize Y =
BD + CE + AB?
a) 3, 2
b) 4, 2
c) 1, 1
d) 2, 3
62. A single transistor can be used to build which of the following digital logic gates?
a) AND gates
b) OR gates
c) NOT gates
d) NAND gates
63. How many truth table entries are necessary for a four-input circuit?
a) 4
b) 8
c) 12
d) 16
64. Which input values will cause an AND logic gate to produce a HIGH output?
a) At least one input is HIGH
Cipher: 7558956002
b) At least one input is LOW
c) All inputs are HIGH
d) All inputs are LOW
65. Exclusive-OR (XOR) logic gates can be constructed from what other logic gates?
a) OR gates only
b) AND gates and NOT gates
c) AND gates, OR gates, and NOT gates
d) OR gates and NOT gates
66. The basic logic gate whose output is the complement of the input is the
___________
a) OR gate
b) AND gate
c) INVERTER gate
d) XOR gate
67. The AND function can be used to ___________ and the OR function can be used to
_____________
a) Enable, disable
b) Disable, enable
c) Synchronize, energize
d) Detect, invert
68. The dependency notation “>=1” inside a block stands for which operation?
a) OR
b) XOR
c) AND
d) XNOR
69. If we use an AND gate to inhibit a signal from passing one of the inputs must be
___________
a) LOW
b) HIGH
c) Inverted
d) Floating
70. Logic gate circuits contain predictable gate functions that open theirs ____________
a) Outputs
b) Inputs
c) Pre-state
d) Impedance state
Cipher: 7558956002
BOOLEAN LAWS
75. A(A + B) = ?
a) AB
b) 1
c) (1 + AB)
d) A
76. DeMorgan’s theorem states that _________
a) (AB)’ = A’ + B’
b) (A + B)’ = A’ * B
c) A’ + B’ = A’B’
d) (AB)’ = A’ + B
77. (A + B)(A’ * B’) = ?
a) 1
b) 0
c) AB
d) AB’
Cipher: 7558956002
78. Complement of the expression A’B + CD’ is _________
a) (A’ + B)(C’ + D)
b) (A + B’)(C’ + D)
c) (A’ + B)(C’ + D)
d) (A + B’)(C + D’)
85. A product term containing all K variables of the function in either complemented or
uncomplemented form is called a __________
a) Minterm
b) Maxterm
Cipher: 7558956002
c) Midterm
d) ∑ term
86. According to the property of minterm, how many combination will have value equal
to 1 for K input variables?
a) 0
b) 1
c) 2
d) 3
87. The canonical sum of product form of the function y(A,B) = A + B is __________
a) AB + BB + A’A
b) AB + AB’ + A’B
c) BA + BA’ + A’B’
d) AB’ + A’B + A’B’
89. Maxterm is the sum of __________ of the corresponding Minterm with its literal
complemented.
a) Terms
b) Words
c) Numbers
d) Nibble
Cipher: 7558956002
K MAP
92. K-map is used for _______
a) logic minimization
b) expression maximization
c) summing of parity bits
d) logic gate creation
a)Combinational Circuits
b)Analog Circuits
c)Flip Flop
d) Sequential Circuits
a) full adder
b) Schimtt trigger
c) Comparator
d) half adder
97. Race Around condition can be avoided in Digital logic circuits using?
a) Shift Register
b) Master Slave JK Flip Flop
c) Full Adder
d) AND Gate
Cipher: 7558956002
98 _______ are an example of a combinational circuit.
a) Shift Registers
b) Multiplexers
c) Counters
d) Flip-Flops
a) AND gates
b) OR gates
c) XOR gates
d) NOR gates
100. For which of the following gates the output is zero when one or more inputs are
zero?
a) OR
b) NOR
c) NOT
d) AND
101. In a half adder, the carry output is high if the inputs are:
a) 1, 1
b) 0, 0
c) 0, 1
d) 1, 0
102. For a design of (16 ∶ 1) multiplexer, how many select lines will be required?
a) 1
b) 3
c) 4
d) 2
103. Which of the following is a combinational logic circuit that has 2n input lines and a
single output line?
a) Demultiplexer
b) Decoder
c) Encoder
d) Multiplexer
104. Which of the following is a combinational logic circuit that has 2n input lines and a
single output line?
Cipher: 7558956002
a) Demultiplexer
b) Decoder
c) Encoder
d) Multiplexer
a) Decoder
b) Demultiplexing
c) Multiplexing
d) Encoder
106. A logic circuit which is used to change a BCD number into an equivalent decimal
number is -
a) Decoder
b) Encoder
c) Multiplexer
d) Code converter
107. When both inputs of a J-K flip-flop cycle, the output will ___________
a) invalid
b) Change
c) No change
d) Toggle
108. A basic S-R flip-flop can be constructed by cross-coupling of which basic logic
gates?
a) AND or OR gates
b) XOR or XNOR gates
c) NOR or NAND gates
d) AND or NOR gates
109. The logic circuits whose outputs at any instant of time depends only on the present
input but also on the past outputs are called ________________
a) Combinational circuits
b) Sequential circuits
c) Latches
d) Flip-flops
Cipher: 7558956002
111. What is a trigger pulse?
a) A pulse that starts a cycle of operation
b) A pulse that reverses the cycle of operation
c) A pulse that prevents a cycle of operation
d) A pulse that enhances a cycle of operation
Cipher: 7558956002
118. The D flip-flop has number of input and output.
a) 1,2
b) 2,2
c) 1,1
d) 2,1
.123. The flip-flops which has not any invalid states are _____________
a) S-R, J-K, D
b) S-R, J-K, T
c) J-K, D, S-R
d) J-K, D, T
Cipher: 7558956002
SOLUTIONS
50. To subtract using 1’s complement: Take the 1’s complement of the 2nd number
(here, 011) and add it to the first number. (110+011=1,001).
If the carry is generated, it is added to the result (001+1=010).
If a carry is not generated then it is converted to its 1’s complement form.
51. A
54 a
55
56. D -14
62. c
A transistor can be used as a switch. That is when base is low collector is high (input
zero, output one) and base is high collector is low (input 1, output 0).
71 : d
The expression for Associative property is given by A+(B+C) = (A+B)+C & A*(B*C) =
(A*B)*C.
The expression for Commutative property is given by A+B = B+A & A*B = B*A.
The expression for Distributive property is given by A+BC=(A+B)(A+C) & A(B+C) =
AB+AC.
Cipher: 7558956002
72: a
The expression for Absorption Law is given by: A+AB = A.
Proof: A + AB = A(1+B) = A (Since 1 + B = 1 as per 1’s Property).
73: a
A + 1 = 1, as per 1’s Property.
74 a
The involution of A means double inversion of A (i.e. A”) and is equal to A.
Proof: ((A)’)’ = A
75: d
A(A + B) = AA + AB (By Distributive Property) = A + AB (A.A = A By Commutative
Property) = A(1 + B) = A*1 (1 + B = 1 by 1’s Property) = A.
76: a
The DeMorgan’s law states that (AB)’ = A’ + B’ & (A + B)’ = A’ * B’, as per the Dual
Property
77 b
The DeMorgan’s law states that (AB)’ = A’ + B’ & (A + B)’ = A’ * B’, as per the Dual
Property
78: b
(A’B + CD’)’ = (A’B)'(CD’)’ (By DeMorgan’s Theorem) = (A” + B’)(C’ + D”) (By
DeMorgan’s Theorem) = (A + B’)(C’ + D).
79: a
Y = AB’ + (A’ + B)C = AB’ + (AB’)’C = (AB’ + C)( AB’ + AB’) = (AB’ + C).1 = (AB’ + C).
80: b: (A + B)(A + C) = AA + AC + AB + BC = A + AC + AB + BC (By Commutative
Property) = A(1 + C + B) + BC = A + BC (1 + B + C =1 By 1’s Property).
81 d
There are two kinds of canonical forms for a Boolean expression-> 1)sum of
minterms(SOM) form and
2)product of maxterms(SOM) form
82: a
The logical sum of two or more logical product terms, is called SOP (i.e. sum of
product). The logical product of two or more logical sum terms is called POS (i.e.
product of sums).
83: b
The given expression has the operation product as well as the sum of that. So, it shows
SOP operation. POS will be the product of sum terms.
Cipher: 7558956002
84 b
The given expression has the operation sum as well as the product of that. So, it shows
POS(product of sum) operation. SOP will be the sum of product terms.
85: a A product term containing all K variables of the function in either
complemented or uncomplemented form is called a minterm. A sum term containing all
K variables of the function in either complemented or uncomplemented form is called a
maxterm.
86: b The main property of a minterm is that it possesses the value 1 for only
one combination of K input variables and the remaining will have the value 0.
87: b
A + B = A.1 + B.1 = A(B + B’) + B(A + A’) = AB + AB’ + BA +BA’ = AB + AB’ + A’B = AB
+ AB’ + A’B.
88: b A literal is a single logic variable or its complement. For
example — X, Y, A’, Z, X’ etc.
89: a Maxterm is the sum of terms of the corresponding Minterm with its literal
complemented.
90: c Boolean Expressions are represented through a canonical form. An
example of canonical form is A’B’C’ + AB’C + ABC’.
91: c Minterm is given by 2n. So, 23 = 8 minterms are required
122. Flip flops can be activated with either a positive or negative edge trigger.
Cipher: 7558956002