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:
1000 Hz
333 Hz
500 Hz
12.5 Hz
Show me the answer
Answer: 4. 12.5 Hz
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?
ROM
PROM
RAM
EEPROM
Show me the answer
Answer: 3. RAM
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:
10001000
10000000
00001000
1000000
Show me the answer
Answer: 1. 10001000
Explanation:
In 8-bit signed binary, -8 is represented as 10001000.
255. De Morgan's first theorem shows the equivalence of:
OR gate and Exclusive OR gate
NOR gate and Bubbled AND gate
NOR gate and NAND gate
NAND gate and NOT gate
Show me the answer
Answer: 2. NOR gate and Bubbled AND gate
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:
ECL
CMOS
TTL
PMOS
Show me the answer
Answer: 1. ECL
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:
Counter
Demultiplexer
Multiplexer
Flip-flop
Show me the answer
Answer: 2. Demultiplexer
Explanation:
A demultiplexer converts serial data into parallel data.
258. A device which converts BCD to Seven Segment is called:
Encoder
Multiplexer
Decoder
De-multiplexer
Show me the answer
Answer: 3. Decoder
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:
Set Q=1 and Q=0
Set Q=0 and Q=1
Change the output to the opposite state
No change in output
Show me the answer
Answer: 3. Change the output to the opposite state
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:
1 sec
1 psec
1 msec
nsec
Show me the answer
Answer: 4. nsec
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:
Dual slope
Parallel conversion
Counter type
Successive approximation
Show me the answer
Answer: 2. Parallel conversion
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?
Sign-magnitude
2’s complement
1’s complement
9’s complement
Show me the answer
Answer: 2. 2’s complement
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:
F52F
F530
F53F
F530
Show me the answer
Answer: 2. F530
Explanation:
The next reading after F52F is F530.
264. Most digital computers do not have floating-point hardware because:
Floating-point hardware is costly
It is slower than software
It is not possible to perform floating-point addition by hardware
No specific reason
Show me the answer
Answer: 1. Floating-point hardware is costly
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:
Lower propagation delay
Lower power dissipation
Higher propagation delay
Higher power dissipation
Show me the answer
Answer: 1. Lower propagation delay
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:
2−to−4 line
4−to−16 line
3−to−8 line
5−to−32 line
Show me the answer
Answer: 2. 4−to−16 line
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:
15 ns
45 ns
30 ns
60 ns
Show me the answer
Answer: 1. 15 ns
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:
1
4
2
8
Show me the answer
Answer: 4. 8
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:
Improve the speed of operation
Reduce the maximum quantization error
Increase the number of bits at the output
Increase the range of input voltage that can be converted
Show me the answer
Answer: 2. Reduce the maximum quantization error
Explanation:
Adding an offset voltage of 1/2 LSB reduces the maximum quantization error.
270. The decimal equivalent of the binary number 11010 is:
26
16
36
23
Show me the answer
Answer: 1. 26
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:
11101110
11001100
11011101
00010001
Show me the answer
Answer: 1. 11101110
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:
01001001
10001001
01011001
01001101
Show me the answer
Answer: 3. 01011001
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 )?
4
3
5
2
Show me the answer
Answer: 2. 3
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?