set-7
301. The output of an SR flip-flop when and is:
Show me the answer
Answer: 1.
Explanation:
- When and , the SR flip-flop sets the output to .
302. The number of flip-flops contained in IC 7490 is:
Show me the answer
Answer: 2.
Explanation:
- The IC 7490 contains 4 flip-flops.
303. The number of control lines for a 32-to-1 multiplexer is:
Show me the answer
Answer: 3.
Explanation:
- A 32-to-1 multiplexer requires control lines because .
304. How many two-input AND & OR gates are required to realize ?
Show me the answer
Answer: 1.
Explanation:
- Two AND gates are required for and , and two OR gates are required for combining the terms.
305. Which of the following cannot be accessed randomly?
Show me the answer
Answer: 4.
Explanation:
- Magnetic tape is a sequential access memory and cannot be accessed randomly.
306. The excess-3 code of decimal 7 is represented by:
Show me the answer
Answer: 2.
Explanation:
- The excess-3 code of 7 is obtained by adding 3 to 7, resulting in , which is in binary.
307. When an input signal is applied to a NOT gate serially, its output signal is:
Show me the answer
Answer: 3.
Explanation:
- The NOT gate inverts each bit of the input signal, so becomes .
308. The result of adding the hexadecimal number A6 to 3A is:
Show me the answer
Answer: 3.
Explanation:
- Adding A6 ( in decimal) and 3A ( in decimal) gives E0 ( in decimal).
309. A universal logic gate is one that can be used to generate any logic function. Which of the following is a universal logic gate?
Show me the answer
Answer: 4.
Explanation:
- NAND gates are universal because they can be used to implement any logic function.
310. The logic 0 level of a CMOS logic device is approximately:
Show me the answer
Answer: 4.
Explanation:
- In CMOS logic, a logic 0 is represented by a voltage close to volts.
311. A Karnaugh map is used for the purpose of:
Show me the answer
Answer: 3.
Explanation:
- Karnaugh maps are used to simplify Boolean expressions by minimizing the number of terms.
312. A full adder logic circuit will have:
Show me the answer
Answer: 4.
Explanation:
- A full adder has three inputs (A, B, and carry-in) and two outputs (sum and carry-out).
313. An eight-stage ripple counter uses flip-flops with a propagation delay of 75 nanoseconds each. The pulse width of the strobe is 50 ns. The frequency of the input signal which can be used for proper operation of the counter is approximately:
Show me the answer
Answer: 1.
Explanation:
- The maximum frequency is determined by the total propagation delay, which is . The frequency is , so 1 MHz is the closest option.
314. The output of a JK flip-flop with asynchronous preset and clear inputs is ‘1’. The output can be changed to ‘0’ with one of the following conditions:
Show me the answer
Answer: 3.
Explanation:
- When and , the JK flip-flop toggles its output on the clock pulse, changing it from 1 to 0.
315. The information in ROM is stored:
Show me the answer
Answer: 2.
Explanation:
- ROM (Read-Only Memory) is programmed by the manufacturer and cannot be modified by the user.
316. The conversion speed of an analog-to-digital converter is maximum with the following technique:
Show me the answer
Answer: 4.
Explanation:
- Parallel comparator A/D converters have the fastest conversion speed.
317. A weighted resistor digital-to-analog converter using N bits requires a total of:
Show me the answer
Answer: 1.
Explanation:
- A weighted resistor DAC requires one precision resistor for each bit.
318. The 2’s complement of the number 1101110 is:
Show me the answer
Answer: 2.
Explanation:
- The 2’s complement of 1101110 is obtained by inverting the bits and adding 1, resulting in .
319. The decimal equivalent of the binary number 10101 is:
Show me the answer
Answer: 1.
Explanation:
- The binary number converts to the decimal number .
320. How many two-input AND gates and two-input OR gates are required to realize ?
Show me the answer
Answer: 2.
Explanation:
- Three AND gates are required for , , and , and two OR gates are required for combining the terms.
321. How many select lines will a 32-to-1 multiplexer have?
Show me the answer
Answer: 1.
Explanation:
- A 32-to-1 multiplexer requires select lines because .
322. How many address bits are required to represent 4K memory?
Show me the answer
Answer: 3.
Explanation:
- A 4K memory requires address bits.
323. For a JK flip-flop with and , the output after a clock pulse will be:
Show me the answer
Answer: 2.
Explanation:
- When and , the JK flip-flop resets the output to .
324. Which of the following are known as universal gates?
Show me the answer
Answer: 1.
Explanation:
- NAND and NOR gates are universal because they can be used to implement any logic function.
325. Which of the following memories stores the most number of bits?
Show me the answer
Answer: 2.
Explanation:
- A 32Mx8 memory stores million bits, which is the largest among the options.
326. Which of the following consumes minimum power?
Show me the answer
Answer: 3.
Explanation:
- CMOS logic consumes the least power among the given options.
327. The complement of a variable is always:
Show me the answer
Answer: 4.
Explanation:
- The complement of a variable is its inverse (e.g., ).
328. The Boolean expression is:
Show me the answer
Answer: 1.
Explanation:
- The expression is a sum term because it represents the logical OR of the variables.
329. The Boolean expression is:
Show me the answer
Answer: 3.
Explanation:
- The expression is a product term because it represents the logical AND of the variables.
330. The domain of the expression is:
Show me the answer
Answer: 2.
Explanation:
- The domain of the expression includes all variables .
331. According to the commutative law of addition:
Show me the answer
Answer: 4.
Explanation:
- The commutative law of addition states that the order of operands does not affect the result, so .
332. According to the associative law of multiplication:
Show me the answer
Answer: 3.
Explanation:
- The associative law of multiplication states that the grouping of operands does not affect the result, so .
333. According to the distributive law:
Show me the answer
Answer: 1.
Explanation:
- The distributive law states that multiplication distributes over addition, so .
334. Which one of the following is not a valid rule of Boolean algebra?
Show me the answer
Answer: 3.
Explanation:
- The statement is not a rule of Boolean algebra; it is an identity.
335. Which of the following rules states that if one input of an AND gate is always 1, the output is equal to the other input?
Show me the answer
Answer: 4.
Explanation:
- The rule states that if one input of an AND gate is 1, the output is equal to the other input.
336. According to De Morgan’s theorems, the following equality(s) are correct:
Show me the answer
Answer: 4.
Explanation:
- De Morgan’s theorems state that:
- All the given equalities are correct.
337. The Boolean expression represents:
Show me the answer
Answer: 2.
Explanation:
- The expression represents two AND gates ( and ) whose outputs are ORed together.
338. An example of a sum-of-products expression is:
Show me the answer
Answer: 2.
Explanation:
- A sum-of-products expression is a logical OR of multiple AND terms, such as .
339. An example of a sum-of-sums expression is:
Show me the answer
Answer: 3.
Explanation:
- A sum-of-sums expression is a logical AND of multiple OR terms, such as .
340. An example of a standard SOP expression is:
Show me the answer
Answer: 3.
Explanation:
- A standard SOP (Sum of Products) expression consists of AND terms combined with OR, such as .
341. A 3-variable Karnaugh map has:
Show me the answer
Answer: 1.
Explanation:
- A 3-variable Karnaugh map has cells.
342. In a 4-variable Karnaugh map, a 2-variable product term is produced by:
Show me the answer
Answer: 2.
Explanation:
- A 2-variable product term is produced by a 4-cell group of 1s in a 4-variable Karnaugh map.
343. On a Karnaugh map, grouping the 0s produces:
Show me the answer
Answer: 1.
Explanation:
- Grouping 0s on a Karnaugh map produces a product-of-sums (POS) expression.
344. A 5-variable Karnaugh map has:
Show me the answer
Answer: 3.
Explanation:
- A 5-variable Karnaugh map has cells.
345. The output expression for an AND-OR circuit having one AND gate with inputs and one AND gate with inputs is:
Show me the answer
Answer: 4.
Explanation:
- The output expression for the AND-OR circuit is .
346. A logic circuit with an output consists of:
Show me the answer
Answer: 1.
Explanation:
- The expression requires two AND gates (for and ) and one OR gate.
347. To implement the expression , it takes one OR gate and:
Show me the answer
Answer: 3.
Explanation:
- The expression requires three AND gates and one OR gate.
348. The expression :
Show me the answer
Answer: 1.
Explanation:
- The expression is already in its simplest form and cannot be further simplified.
349. The input expression for an AND-OR-Invert circuit having one AND gate with inputs and one AND gate with inputs is:
Show me the answer
Answer: 1.
Explanation:
- The input expression for the AND-OR-Invert circuit is .