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:
Show me the answer
Explanation:
Show me the answer
Explanation:
305. Which of the following cannot be accessed randomly?
Show me the answer
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
Explanation:
Show me the answer
Explanation:
308. The result of adding the hexadecimal number A6 to 3A is:
Show me the answer
Explanation:
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
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
Explanation:
311. A Karnaugh map is used for the purpose of:
Show me the answer
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
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
Explanation:
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
Explanation:
315. The information in ROM is stored:
Show me the answer
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
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
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
Explanation:
319. The decimal equivalent of the binary number 10101 is:
Show me the answer
Explanation:
Show me the answer
Explanation:
321. How many select lines will a 32-to-1 multiplexer have?
Show me the answer
Explanation:
322. How many address bits are required to represent 4K memory?
Show me the answer
Explanation:
Show me the answer
Explanation:
324. Which of the following are known as universal gates?
Show me the answer
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
Explanation:
326. Which of the following consumes minimum power?
Show me the answer
Explanation:
CMOS logic consumes the least power among the given options.
327. The complement of a variable is always:
Show me the answer
Explanation:
Show me the answer
Explanation:
Show me the answer
Explanation:
Show me the answer
Explanation:
331. According to the commutative law of addition:
Show me the answer
Explanation:
332. According to the associative law of multiplication:
Show me the answer
Explanation:
333. According to the distributive law:
Show me the answer
Explanation:
334. Which one of the following is not a valid rule of Boolean algebra?
Show me the answer
Explanation:
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
Explanation:
336. According to De Morgan’s theorems, the following equality(s) are correct:
Show me the answer
Explanation:
De Morgan’s theorems state that:
All the given equalities are correct.
Show me the answer
Explanation:
338. An example of a sum-of-products expression is:
Show me the answer
Explanation:
339. An example of a sum-of-sums expression is:
Show me the answer
Explanation:
340. An example of a standard SOP expression is:
Show me the answer
Explanation:
341. A 3-variable Karnaugh map has:
Show me the answer
Explanation:
342. In a 4-variable Karnaugh map, a 2-variable product term is produced by:
Show me the answer
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
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
Explanation:
Show me the answer
Explanation:
Show me the answer
Explanation:
Show me the answer
Explanation:
Show me the answer
Explanation:
Show me the answer
Explanation:
4
16
5
6
Answer: 3. 5
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
Answer: 1. 2,2
Two AND gates are required for CD and EF, and two OR gates are required for combining the terms.
DRAM
ROM
SRAM
Magnetic tape
Answer: 4. Magnetic tape
1100
1011
1001
1010
Answer: 2. 1011
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
Answer: 3. 00110
The NOT gate inverts each bit of the input signal, so 11001 becomes 00110.
DD
F0
E0
EF
Answer: 3. E0
Adding A6 (166 in decimal) and 3A (58 in decimal) gives E0 (224 in decimal).
OR
XOR
AND
NAND
Answer: 4. NAND
1.2 volts
5 volts
0.4 volts
0 volts
Answer: 4. 0 volts
In CMOS logic, a logic 0 is represented by a voltage close to 0 volts.
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
Answer: 3. Minimizing the terms in a Boolean expression
Two inputs and one output
Three inputs and three outputs
Two inputs and two outputs
Three inputs and two outputs
Answer: 4. Three inputs and two outputs
1 MHz
2 MHz
500 MHz
4 MHz
Answer: 1. 1 MHz
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.
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
Answer: 3. By applying J=1,K=1 and using the clock
When J=1 and K=1, the JK flip-flop toggles its output on the clock pulse, changing it from 1 to 0.
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
Answer: 2. By the manufacturer during fabrication of the device
Dual slope A/D converter
Serial comparator A/D converter
Successive approximation A/D converter
Parallel comparator A/D converter
Answer: 4. Parallel comparator A/D converter
N precision resistors
N+1 precision resistors
2N precision resistors
N−1 precision resistors
Answer: 1. N precision resistors
0010001
0010010
0010001
None
Answer: 2. 0010010
The 2's complement of 1101110 is obtained by inverting the bits and adding 1, resulting in 0010010.
21
26
31
28
Answer: 1. 21
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
Answer: 2. 3,2
Three AND gates are required for BD, CE, and AB, and two OR gates are required for combining the terms.
5
9
8
11
Answer: 1. 5
A 32-to-1 multiplexer requires 5 select lines because 25=32.
5 bits
8 bits
12 bits
10 bits
Answer: 3. 12 bits
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
Answer: 2. 0
When J=0 and K=1, the JK flip-flop resets the output to 0.
NAND and NOR
XOR and OR
AND and OR
None
Answer: 1. NAND and NOR
64Kx8 memory
32Mx8 memory
1Mx8 memory
64x6 memory
Answer: 2. 32Mx8 memory
A 32Mx8 memory stores 32×8=256 million bits, which is the largest among the options.
TTL
DTL
CMOS
RTL
Answer: 3. CMOS
0
Equal to the variable
1
The inverse of the variable
Answer: 4. The inverse of the variable
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
Answer: 1. A sum term
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
Answer: 3. A product term
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
Answer: 2. A,B,C, and D
The domain of the expression includes all variables A,B,C, and D.
AB=BA
A+(B+C)=(A+B)+C
A=A+A
A+B=B+A
Answer: 4. A+B=B+A
The commutative law of addition states that the order of operands does not affect the result, so A+B=B+A.
B=BB
A+B=B+A
A(BC)=(AB)C
B+B(B+0)
Answer: 3. A(BC)=(AB)C
The associative law of multiplication states that the grouping of operands does not affect the result, so A(BC)=(AB)C.
A(B+C)=AB+AC
A(A+1)=A
A(BC)=(AB)C
A+AB=A
Answer: 1. A(B+C)=AB+AC
The distributive law states that multiplication distributes over addition, so A(B+C)=AB+AC.
A+1=1
AA=A
A=A
A+0=A
Answer: 3. A=A
The statement A=A is not a rule of Boolean algebra; it is an identity.
A+1=1
AA=A
A+A=A
A⋅1=A
Answer: 4. A⋅1=A
The rule A⋅1=A states that if one input of an AND gate is 1, the output is equal to the other input.
AB=A+B
A+B+C=A⋅B⋅C
XYZ=X+Y+Z
All of the above
Answer: 4. All of the above
AB=A+B
A+B+C=A⋅B⋅C
XYZ=X+Y+Z
337. The Boolean expression X=AB+CD represents:
Two ORs ANDed together
Two ANDs ORed together
A 4-input AND gate
An exclusive-OR
Answer: 2. Two ANDs ORed together
The expression X=AB+CD represents two AND gates (AB and CD) whose outputs are ORed together.
A+B(C+D)
AB+AC+ABC
(A+B+C)(A+B+C)
Both answers A and B
Answer: 2. AB+AC+ABC
A sum-of-products expression is a logical OR of multiple AND terms, such as AB+AC+ABC.
A(B+C)+AG
A+B+BC
(A+B)(A+B+C)
Both answers A and B
Answer: 3. (A+B)(A+B+C)
A sum-of-sums expression is a logical AND of multiple OR terms, such as (A+B)(A+B+C).
AB+ABC+ABD
AB+AB+AB
ABC+ACD
ABCD+AB+A
Answer: 3. ABC+ACD
A standard SOP (Sum of Products) expression consists of AND terms combined with OR, such as ABC+ACD.
Eight cells
Sixteen cells
Three cells
Four cells
Answer: 1. Eight cells
A 3-variable Karnaugh map has 23=8 cells.
A 2-cell group of 1s
A 4-cell group of 1s
An 8-cell group of 1s
A 4-cell group of 0s
Answer: 2. A 4-cell group of 1s
A product-of-sums expression
A "don’t care" condition
A sum-of-products expression
AND-OR logic
Answer: 1. A product-of-sums expression
Sixteen cells
Sixty-four cells
Thirty-two cells
All of the above
Answer: 3. Thirty-two cells
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
Answer: 4. BCD+EF
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
Answer: 1. Two AND gates and one OR gate
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
Answer: 3. Three AND gates
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
Answer: 1. Cannot be simplified
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)
Answer: 1. ABCD+EF
The input expression for the AND-OR-Invert circuit is ABCD+EF.