set-6
251. Which of the following is the faster logic?
Show me the answer
Answer: 3.
Explanation:
- ECL (Emitter-Coupled Logic) is the fastest logic family due to its non-saturating operation.
252. If the input to a T-flip-flop is a 100 Hz signal, the final output of the three T-flip-flops in cascade is:
Show me the answer
Answer: 4.
Explanation:
- Each T-flip-flop divides the frequency by 2, so three flip-flops divide the frequency by ( 2^3 = 8 ), resulting in ( 100 \text{ Hz} / 8 = 12.5 \text{ Hz} ).
253. Which of the following memory is volatile memory?
Show me the answer
Answer: 3.
Explanation:
- RAM (Random Access Memory) is volatile, meaning it loses its data when power is turned off.
254. -8 is equal to the signed binary number:
Show me the answer
Answer: 1.
Explanation:
- In 8-bit signed binary, -8 is represented as 10001000.
255. De Morgan’s first theorem shows the equivalence of:
Show me the answer
Answer: 2.
Explanation:
- De Morgan’s first theorem states that ( \overline{A + B} = \overline{A} \cdot \overline{B} ), which is equivalent to a NOR gate being the same as a bubbled AND gate.
256. The digital logic family which has the lowest propagation delay time is:
Show me the answer
Answer: 1.
Explanation:
- ECL (Emitter-Coupled Logic) has the lowest propagation delay among the given options.
257. The device which changes from serial data to parallel data is:
Show me the answer
Answer: 2.
Explanation:
- A demultiplexer converts serial data into parallel data.
258. A device which converts BCD to Seven Segment is called:
Show me the answer
Answer: 3.
Explanation:
- A BCD-to-Seven Segment decoder converts BCD input into the corresponding Seven Segment display output.
259. In a JK Flip-Flop, toggle means:
Show me the answer
Answer: 3.
Explanation:
- Toggling in a JK Flip-Flop means changing the output to the opposite state (from 0 to 1 or from 1 to 0).
260. The access time of ROM using bipolar transistors is about:
Show me the answer
Answer: 4.
Explanation:
- The access time of ROM using bipolar transistors is typically in the nanosecond (nsec) range.
261. The A/D converter whose conversion time is independent of the number of bits is:
Show me the answer
Answer: 2.
Explanation:
- Parallel conversion A/D converters have a conversion time that is independent of the number of bits.
262. When signed numbers are used in binary arithmetic, which notation has a unique representation for zero?
Show me the answer
Answer: 2.
Explanation:
- In 2’s complement representation, zero has a unique representation (all bits 0).
263. A hexadecimal odometer displays F52F. The next reading will be:
Show me the answer
Answer: 2.
Explanation:
- The next reading after F52F is F530.
264. Most digital computers do not have floating-point hardware because:
Show me the answer
Answer: 1.
Explanation:
- Floating-point hardware is expensive, so many systems rely on software for floating-point operations.
265. In digital ICs, Schottky transistors are preferred over normal transistors because of their:
Show me the answer
Answer: 1.
Explanation:
- Schottky transistors have a lower propagation delay, making them faster.
266. The following switching functions are to be implemented using a Decoder:
( f_1 = \sum m(1, 2, 4, 8, 10, 14) )
( f_2 = \sum m(2, 5, 9, 11) )
( f_3 = \sum m(2, 4, 5, 6, 7) )
The minimum configuration of the decoder should be:
Show me the answer
Answer: 2.
Explanation:
- A 4-to-16 line decoder is required to handle the given minterms.
267. A 4-bit synchronous counter uses flip-flops with propagation delay times of 15 ns each. The maximum possible time required for a change of state is:
Show me the answer
Answer: 1.
Explanation:
- In a synchronous counter, all flip-flops change state simultaneously, so the maximum delay is equal to the propagation delay of one flip-flop (15 ns).
268. Words having 8-bits are to be stored into computer memory. The number of lines required for writing into memory are:
Show me the answer
Answer: 4.
Explanation:
- An 8-bit word requires 8 lines for writing into memory.
269. In a successive-approximation A/D converter, offset voltage equal to 1/2 LSB is added to the D/A converter’s output. This is done to:
Show me the answer
Answer: 2.
Explanation:
- Adding an offset voltage of 1/2 LSB reduces the maximum quantization error.
270. The decimal equivalent of the binary number 11010 is:
Show me the answer
Answer: 1.
Explanation:
- The binary number 11010 converts to the decimal number 26.
271. The 1’s complement representation of the decimal number -17 using 8-bit representation is:
Show me the answer
Answer: 1.
Explanation:
- The 1’s complement of -17 is obtained by inverting all bits of the binary representation of 17.
272. The excess-3 code of the decimal number 26 is:
Show me the answer
Answer: 3.
Explanation:
- The excess-3 code of 26 is obtained by adding 3 to each digit and converting to binary.
273. How many AND gates are required to realize ( Y = CD + EF + G )?
Show me the answer
Answer: 2.
Explanation:
- Three AND gates are required for the terms ( CD ), ( EF ), and ( G ).
274. How many select lines will a 16-to-1 multiplexer have?
Show me the answer
Answer: 1.
Explanation:
- A 16-to-1 multiplexer requires 4 select lines (since ( 2^4 = 16 )).
275. How many flip-flops are required to construct a decade counter?
Show me the answer
Answer: 2.
Explanation:
- A decade counter counts from 0 to 9, requiring 4 flip-flops (since ( 2^4 = 16 \geq 10 )).
276. Which TTL logic gate is used for wired ANDing?
Show me the answer
Answer: 1.
Explanation:
- Open collector outputs are used for wired ANDing because they allow multiple outputs to be connected together.
277. CMOS circuits consume power:
Show me the answer
Answer: 3.
Explanation:
- CMOS circuits consume significantly less power than TTL circuits.
278. In a RAM, information can be stored:
Show me the answer
Answer: 1.
Explanation:
- RAM allows users to write and rewrite data multiple times.
279. The hexadecimal number for ( (95.5)_{10} ) is:
Show me the answer
Answer: 1.
Explanation:
- The decimal number 95.5 converts to the hexadecimal number 5F.8.
280. The octal equivalent of ( (247)_{10} ) is:
Show me the answer
Answer: 2.
Explanation:
- The decimal number 247 converts to the octal number 367.
281. The chief reason why digital computers use complemented subtraction is that it:
Show me the answer
Answer: 3.
Explanation:
- Complemented subtraction simplifies the handling of negative numbers in digital systems.
282. In a positive logic system, logic state 1 corresponds to:
Show me the answer
Answer: 3.
Explanation:
- In positive logic, logic state 1 corresponds to a higher voltage level.
283. The commercially available 8-input multiplexer integrated circuit in the TTL family is:
Show me the answer
Answer: 4.
Explanation:
- The 74151 is an 8-input multiplexer in the TTL family.
284. CMOS circuits are extensively used for on-chip computers mainly because of their extremely:
Show me the answer
Answer: 1.
Explanation:
- CMOS circuits are preferred for on-chip computers due to their low power consumption.
285. The MSI chip 7474 is:
Show me the answer
Answer: 3.
Explanation:
- The 7474 is a dual edge-triggered D flip-flop in the TTL family.
286. Which of the following memories stores the most number of bits?
Show me the answer
Answer: 1.
Explanation:
- A 5Mx8 memory stores ( 5 \times 8 = 40 ) million bits, which is the largest among the options.
287. The process of entering data into a ROM is called:
Show me the answer
Answer: 3.
Explanation:
- The process of entering data into a ROM is called programming.
288. When the set of input data to an even parity generator is 0111, the output will be:
Show me the answer
Answer: 3.
Explanation:
- The input 0111 has an odd number of 1s, so the even parity bit is 0.
289. The number 140 in octal is equivalent to:
Show me the answer
Answer: 3.
Explanation:
- The octal number 140 converts to the decimal number 96.
290. The NOR gate output will be high if the two inputs are:
Show me the answer
Answer: 1.
Explanation:
- A NOR gate outputs 1 only when all inputs are 0.
291. Which of the following is the fastest logic?
Show me the answer
Answer: 1.
Explanation:
- ECL (Emitter-Coupled Logic) is the fastest logic family.
292. How many flip-flops are required to construct a mod-30 counter?
Show me the answer
Answer: 1.
Explanation:
- A mod-30 counter requires 5 flip-flops (since ( 2^5 = 32 \geq 30 )).
293. How many address bits are required to represent a 32K memory?
Show me the answer
Answer: 2.
Explanation:
- A 32K memory requires ( \log_2(32768) = 15 ) bits, but 14 bits are sufficient for 16K, so 15 bits are needed for 32K.
294. The number of control lines for a 16-to-1 multiplexer is:
Show me the answer
Answer: 3.
Explanation:
- A 16-to-1 multiplexer requires 4 control lines (since ( 2^4 = 16 )).
295. Which of the following requires refreshing?
Show me the answer
Answer: 3.
Explanation:
- DRAM (Dynamic RAM) requires periodic refreshing to maintain data.
296. Shifting a register content to the left by one bit position is equivalent to:
Show me the answer
Answer: 2.
Explanation:
- Shifting left by one bit is equivalent to multiplying the number by 2.
297. For a JK flip-flop with ( J = 1 ) and ( K = 0 ), the output after a clock pulse will be:
Show me the answer
Answer: 3.
Explanation:
- When ( J = 1 ) and ( K = 0 ), the JK flip-flop sets the output to 1.
298. Convert decimal 153 to octal. The equivalent in octal will be:
Show me the answer
Answer: 1.
Explanation:
- The decimal number 153 converts to the octal number 231.
299. The decimal equivalent of is:
Show me the answer
Answer: 1.
Explanation:
- The binary number 1100 converts to the decimal number 12.
300. The binary equivalent of is:
Show me the answer
Answer: 3.
Explanation:
- The hexadecimal number FA converts to the binary number 11111010.