what is the difference between electrical and electronics
technicions and what they do/ and for what porpose?
Answer Posted / saket singh
electrical is the field which deals with current(ac,dc),voltage and power with the frequency of 50hz.
electronic is the field which deals with dc currents, semiconductor, rectifiers and diode.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the different types of flip-flops?
why -48v is used for BTS in telecom?
1.Explain 3D radar. 2.Method of mobile signal jamming. 3.Frequency hopping spread spectrum. 4.How does op-amp works in common mode? 5.Which flip flop is known as universal flip flop and why?
Where lcr meter is used?
please post me questions for technical interview in tata communications tranformations,
Noise with uniform power spectral density of n0w/hz is passed through a filter h (w) = 2 exp(-jwtd) followed by an ideal low pass filter of bandwidth bhz. What is the output noise power in watts?
What is the duty cycle in on-off control method?
pls send me the placement papers and anyother useful information to sureshec127@gmail.com. STREAM: ELECTRONICS AND COMMUNICATION
what is a router how it woks? what is a compromised router in networks?how it works? what is a packet loss and packet dropping? what is a malicious packet?when it occurs?
What is modulation? Explain in detail.
Explain what are the universal logic gates?
What is the difference between on-off control and phase control?
What is current commutation?
What do you mean by a precision diode?
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<