set-5
201. A combinational logic circuit which generates a particular binary word or number is:
Show me the answer
Answer: 2.
Explanation:
- An encoder generates a specific binary word or number based on the input signals.
202. Parallel adders are:
Show me the answer
Answer: 1.
Explanation:
- Parallel adders are combinational circuits that perform addition without any memory or feedback.
203. A de-multiplexer is also known as:
Show me the answer
Answer: 3.
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:
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 1.
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?
Show me the answer
Answer: 4.
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:
Show me the answer
Answer: 3.
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:
Show me the answer
Answer: 4.
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?
Show me the answer
Answer: 3.
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:
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 1.
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?
Show me the answer
Answer: 1.
Explanation:
- The binary number 10101111 converts to the hexadecimal number AF.
213. Which of the following logic families has the highest noise immunity?
Show me the answer
Answer: 4.
Explanation:
- HTL (High-Threshold Logic) has the highest noise immunity due to its higher voltage levels.
214. Pick up the wrong logical expression:
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 3.
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:
Show me the answer
Answer: 1.
Explanation:
- In an AND gate, if any input is 0, the output is 0.
217. According to the Idempotent law, ( X + X = ):
Show me the answer
Answer: 2.
Explanation:
- The Idempotent law states that ( X + X = X ).
218. According to the Idempotent law, ( X \cdot X = ):
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 1.
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?
Show me the answer
Answer: 4.
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?
Show me the answer
Answer: 3.
Explanation:
- The NOT function is the complementary function, as it inverts the input.
222. Which of the following statements illustrates the distributive law?
Show me the answer
Answer: 4.
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?
Show me the answer
Answer: 3.
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?
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 3.
Explanation:
- A 4-bit shift register requires 4 flip-flops, one for each bit.
226. Which of the following statements is false?
Show me the answer
Answer: 3.
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:
Show me the answer
Answer: 4.
Explanation:
- The expression simplifies to ( A + BC ) using Boolean algebra.
228. One’s complement of 1011.01 is:
Show me the answer
Answer: 1.
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:
Show me the answer
Answer: 4.
Explanation:
- A NAND gate outputs 0 only when all inputs are 1.
230. What is the binary equivalent of the decimal number 368?
Show me the answer
Answer: 1.
Explanation:
- The binary equivalent of 368 is 101110000.
231. The decimal equivalent of the hexadecimal number 1A53 is:
Show me the answer
Answer: 1.
Explanation:
- The hexadecimal number 1A53 converts to the decimal number 6793.
232. The octal equivalent of the decimal number 324.987 is:
Show me the answer
Answer: 1.
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:
Show me the answer
Answer: 3.
Explanation:
- The expression simplifies to ( A \cdot B ) using Boolean algebra.
234. The number of control lines for an 8-to-1 multiplexer is:
Show me the answer
Answer: 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?
Show me the answer
Answer: 3.
Explanation:
- A mod-16 counter requires 4 flip-flops (since ( 2^4 = 16 )).
236. EPROM contents can be erased by exposing it to:
Show me the answer
Answer: 1.
Explanation:
- EPROMs are erased by exposing them to ultraviolet light.
237. The hexadecimal number ‘A0’ has the decimal value equivalent to:
Show me the answer
Answer: 4.
Explanation:
- The hexadecimal number A0 converts to the decimal number 160.
238. The Gray code for decimal number 6 is equivalent to:
Show me the answer
Answer: 4.
Explanation:
- The Gray code for decimal 6 is 0110.
239. The Boolean expression ( A \cdot B + A \cdot \overline{B} + \overline{A} \cdot B ) is equivalent to:
Show me the answer
Answer: 1.
Explanation:
- The expression simplifies to ( A + B ) using Boolean algebra.
240. The 2’s complement of the binary number 1101101 is:
Show me the answer
Answer: 1.
Explanation:
- The 2’s complement of 1101101 is 0010011.
241. The digital logic family which has minimum power dissipation is:
Show me the answer
Answer: 4.
Explanation:
- CMOS logic has the lowest power dissipation among the given options.
242. The output of a logic gate is 1 when all its inputs are at logic 0. The gate is either:
Show me the answer
Answer: 4.
Explanation:
- A NOR gate outputs 1 when all inputs are 0, and an EX-NOR gate outputs 1 when all inputs are equal.
243. Data can be changed from special code to temporal code by using:
Show me the answer
Answer: 1.
Explanation:
- Shift registers are used to convert data from parallel to serial form or vice versa.
244. A ring counter consisting of five flip-flops will have:
Show me the answer
Answer: 1.
Explanation:
- A ring counter with 5 flip-flops has 5 unique states.
245. The speed of conversion is maximum in:
Show me the answer
Answer: 2.
Explanation:
- Parallel-comparator A/D converters have the fastest conversion speed.
246. The 2’s complement of the number 1101101 is:
Show me the answer
Answer: 1.
Explanation:
- The 2’s complement of 1101101 is 0010011.
247. The correction to be applied in a decimal adder to the generated sum is:
Show me the answer
Answer: 2.
Explanation:
- The correction term in a decimal adder is ( A \cdot B ).
248. When simplified with Boolean algebra, ( (x + y)(x + z) ) simplifies to:
Show me the answer
Answer: 2.
Explanation:
- The expression simplifies to ( x + yz ) using Boolean algebra.
249. The gates required to build a half adder are:
Show me the answer
Answer: 2.
Explanation:
- A half adder consists of an EX-OR gate for the sum and an AND gate for the carry.
250. The code where all successive numbers differ from their preceding number by a single bit is:
Show me the answer
Answer: 4.
Explanation:
- Gray code ensures that only one bit changes between consecutive numbers.