301. The output of an SR flip-flop when S=1 and R=0 is:
1
No change
0
High impedance
Show me the answer
Answer: 1. 1
Explanation:
When S=1 and R=0, the SR flip-flop sets the output to 1.
302. The number of flip-flops contained in IC 7490 is:
2
4
3
10
Show me the answer
Answer: 2. 4
Explanation:
The IC 7490 contains 4 flip-flops.
303. The number of control lines for a 32-to-1 multiplexer is:
4
16
5
6
Show me the answer
Answer: 3. 5
Explanation:
A 32-to-1 multiplexer requires 5 control lines because 25=32.
304. How many two-input AND & OR gates are required to realize Y=CD+EF+G?
2,2
3,3
2,3
None of these
Show me the answer
Answer: 1. 2,2
Explanation:
Two AND gates are required for CD and EF, and two OR gates are required for combining the terms.
305. Which of the following cannot be accessed randomly?
DRAM
ROM
SRAM
Magnetic tape
Show me the answer
Answer: 4. Magnetic tape
Explanation:
Magnetic tape is a sequential access memory and cannot be accessed randomly.
306. The excess-3 code of decimal 7 is represented by:
1100
1011
1001
1010
Show me the answer
Answer: 2. 1011
Explanation:
The excess-3 code of 7 is obtained by adding 3 to 7, resulting in 10, which is 1010 in binary.
307. When an input signal A=11001 is applied to a NOT gate serially, its output signal is:
00111
10101
00110
11001
Show me the answer
Answer: 3. 00110
Explanation:
The NOT gate inverts each bit of the input signal, so 11001 becomes 00110.
308. The result of adding the hexadecimal number A6 to 3A is:
DD
F0
E0
EF
Show me the answer
Answer: 3. E0
Explanation:
Adding A6 (166 in decimal) and 3A (58 in decimal) gives E0 (224 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?
OR
XOR
AND
NAND
Show me the answer
Answer: 4. NAND
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:
1.2 volts
5 volts
0.4 volts
0 volts
Show me the answer
Answer: 4. 0 volts
Explanation:
In CMOS logic, a logic 0 is represented by a voltage close to 0 volts.
311. A Karnaugh map is used for the purpose of:
Reducing the electronic circuits used
Mapping the given Boolean logic function
Minimizing the terms in a Boolean expression
Maximizing the terms of a given Boolean expression
Show me the answer
Answer: 3. Minimizing the terms in a Boolean expression
Explanation:
Karnaugh maps are used to simplify Boolean expressions by minimizing the number of terms.
312. A full adder logic circuit will have:
Two inputs and one output
Three inputs and three outputs
Two inputs and two outputs
Three inputs and two outputs
Show me the answer
Answer: 4. Three inputs and two outputs
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:
1 MHz
2 MHz
500 MHz
4 MHz
Show me the answer
Answer: 1. 1 MHz
Explanation:
The maximum frequency is determined by the total propagation delay, which is 8×75 ns=600 ns. The frequency is 1/600 ns≈1.67 MHz, 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:
By applying J=0,K=0 and using a clock
By applying J=1,K=0 and using the clock
By applying J=1,K=1 and using the clock
By applying a synchronous preset input
Show me the answer
Answer: 3. By applying J=1,K=1 and using the clock
Explanation:
When J=1 and K=1, the JK flip-flop toggles its output on the clock pulse, changing it from 1 to 0.
315. The information in ROM is stored:
By the user any number of times
By the manufacturer during fabrication of the device
By the user using ultraviolet light
By the user once and only once
Show me the answer
Answer: 2. By the manufacturer during fabrication of the device
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:
Dual slope A/D converter
Serial comparator A/D converter
Successive approximation A/D converter
Parallel comparator A/D converter
Show me the answer
Answer: 4. Parallel comparator A/D converter
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:
N precision resistors
N+1 precision resistors
2N precision resistors
N−1 precision resistors
Show me the answer
Answer: 1. N precision resistors
Explanation:
A weighted resistor DAC requires one precision resistor for each bit.
318. The 2's complement of the number 1101110 is:
0010001
0010010
0010001
None
Show me the answer
Answer: 2. 0010010
Explanation:
The 2's complement of 1101110 is obtained by inverting the bits and adding 1, resulting in 0010010.
319. The decimal equivalent of the binary number 10101 is:
21
26
31
28
Show me the answer
Answer: 1. 21
Explanation:
The binary number 10101 converts to the decimal number 21.
320. How many two-input AND gates and two-input OR gates are required to realize Y=BD+CE+AB?
1,1
3,2
4,2
2,3
Show me the answer
Answer: 2. 3,2
Explanation:
Three AND gates are required for BD, CE, and AB, and two OR gates are required for combining the terms.
321. How many select lines will a 32-to-1 multiplexer have?
5
9
8
11
Show me the answer
Answer: 1. 5
Explanation:
A 32-to-1 multiplexer requires 5 select lines because 25=32.
322. How many address bits are required to represent 4K memory?
5 bits
8 bits
12 bits
10 bits
Show me the answer
Answer: 3. 12 bits
Explanation:
A 4K memory requires log2(4096)=12 address bits.
323. For a JK flip-flop with J=0 and K=1, the output after a clock pulse will be:
1
0
No change
High impedance
Show me the answer
Answer: 2. 0
Explanation:
When J=0 and K=1, the JK flip-flop resets the output to 0.
324. Which of the following are known as universal gates?
NAND and NOR
XOR and OR
AND and OR
None
Show me the answer
Answer: 1. NAND and NOR
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?
64Kx8 memory
32Mx8 memory
1Mx8 memory
64x6 memory
Show me the answer
Answer: 2. 32Mx8 memory
Explanation:
A 32Mx8 memory stores 32×8=256 million bits, which is the largest among the options.
326. Which of the following consumes minimum power?
TTL
DTL
CMOS
RTL
Show me the answer
Answer: 3. CMOS
Explanation:
CMOS logic consumes the least power among the given options.
327. The complement of a variable is always:
0
Equal to the variable
1
The inverse of the variable
Show me the answer
Answer: 4. The inverse of the variable
Explanation:
The complement of a variable is its inverse (e.g., A).
328. The Boolean expression A+B+C is:
A sum term
A product term
A literal term
A complement term
Show me the answer
Answer: 1. A sum term
Explanation:
The expression A+B+C is a sum term because it represents the logical OR of the variables.
329. The Boolean expression AB′CD′ is:
A sum term
A literal
A product term
Always 1
Show me the answer
Answer: 3. A product term
Explanation:
The expression AB′CD′ is a product term because it represents the logical AND of the variables.
330. The domain of the expression AB′CD+AB′+C′D+B is:
A and D
A,B,C, and D
B only
None of the above
Show me the answer
Answer: 2. A,B,C, and D
Explanation:
The domain of the expression includes all variables A,B,C, and D.
331. According to the commutative law of addition:
AB=BA
A+(B+C)=(A+B)+C
A=A+A
A+B=B+A
Show me the answer
Answer: 4. A+B=B+A
Explanation:
The commutative law of addition states that the order of operands does not affect the result, so A+B=B+A.
332. According to the associative law of multiplication:
B=BB
A+B=B+A
A(BC)=(AB)C
B+B(B+0)
Show me the answer
Answer: 3. A(BC)=(AB)C
Explanation:
The associative law of multiplication states that the grouping of operands does not affect the result, so A(BC)=(AB)C.
333. According to the distributive law:
A(B+C)=AB+AC
A(A+1)=A
A(BC)=(AB)C
A+AB=A
Show me the answer
Answer: 1. A(B+C)=AB+AC
Explanation:
The distributive law states that multiplication distributes over addition, so A(B+C)=AB+AC.
334. Which one of the following is not a valid rule of Boolean algebra?
A+1=1
AA=A
A=A
A+0=A
Show me the answer
Answer: 3. A=A
Explanation:
The statement A=A 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?
A+1=1
AA=A
A+A=A
A⋅1=A
Show me the answer
Answer: 4. A⋅1=A
Explanation:
The rule A⋅1=A 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:
AB=A+B
A+B+C=A⋅B⋅C
XYZ=X+Y+Z
All of the above
Show me the answer
Answer: 4. All of the above
Explanation:
De Morgan’s theorems state that:
AB=A+B
A+B+C=A⋅B⋅C
XYZ=X+Y+Z
All the given equalities are correct.
337. The Boolean expression X=AB+CD represents:
Two ORs ANDed together
Two ANDs ORed together
A 4-input AND gate
An exclusive-OR
Show me the answer
Answer: 2. Two ANDs ORed together
Explanation:
The expression X=AB+CD represents two AND gates (AB and CD) whose outputs are ORed together.
338. An example of a sum-of-products expression is:
A+B(C+D)
AB+AC+ABC
(A+B+C)(A+B+C)
Both answers A and B
Show me the answer
Answer: 2. AB+AC+ABC
Explanation:
A sum-of-products expression is a logical OR of multiple AND terms, such as AB+AC+ABC.
339. An example of a sum-of-sums expression is:
A(B+C)+AG
A+B+BC
(A+B)(A+B+C)
Both answers A and B
Show me the answer
Answer: 3. (A+B)(A+B+C)
Explanation:
A sum-of-sums expression is a logical AND of multiple OR terms, such as (A+B)(A+B+C).
340. An example of a standard SOP expression is:
AB+ABC+ABD
AB+AB+AB
ABC+ACD
ABCD+AB+A
Show me the answer
Answer: 3. ABC+ACD
Explanation:
A standard SOP (Sum of Products) expression consists of AND terms combined with OR, such as ABC+ACD.
341. A 3-variable Karnaugh map has:
Eight cells
Sixteen cells
Three cells
Four cells
Show me the answer
Answer: 1. Eight cells
Explanation:
A 3-variable Karnaugh map has 23=8 cells.
342. In a 4-variable Karnaugh map, a 2-variable product term is produced by:
A 2-cell group of 1s
A 4-cell group of 1s
An 8-cell group of 1s
A 4-cell group of 0s
Show me the answer
Answer: 2. A 4-cell group of 1s
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:
A product-of-sums expression
A "don’t care" condition
A sum-of-products expression
AND-OR logic
Show me the answer
Answer: 1. A product-of-sums expression
Explanation:
Grouping 0s on a Karnaugh map produces a product-of-sums (POS) expression.
344. A 5-variable Karnaugh map has:
Sixteen cells
Sixty-four cells
Thirty-two cells
All of the above
Show me the answer
Answer: 3. Thirty-two cells
Explanation:
A 5-variable Karnaugh map has 25=32 cells.
345. The output expression for an AND-OR circuit having one AND gate with inputs A,B,C,D and one AND gate with inputs E,F is:
ABCDEF
(A+B+C+D)(E+F)
AFE+C+D+E+F
BCD+EF
Show me the answer
Answer: 4. BCD+EF
Explanation:
The output expression for the AND-OR circuit is BCD+EF.
346. A logic circuit with an output X=ABC+AC consists of:
Two AND gates and one OR gate
Two AND gates, one OR gate, and two inverters
Two OR gates, one AND gate, and two inverters
Two AND gates, one OR gate, and one inverter
Show me the answer
Answer: 1. Two AND gates and one OR gate
Explanation:
The expression X=ABC+AC requires two AND gates (for ABC and AC) and one OR gate.
347. To implement the expression ABCD+ABCD+ABCD, it takes one OR gate and:
One AND gate
Three AND gates and four inverters
Three AND gates
Three AND gates and three inverters
Show me the answer
Answer: 3. Three AND gates
Explanation:
The expression ABCD+ABCD+ABCD requires three AND gates and one OR gate.
348. The expression ABCD+ABCD+ABCD:
Cannot be simplified
Can be simplified to ABCD+ABC
Can be simplified to ABC+AB
None of these answers is correct
Show me the answer
Answer: 1. Cannot be simplified
Explanation:
The expression ABCD+ABCD+ABCD 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 A,B,C,D and one AND gate with inputs E,F is:
ABCD+EF
A+B+C+D+E+F
(A+B+C+D)(E+F)
(A+B+C+D)(E+F)
Show me the answer
Answer: 1. ABCD+EF
Explanation:
The input expression for the AND-OR-Invert circuit is ABCD+EF.