Monday, February 21, 2011

Electronics - Interview Qts- 9

Interview Questions- MBA Admissions- Job Interviews

                        - Electronics and Communication, Applied Electronics

• what is the difference between SCR and diode rectifier?


Diode is a 2 terminal device, in scr gate controls the rectifing.SCR is used in High frequency applications but diode is low freuency devices, SCR can be in high temparatures but not diode.

• What is Race-around problem? How can you rectify it?

A condition in logic network in which the difference in propagation times through two or more signal paths in the network can produce an erroneous output.in jk flip flop race around problem will occur when both the inputs are high. it can be prevented by using master slave jk flip flop

• What is the basic difference between Latches and Flip flops?

latch works without clock signal,but works with a control signal and it is level triggered device.whereas flip flop is a 1 bit storage element and works with a clock signal.its a edge triggered device. normally latches are avoided and flip flops are preferred.

• what is Barkhausen Criterion?

-the magnitude of loop gain must be unity

- the total prase shift around the closed loop is zero or 360 degrees

• what are active Components?

ACTIVE COMPONENTS The components which produce the energy in the form of current or voltage are called as active components.Example:transistors etc,.

• what are Passive Components?

• PASSIVE COMPONENTS-The components which stores the energy in the form of current or voltage are called as passive components.example:inductors,resistors,capacitors etc"

• Define voltage source

Ideal voltage source is a circuit element where the voltage across it is independent of the current through it. It only exists in mathematical models of circuits. If the voltage across an ideal voltage source can be specified independently of any other variable in a circuit, it is called an independent voltage source.

• Define CMRR

Common-mode rejection ratio (CMRR) of a differential amplifier (or other device) measures the tendency of the device to reject input signals common to both input leads. A high CMRR is important in applications where the signal of interest is represented by a small voltage fluctuation superimposed on a (possibly large) voltage offset, or when relevant information is contained in the voltage difference between two signals.

• Define S/N ratio

Signal-to-noise ratio (often abbreviated SNR or S/N) defined as the ratio of a signal power to the noise power corrupting the signal. In less technical terms, signal-to-noise ratio compares the level of a desired signal (such as music) to the level of background noise. The higher the ratio, the less obtrusive the background noise is.

• Whats BUS

BUS: In computer architecture, a bus is a subsystem that transfers data between computer components inside a computer or between computers. Unlike a point-to-point connection, a bus can logically connect several peripherals over the same set of wires. Each bus defines its set of connectors to physically plug devices, cards or cables together. Early computer buses were literally parallel electrical buses with multiple connections, but the term is now used for any physical arrangement that provides the same logical functionality as a parallel electrical bus.

• what are pull-up registers

Pull-up resistors are resistors used in the design of electronic logic circuits to ensure that inputs to logic systems settle at expected logic levels if external devices are disconnected. Pull-up resistors may also be used at the interface between two different types of logic devices, possibly operating at different power supply voltages.

• Where are pull-up regsiters used.

The idea of a pullup resistor is that it weakly "pulls" the voltage of the wire it's connected to towards 5V (or whatever voltage represents a logic "high"). However, the resistor is intentionally weak (high-resistance) enough that, if something else strongly pulls the wire toward 0V, the wire will go to 0V.