Which semiconductor technology provides the lowest static power consumption?
Answer: B
CMOS has virtually zero static power consumption because complementary transistors prevent direct paths from supply to ground in steady state.
Q.622Hard
In a sequential logic circuit, metastability occurs when the input changes relative to the clock edge. How can this be minimized?
Answer: B
Synchronizer circuits use cascaded flip-flops to provide settling time between asynchronous signal and sampling clock, reducing metastability risk.
Q.623Medium
What is the characteristic equation of a D flip-flop?
Answer: A
The D flip-flop captures input D on clock edge and transfers it to output: Q(n+1) = D. This represents 'data' or 'delay' functionality.
Q.624Hard
In asynchronous sequential circuits, what is the primary concern regarding state transitions?
Answer: B
Asynchronous circuits lack global clock, so multiple state variables can change simultaneously, causing race conditions and hazards if not carefully designed.
Q.625Medium
Which of the following correctly describes the difference between combinational and sequential logic?
Answer: B
Combinational circuits produce outputs based solely on current inputs. Sequential circuits have memory elements (flip-flops) and outputs depend on input history.
Advertisement
Q.626Hard
In the context of digital signal processing, what is the Nyquist sampling theorem's requirement?
Answer: B
Nyquist theorem states fs ≥ 2×fmax to avoid aliasing. Sampling below this rate causes frequency components to fold back and corrupt the signal.
Q.627Medium
What is the main purpose of tristate logic (three-state logic) in digital circuits?
Answer: B
Tristate logic provides high, low, and high-impedance states, enabling multiple devices to connect to a single bus by controlling which device actively drives the line.
Q.628Medium
In a 4-bit binary counter using JK flip-flops, if the propagation delay of each flip-flop is 10 ns, what is the maximum counting frequency?
Answer: B
Maximum frequency = 1/(4 × propagation delay) = 1/(4 × 10 ns) = 12.5 MHz. For ripple counters, the total delay is n × tpd.
Q.629Easy
A combinational circuit has 6 input variables. The minimum number of rows required in its truth table is:
Answer: B
For n input variables, truth table rows = 2^n. For 6 inputs: 2^6 = 64 rows.
Q.630Hard
In a synchronous counter design using SR flip-flops with Karnaugh map minimization, which hazard is most critical in the implementation?
Answer: C
Both static hazards (output glitches) and dynamic hazards (multiple transitions) can occur in combinational logic of counter design. Proper K-map grouping and implementation techniques are needed to minimize them.
Q.631Easy
A 3-to-8 decoder is used in a digital system. How many AND gates with minimum inputs are required?
Answer: B
A 3-to-8 decoder requires 8 output lines. Each output is active for one unique combination of 3 inputs, requiring 8 AND gates, each with 3 inputs (one for each input variable or its complement).
Q.632Medium
In a Mealy state machine design for a sequence detector (detecting '101'), the output depends on:
Answer: C
Mealy machines produce outputs based on both the current state and input variables, unlike Moore machines which depend only on the current state. This makes Mealy machines more efficient in detecting sequences.
Q.633Hard
What is the setup time requirement for a D flip-flop in a shift register operating at 100 MHz clock frequency?
Answer: D
Setup time is a manufacturer-specified parameter that varies by IC type and technology. At 100 MHz (10 ns period), typical setup times range from 2-5 ns, but exact requirements must be verified from the datasheet. General frequency calculation alone cannot determine setup time.
Q.634Medium
A priority encoder with 8 inputs has the highest priority assigned to the MSB. If inputs I7=1, I5=1, I3=1, and all others are 0, what is the output?
Answer: A
In a priority encoder with MSB having highest priority, when I7=1 (highest priority input), the output represents position 7, which is 111 in 3-bit binary. Lower priority inputs I5 and I3 are ignored.
Q.635Medium
In a parallel plate capacitor used for dielectric strength testing, the breakdown voltage of air at standard atmospheric pressure (1 atm, 25°C) for a gap of 1 cm is approximately:
Answer: B
The dielectric strength of air at standard conditions (1 atm, 25°C) is approximately 30kV/cm. For a 1 cm gap, the breakdown voltage is 30kV/cm×1cm=30kV. This is a fundamental reference value in high voltage engineering.
Q.636Medium
According to Paschen's law, the breakdown voltage of a gas is a function of:
Answer: C
Paschen's law states that the breakdown voltage Vb of a uniform-field gas gap is a function of the product pd, i.e., Vb=f(pd). This is expressed as the Paschen curve, which shows a minimum breakdown voltage at an optimum pd value. Both pressure and gap distance affect breakdown only through their product.
Q.637Medium
A Marx generator is used to generate impulse voltages. If each stage capacitor is charged to a voltage V0 and the generator has n stages, the theoretical maximum output voltage is:
Answer: C
In a Marx generator, n capacitors are charged in parallel (each to V0) and then switched in series during discharge. The theoretical maximum output voltage is n⋅V0. In practice, the actual output is slightly less due to stray capacitances and resistive losses, but n⋅V0 is the ideal value.
Q.638Medium
The standard lightning impulse voltage waveform used in high voltage testing is designated as:
Answer: A
According to IEC 60060-1, the standard lightning impulse waveform has a front time of 1.2μs and a time to half-value of 50μs, denoted as 1.2/50μs. The 8/20μs waveform is used for surge current testing, and 250/2500μs is the standard switching impulse.
Q.639Medium
In the Schering bridge used for measurement of capacitance and dielectric loss, the loss tangent tanδ at balance is given by (where R4 is a variable resistor and C4 is a standard capacitor in the bridge arm, and ω is the angular frequency):
Answer: A
At balance in the Schering bridge, the loss tangent (dissipation factor) of the test capacitor is given by tanδ=ωR4C4, where ω=2πf is the angular frequency, R4 is the variable resistance, and C4 is the capacitance in the bridge arm. This relationship allows direct measurement of dielectric loss.
Q.640Medium
The phenomenon of corona discharge on a high-voltage transmission line first occurs when the electric field at the conductor surface exceeds the critical value. For a single cylindrical conductor of radius r in air, at which condition does corona onset first occur?
Answer: B
Corona onset occurs when the electric field at the surface of the conductor equals the critical ionization field of surrounding air, approximately 30kV/cm (or 3MV/m) at standard atmospheric conditions (1 atm, 25°C). This is the point at which air molecules begin to ionize, causing partial discharge (corona). Temperature of the conductor or insulator rating are not the governing criteria.