set-4
151. Which of the following logic families use bipolar transistors?
Show me the answer
Answer: 1.
Explanation:
- TTL (Transistor-Transistor Logic) uses bipolar transistors, while NMOS and CMOS use MOSFETs.
152. Which of the following TTL subfamilies is the fastest?
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 1.
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:
Show me the answer
Answer: 1.
Explanation:
- SSI (Small-Scale Integration) devices typically contain 1 to 11 gates.
155. The functional capacity for LSI devices is:
Show me the answer
Answer: 4.
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:
Show me the answer
Answer: 3.
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?
Show me the answer
Answer: 4.
Explanation:
- CMOS (Complementary Metal-Oxide-Semiconductor) logic dissipates the least power among the given options.
158. Which TTL subfamily has the maximum speed?
Show me the answer
Answer: 3.
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?
Show me the answer
Answer: 1.
Explanation:
- RTL (Resistor-Transistor Logic) was the first integrated logic family.
160. Why are digital circuits easier to design than analog circuits?
Show me the answer
Answer: 1.
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?
Show me the answer
Answer: 4.
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:
Show me the answer
Answer: 1.
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?
Show me the answer
Answer: 1.
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:
Show me the answer
Answer: 1.
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:
Show me the answer
Answer: 3.
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:
Show me the answer
Answer: 3.
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)?
Show me the answer
Answer: 4.
Explanation:
- ICs offer smaller size, lower cost, and higher reliability compared to discrete-device circuits.
168. The radix of the binary number is:
Show me the answer
Answer: 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:
Show me the answer
Answer: 3.
Explanation:
- Each hexadecimal digit can be represented by 4 binary bits.
170. The logical expression represents:
Show me the answer
Answer: 3.
Explanation:
- The expression 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:
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 1.
Explanation:
- The 1’s complement is obtained by inverting all bits: .
173. The 2’s complement of binary number 0.01010 is:
Show me the answer
Answer: 2.
Explanation:
- The 2’s complement is obtained by inverting all bits and adding 1: . (Note: There seems to be a discrepancy in the options.)
174. A half-adder is also known as:
Show me the answer
Answer: 4.
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:
Show me the answer
Answer: 4.
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?
Show me the answer
Answer: 4.
Explanation:
- The correct rule is , not .
177. The octal system has the radix of:
Show me the answer
Answer: 2.
Explanation:
- The octal number system has a radix (base) of 8.
178. The binary system has the radix of:
Show me the answer
Answer: 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:
Show me the answer
Answer: 2.
Explanation:
- Converting octal 124 to decimal: .
180. 92 (decimal) in the octal number system is equivalent to:
Show me the answer
Answer: 4.
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:
Show me the answer
Answer: 3.
Explanation:
- Converting binary 1001 to decimal:
.
182. Binary number 101101 is equivalent in decimal form to:
Show me the answer
Answer: 2.
Explanation:
- Converting binary 101101 to decimal:
.
183. Number 373₁₀ is equivalent in the binary system to:
Show me the answer
Answer: 1.
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,
Show me the answer
Answer: 1.
Explanation:
- The Boolean identity is known as the idempotent law.
185. In Boolean algebra,
Show me the answer
Answer: 1.
Explanation:
- The Boolean identity is also an application of the idempotent law.
186. In Boolean algebra,
Show me the answer
Answer: 3.
Explanation:
- The Boolean identity is known as the null law.
187. The simplification of gives:
Show me the answer
Answer: 1.
Explanation:
- Simplifying :
- Since , the expression reduces to .
188. Which of the following is not functionally a complete set?
Show me the answer
Answer: 1.
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?
Show me the answer
Answer: 3.
Explanation:
- The correct Boolean multiplication rule is , not 1.
190. The reduced form of the Boolean expression is:
Show me the answer
Answer: 4.
Explanation:
- Simplifying using the distributive law:
.- Applying the absorption law: .
191. Which of the following is a universal gate?
Show me the answer
Answer: 4.
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?
Show me the answer
Answer: 3.
Explanation:
- In negative logic, the OR function behaves like the AND function in positive logic.
193. Which of the following logic expressions is wrong?
Show me the answer
Answer: 3.
Explanation:
- The correct Boolean addition rule is , not 0.
194. The m-bit parallel adder consists of:
Show me the answer
Answer: 4.
Explanation:
- An m-bit parallel adder requires m full adders, one for each bit.
195. A flip-flop can store:
Show me the answer
Answer: 1.
Explanation:
- A flip-flop is a 1-bit memory element.
196. A shift register can be used for:
Show me the answer
Answer: 4.
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:
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 2.
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:
Show me the answer
Answer: 4.
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:
Show me the answer
Answer: 1.
Explanation:
- A BCD-to-decimal decoder converts a BCD number into its equivalent decimal representation.