151. Which of the following logic families use bipolar transistors?
TTL
NMOS
GaAs
CMOS
Show me the answer
Answer: 1. TTL
Explanation:
TTL (Transistor-Transistor Logic) uses bipolar transistors, while NMOS and CMOS use MOSFETs.
152. Which of the following TTL subfamilies is the fastest?
Standard TTL
Schottky TTL
High-speed TTL
Low-speed TTL
Show me the answer
Answer: 2. Schottky TTL
Explanation:
Schottky TTL is the fastest among the TTL subfamilies due to its use of Schottky diodes to reduce propagation delay.
153. The output 0 and 1 levels for TTL logic family are approximately:
0.1 and 5V
0.9 and 1.75V
0.6 and 3.5V
−1.75 and −0.9V
Show me the answer
Answer: 1. 0.1 and 5V
Explanation:
In TTL logic, the output low level is approximately 0.1V, and the output high level is approximately 5V.
154. The functional capacity of SSI devices is:
1 to 11 gates
100 to 10,000 gates
12 to 99 gates
More than 10,000 gates
Show me the answer
Answer: 1. 1 to 11 gates
Explanation:
SSI (Small-Scale Integration) devices typically contain 1 to 11 gates.
155. The functional capacity for LSI devices is:
1 to 11 gates
100 to 10,000 gates
12 to 99 gates
More than 10,000 gates
Show me the answer
Answer: 4. More than 10,000 gates
Explanation:
LSI (Large-Scale Integration) devices contain more than 10,000 gates.
156. The time required for a pulse to decrease from 90% to 10% of its maximum value is known as:
Rise time
Binary level transition period
Decay time
Propagation delay
Show me the answer
Answer: 3. Decay time
Explanation:
The time taken for a pulse to decrease from 90% to 10% of its maximum value is called decay time.
157. Which logic family dissipates the minimum power?
DTL
ECL
TTL
CMOS
Show me the answer
Answer: 4. CMOS
Explanation:
CMOS (Complementary Metal-Oxide-Semiconductor) logic dissipates the least power among the given options.
158. Which TTL subfamily has the maximum speed?
Standard TTL
High-speed TTL
Schottky-clamped TTL
Low-power TTL
Show me the answer
Answer: 3. Schottky-clamped TTL
Explanation:
Schottky-clamped TTL is the fastest TTL subfamily due to its reduced propagation delay.
159. Which of the following is the first integrated logic family?
RTL
TTL
DTL
MOS
Show me the answer
Answer: 1. RTL
Explanation:
RTL (Resistor-Transistor Logic) was the first integrated logic family.
160. Why are digital circuits easier to design than analog circuits?
They do not control electricity precisely over a wide range
They are made in the form of ICs
All elements of digital circuits are from the same family
They are smaller in size
Show me the answer
Answer: 1. They do not control electricity precisely over a wide range
Explanation:
Digital circuits operate with discrete voltage levels (0 and 1), making them easier to design compared to analog circuits, which require precise control over a wide range of voltages.
161. Which of the following electronic components is not found in ordinary ICs?
Diodes
Transistors
Resistors
Inductors
Show me the answer
Answer: 4. Inductors
Explanation:
Inductors are rarely used in ICs due to their large size and difficulty in fabrication.
162. The fan-out capability of a digital building block can be defined as:
The number of inputs that one output can transmit to
The amount of cooling required for fanning the heat out
The number of inputs that can transmit to one input
The maximum power dissipation (heat generation) that the unit can stand
Show me the answer
Answer: 1. The number of inputs that one output can transmit to
Explanation:
Fan-out refers to the number of inputs that a single output can drive without degrading the signal.
163. What is the main advantage of using MOSFET rather than bipolar transistor circuitry in ICs?
Much greater complexity (more components) than bipolar circuits; better economy
Higher operating speed than bipolar circuits
Fewer power supply connections are required with MOS ICs
System designers are more familiar with MOS circuitry
Show me the answer
Answer: 1. Much greater complexity (more components) than bipolar circuits; better economy
Explanation:
MOSFETs allow for greater complexity and integration in ICs, making them more economical for large-scale designs.
164. FETs are used in linear ICs to:
Increase input resistance
Increase device complexity
Provide large resistance
A and B above
Show me the answer
Answer: 1. Increase input resistance
Explanation:
FETs (Field-Effect Transistors) are used in linear ICs to increase input resistance, which reduces loading effects.
165. Resistor Ratio design is used in linear ICs because:
Ratio increases input resistance
Ratio increases amplifier gain
Precise resistor values are not possible with IC processes
All of the above
Show me the answer
Answer: 3. Precise resistor values are not possible with IC processes
Explanation:
Resistor ratio design is used because it is easier to control the ratio of resistors than their absolute values in IC fabrication.
166. A p-channel enhancement-type MOSFET performs much the same functions as a PNP transistor, except that:
It operates much faster
It is considerably larger
It is controlled by voltage rather than by current, so it requires very little current at the control terminal
It is controlled by current than voltage like a bipolar transistor
Show me the answer
Answer: 3. It is controlled by voltage rather than by current, so it requires very little current at the control terminal
Explanation:
MOSFETs are voltage-controlled devices, unlike bipolar transistors, which are current-controlled.
167. What advantages do ICs have over discrete-device circuits due to their greater complexity (i.e., more circuitry in less area)?
Smaller size
Lower cost
Higher reliability
All of the above
Show me the answer
Answer: 4. All of the above
Explanation:
ICs offer smaller size, lower cost, and higher reliability compared to discrete-device circuits.
168. The radix of the binary number is:
3
2
1
10
Show me the answer
Answer: 2. 2
Explanation:
The radix (base) of the binary number system is 2.
169. The number of binary bits required to represent a hexadecimal digit is:
3
6
4
8
Show me the answer
Answer: 3. 4
Explanation:
Each hexadecimal digit can be represented by 4 binary bits.
170. The logical expression A+B+C=D represents:
NAND gate
EX-OR gate
OR gate
AND gate
Show me the answer
Answer: 3. OR gate
Explanation:
The expression A+B+C=D represents an OR gate, where the output is high if any input is high.
171. The output of the following gate is 1 only if at least one of its inputs is 0:
AND gate
NAND gate
OR gate
NOT gate
Show me the answer
Answer: 2. NAND gate
Explanation:
A NAND gate outputs 1 if at least one of its inputs is 0.
172. The 1's complement of binary number 0.01011 is:
1.10100
0.0110
0.0010
−1.1101
Show me the answer
Answer: 1. 1.10100
Explanation:
The 1's complement is obtained by inverting all bits: 0.01011→1.10100.
173. The 2's complement of binary number 0.01010 is:
1.10101
1.10100
0.10101
0.10100
Show me the answer
Answer: 2. 1.10100
Explanation:
The 2's complement is obtained by inverting all bits and adding 1: 0.01010→1.10101+1=1.10110. (Note: There seems to be a discrepancy in the options.)
174. A half-adder is also known as:
AND circuit
NOR circuit
NAND circuit
EX-OR circuit
Show me the answer
Answer: 4. EX-OR circuit
Explanation:
A half-adder consists of an EX-OR gate for the sum and an AND gate for the carry.
175. The output of the following gate is 0 only if at least one of the inputs is 1:
AND gate
EX-OR gate
OR gate
NOR gate
Show me the answer
Answer: 4. NOR gate
Explanation:
A NOR gate outputs 0 if at least one of its inputs is 1.
176. Which of the following Boolean algebra rules is wrong?
0+A=A
A+A=A
1+A=1
1⋅A=1
Show me the answer
Answer: 4. 1⋅A=1
Explanation:
The correct rule is 1⋅A=A, not 1⋅A=1.
177. The octal system has the radix of:
2
8
4
10
Show me the answer
Answer: 2. 8
Explanation:
The octal number system has a radix (base) of 8.
178. The binary system has the radix of:
0
2
1
10
Show me the answer
Answer: 2. 2
Explanation:
The binary number system has a radix (base) of 2.
179. Octal number system uses fundamental digits 0 to 7. 124 (octal) in decimal equivalent is equal to:
180
84
82
86
Show me the answer
Answer: 2. 84
Explanation:
Converting octal 124 to decimal: 1×82+2×81+4×80=64+16+4=84.
180. 92 (decimal) in the octal number system is equivalent to:
1288
1328
1308
1348
Show me the answer
Answer: 4. 1348
Explanation:
Converting decimal 92 to octal:
92 ÷ 8 = 11 with remainder 4
11 ÷ 8 = 1 with remainder 3
1 ÷ 8 = 0 with remainder 1
Thus, 92 in decimal is 134 in octal.
181. Four-digit binary quantity 1001 is represented in the decimal system by:
7
1
9
13
Show me the answer
Answer: 3. 9
Explanation:
Converting binary 1001 to decimal:
1×23+0×22+0×21+1×20=8+0+0+1=9.
182. Binary number 101101 is equivalent in decimal form to:
41
45
43
47
Show me the answer
Answer: 2. 45
Explanation:
Converting binary 101101 to decimal:
1×25+0×24+1×23+1×22+0×21+1×20=32+0+8+4+0+1=45.
183. Number 373₁₀ is equivalent in the binary system to:
101110101
101010101
100110101
101110011
Show me the answer
Answer: 1. 101110101
Explanation:
Converting decimal 373 to binary:
373 ÷ 2 = 186 remainder 1
186 ÷ 2 = 93 remainder 0
93 ÷ 2 = 46 remainder 1
46 ÷ 2 = 23 remainder 0
23 ÷ 2 = 11 remainder 1
11 ÷ 2 = 5 remainder 1
5 ÷ 2 = 2 remainder 1
2 ÷ 2 = 1 remainder 0
1 ÷ 2 = 0 remainder 1
Thus, 373 in decimal is 101110101 in binary.
184. According to Boolean algebra, A+A=
A
A/n
NA
1
Show me the answer
Answer: 1. A
Explanation:
The Boolean identity A+A=A is known as the idempotent law.
185. In Boolean algebra, A⋅A⋅A⋅A⋅A=
A
A5
A/5
A
Show me the answer
Answer: 1. A
Explanation:
The Boolean identity A⋅A⋅A⋅A⋅A=A is also an application of the idempotent law.
186. In Boolean algebra, A⋅0=
1
A
0
1+A
Show me the answer
Answer: 3. 0
Explanation:
The Boolean identity A⋅0=0 is known as the null law.
187. The simplification of AB+BC+BC gives:
AB+BC
BC+BC
AB+BC
B
Show me the answer
Answer: 1. AB+BC
Explanation:
Simplifying AB+BC+BC:
Since BC+BC=BC, the expression reduces to AB+BC.
188. Which of the following is not functionally a complete set?
AND, OR
NOR
NAND
AND, OR, NOT
Show me the answer
Answer: 1. AND, OR
Explanation:
The set {AND, OR} is not functionally complete because it cannot implement all Boolean functions without the NOT operation.
189. Which of the following is not true?
0×0=0
1×0=0
0×1=1
1×1=1
Show me the answer
Answer: 3. 0×1=1
Explanation:
The correct Boolean multiplication rule is 0×1=0, not 1.
190. The reduced form of the Boolean expression (A+B)(A+C) is:
AB+AC
AC+B
A+B+C
A+BC
Show me the answer
Answer: 4. A+BC
Explanation:
Simplifying (A+B)(A+C) using the distributive law:
A⋅A+A⋅C+B⋅A+B⋅C=A+AC+AB+BC.
Applying the absorption law: A+AC+AB+BC=A+BC.
191. Which of the following is a universal gate?
AND
EX-OR
OR
NAND
Show me the answer
Answer: 4. NAND
Explanation:
The NAND gate is a universal gate because it can be used to implement any other logic gate.
192. Which function in positive logic is equivalent to the OR function in negative logic?
NOT
OR
AND
NOR
Show me the answer
Answer: 3. AND
Explanation:
In negative logic, the OR function behaves like the AND function in positive logic.
193. Which of the following logic expressions is wrong?
1+0=1
1+0+1=1
1+1=0
1+1+1=1
Show me the answer
Answer: 3. 1+1=0
Explanation:
The correct Boolean addition rule is 1+1=1, not 0.
194. The m-bit parallel adder consists of:
(m+1) full adders
m−1 full adders
m2 full adders
m full adders
Show me the answer
Answer: 4. m full adders
Explanation:
An m-bit parallel adder requires m full adders, one for each bit.
195. A flip-flop can store:
1 bit of data
3 bits of data
2 bits of data
4 bits of data
Show me the answer
Answer: 1. 1 bit of data
Explanation:
A flip-flop is a 1-bit memory element.
196. A shift register can be used for:
Parallel to serial conversion
Digital delay line
Serial to parallel conversion
All of the above
Show me the answer
Answer: 4. All of the above
Explanation:
A shift register can perform parallel-to-serial conversion, serial-to-parallel conversion, and act as a digital delay line.
197. Semiconductor memory is:
Somewhat larger than magnetic core memory
A volatile memory
Somewhat larger than magnetic core memory
All of the above
Show me the answer
Answer: 2. A volatile memory
Explanation:
Semiconductor memory is typically volatile, meaning it loses its data when power is removed.
198. The logic 1 in a positive logic system is represented by:
Zero voltage
Higher voltage level
Lower voltage level
Negative voltage
Show me the answer
Answer: 2. Higher voltage level
Explanation:
In a positive logic system, logic 1 is represented by a higher voltage level.
199. A combinational logic circuit used to send data coming from a single source to two or more separate destinations is called:
Decoder
Multiplexer
Encoder
Demultiplexer
Show me the answer
Answer: 4. Demultiplexer
Explanation:
A demultiplexer sends data from one input to one of several outputs based on control signals.
200. A logic circuit used to change a BCD number into an equivalent decimal number is:
Decoder
Multiplexer
Encoder
Code converter
Show me the answer
Answer: 1. Decoder
Explanation:
A BCD-to-decimal decoder converts a BCD number into its equivalent decimal representation.