what is the working principal of diode
Answer Posted / raju
diode is unidirection it pass only in one direction it
block the other direction ; it is used as switch ,it is
used in revese baise
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
What is meant by pwm control?
Explain why are using 4ma to 20ma for signal transfer. Why not 0 to 20ma?
Define diffusion current in a semiconductor.
Explain the difference between a multiplexer and encoder? Also what is the between demultiplexer and decoder?
HI FRANDS , ANY ONE SUGGEST ME THE INTERVIEW QUESTION OF NHPC
Explain the approximate cost of the corrosion penetration monitoring system(cpmp)?
Photodiode is a photovoltaic device or a photoconductive device or both?
....................... regulator operates the power transistors as high frequency on/off switch. A Series B Short C Switching D None of these
Explain the steps involved in demodulating a signal.
Why is sio2 layer formed over the entire surface in a monolithic ic?
Define fan-in and fan-out?
Define peak inverse voltage?
What are fet`s?
1) is external oscillator XTAL1 &XTAL2 connection must needed ? 2) shall we proceed without oscillator for simple logialoutput
I am stuck up with a question on appending of two arrays
I am writing the code for the same, I am appending two
strings this way
int main()
{
string s1 = "Welcome to C++";
string s2 = "C++ improves the logic ability";
string s3 = s1 + s2;
cout<