201. A combinational logic circuit which generates a particular binary word or number is:
Decoder
Encoder
Multiplexer
De-multiplexer
Show me the answer
Answer: 2. Encoder
Explanation:
An encoder generates a specific binary word or number based on the input signals.
202. Parallel adders are:
Combinational logic circuits
Sequential logic circuits
Both of the above
None of the above
Show me the answer
Answer: 1. Combinational logic circuits
Explanation:
Parallel adders are combinational circuits that perform addition without any memory or feedback.
203. A de-multiplexer is also known as:
Data selector
Multiplexer
Data distributor
Encoder
Show me the answer
Answer: 3. Data distributor
Explanation:
A de-multiplexer distributes a single input signal to one of many output lines, hence it is also called a data distributor.
204. A multiplexer is known as:
Coder
Data selector
Decoder
Encoder
Show me the answer
Answer: 2. Data selector
Explanation:
A multiplexer selects one of many input signals and forwards it to a single output line, hence it is also called a data selector.
205. A flip-flop can store:
One bit of data
Three bits of data
Two bits of data
Any number of bits of data
Show me the answer
Answer: 1. One bit of data
Explanation:
A flip-flop is a basic memory element that can store one bit of data (either 0 or 1).
206. Which of the following input combinations is not allowed in an SR flip-flop?
S=0,R=0
S=1,R=0
S=0,R=1
S=1,R=1
Show me the answer
Answer: 4. S=1,R=1
Explanation:
The input combination ( S=1, R=1 ) is invalid in an SR flip-flop because it leads to an indeterminate state.
207. When an inverter is placed between both inputs of an SR flip-flop, the resulting flip-flop is:
JK flip-flop
T flip-flop
D flip-flop
Master-slave JK flip-flop
Show me the answer
Answer: 3. D flip-flop
Explanation:
Placing an inverter between the inputs of an SR flip-flop converts it into a D flip-flop, where the input is directly passed to the output on a clock edge.
208. The clock signals are used in sequential logic circuits to:
Tell the time of the day
Tell how much time has elapsed since the system was turned on
Carry serial data signals
Synchronize events in various parts of a system
Show me the answer
Answer: 4. Synchronize events in various parts of a system
Explanation:
Clock signals are used to synchronize the operations of sequential logic circuits, ensuring proper timing and coordination.
209. What logic function is obtained by adding an inverter to the output of an AND gate?
OR
XOR
NAND
NOR
Show me the answer
Answer: 3. NAND
Explanation:
Adding an inverter to the output of an AND gate results in a NAND gate, which performs the NOT-AND operation.
210. The simplified form of the Boolean expression ( (X + Y + XY)(X + Z) ) is:
X+Y+Z
X+YZ
XY+YZ
XZ+Y
Show me the answer
Answer: 2. X+YZ
Explanation:
The expression simplifies to ( X + YZ ) using Boolean algebra rules.
211. The highest decimal number that can be represented with 10 binary digits is:
1023
512
1024
2048
Show me the answer
Answer: 1. 1023
Explanation:
With 10 binary digits, the highest decimal number that can be represented is ( 2^{10} - 1 = 1023 ).
212. What is the hexadecimal equivalent of the binary number 10101111?
AF
8C
OF
Alloftheabove
Show me the answer
Answer: 1. AF
Explanation:
The binary number 10101111 converts to the hexadecimal number AF.
213. Which of the following logic families has the highest noise immunity?
RTL
TTL
DTL
HTL
Show me the answer
Answer: 4. HTL
Explanation:
HTL (High-Threshold Logic) has the highest noise immunity due to its higher voltage levels.
214. Pick up the wrong logical expression:
1+0=0+1=1
X+Y=X⋅Y
0+0=1⋅1=0
X+0=X
Show me the answer
Answer: 2. X+Y=X⋅Y
Explanation:
The expression ( X + Y = X \cdot Y ) is incorrect because OR and AND operations are not equivalent.
215. In a four-input NAND gate, all but one input is 1. The output is:
4
1
0
Undefined
Show me the answer
Answer: 3. 0
Explanation:
In a NAND gate, if any input is 0, the output is 1. However, if all inputs are 1, the output is 0.
216. In a four-input AND gate, all but one input is 1. The output is:
0
1
Undefined
4
Show me the answer
Answer: 1. 0
Explanation:
In an AND gate, if any input is 0, the output is 0.
217. According to the Idempotent law, ( X + X = ):
1
X
0
X⋅X
Show me the answer
Answer: 2. X
Explanation:
The Idempotent law states that ( X + X = X ).
218. According to the Idempotent law, ( X \cdot X = ):
1
X
0
X+X
Show me the answer
Answer: 2. X
Explanation:
The Idempotent law states that ( X \cdot X = X ).
219. The output will be one in case any input is one in the case of:
OR gate
NAND gate
AND gate
NOT gate
Show me the answer
Answer: 1. OR gate
Explanation:
In an OR gate, the output is 1 if any input is 1.
220. Which of the following circuits is known as a half adder?
EXCLUSIVE AND circuit
INCLUSIVE OR circuit
Flip-flop circuit
EXCLUSIVE OR circuit
Show me the answer
Answer: 4. EXCLUSIVE OR circuit
Explanation:
A half adder consists of an XOR gate for the sum and an AND gate for the carry.
221. Which of the following functions is referred to as the complementary function?
OR function
NAND function
NOT function
AND function
Show me the answer
Answer: 3. NOT function
Explanation:
The NOT function is the complementary function, as it inverts the input.
222. Which of the following statements illustrates the distributive law?
(A+B)+C=A+(B+C)=A+B+C
(A⋅B)⋅C=A⋅(B⋅C)=A⋅B⋅C
A+B=B+A
A⋅(B+C)=(A⋅B)+(A⋅C)
Show me the answer
Answer: 4. A⋅(B+C)=(A⋅B)+(A⋅C)
Explanation:
The distributive law states that ( A \cdot (B + C) = (A \cdot B) + (A \cdot C) ).
223. Which of the following is termed as the minimum error code?
Binary code
Excess-3 code
Gray code
Octal code
Show me the answer
Answer: 3. Gray code
Explanation:
Gray code is designed to minimize errors in digital communication, as only one bit changes between consecutive values.
224. For which of the following flip-flops is the output clearly defined for all combinations of two inputs?
D-type flip-flop
JK flip-flop
R-S flip-flop
T flip-flop
Show me the answer
Answer: 2. JK flip-flop
Explanation:
The JK flip-flop has a defined output for all input combinations, including the toggle state.
225. A 4-bit shift register can be made by using:
3 JK flip-flops
5 JK flip-flops
4 JK flip-flops
8 JK flip-flops
Show me the answer
Answer: 3. 4 JK flip-flops
Explanation:
A 4-bit shift register requires 4 flip-flops, one for each bit.
226. Which of the following statements is false?
A⋅B=A+B
A+B=A⋅B
A+B=A⋅B
A+A=A
Show me the answer
Answer: 3. A+B=A⋅B
Explanation:
The statement ( A + B = \overline{A} \cdot \overline{B} ) is false according to De Morgan's laws.
227. The minimum form of the expression ( (A + B)(A + B + C) ) is:
A+C
A+B
A+B+C
A+BC
Show me the answer
Answer: 4. A+BC
Explanation:
The expression simplifies to ( A + BC ) using Boolean algebra.
228. One's complement of 1011.01 is:
0100.10
1011.10
0100.11
0100.01
Show me the answer
Answer: 1. 0100.10
Explanation:
The one's complement is obtained by inverting all the bits.
229. The NAND gate output will be low if the two inputs are:
00
10
01
11
Show me the answer
Answer: 4. 11
Explanation:
A NAND gate outputs 0 only when all inputs are 1.
230. What is the binary equivalent of the decimal number 368?
101110000
111010000
110110000
111100000
Show me the answer
Answer: 1. 101110000
Explanation:
The binary equivalent of 368 is 101110000.
231. The decimal equivalent of the hexadecimal number 1A53 is:
6793
6973
6739
6379
Show me the answer
Answer: 1. 6793
Explanation:
The hexadecimal number 1A53 converts to the decimal number 6793.
232. The octal equivalent of the decimal number 324.987 is:
504.771
815.234
640.781
90.987
Show me the answer
Answer: 1. 504.771
Explanation:
The decimal number 324.987 converts to the octal number 504.771.
233. The simplification of the Boolean expression ( (A \cdot B \cdot C) + (A \cdot B \cdot \overline{C}) ) is:
0
A
A⋅B
B⋅C
Show me the answer
Answer: 3. A⋅B
Explanation:
The expression simplifies to ( A \cdot B ) using Boolean algebra.
234. The number of control lines for an 8-to-1 multiplexer is:
2
4
3
5
Show me the answer
Answer: 3. 3
Explanation:
An 8-to-1 multiplexer requires 3 control lines (since ( 2^3 = 8 )).
235. How many flip-flops are required for a mod-16 counter?