Electronics Engineering

  Home  Engineering  Electronics Engineering


“Electronics Engineering frequently Asked Questions in various Electronics Engineering job Interviews by interviewer. Get preparation of Electronics Engineering job interview questions.”



185 Electronics Engineering Questions And Answers

23⟩ How to design binary to gray code converter?

It is easy to convert the binary number to gray number. First, for example take a binary number i.e ,101101.

Step 1: 101101 first write the MSB as it is i.e, darken bit i.e, 1

Step 2: add MSB and bit next to the MSB i.e, 1+0=1

Step 3: again add 0 and 1 we get i.e, 0+1=1

Step 4: again add 1 and 1 we get 1+1=0

Step 5: in previous step carry is occurred so neglect that carry . note that don't add carry to next add numbers

then again add 1+0 1+0=1

step 6: add 0+1 0+1= 1

Answer: Gray Code is : 111011

 198 views

25⟩ When a small amount of Cu is added to a Ni conductor, then the?a) Resistivity of Ni will decrease at all temperatures because Cu is better conductor than Nib) Residual resistivity of Ni at low temperatures will increase as Cu atoms acts as defect centersc) Resistivity of Ni will increase at all temperatures as Cu destroys the periodicity of Ni and acts as defectsd) Resistivity of Ni remains unaltered as Cu atoms give the same numbers of free electrons as Ni atoms

c) Resistivity of Ni will increase at all temperatures as Cu destroys the periodicity of Ni and acts as defects

 189 views

27⟩ How to program Micro controller?

A Micro controller can be directly connected to external devices. But a Processor needs a interface controller to connect with external input and output devices.

 190 views

28⟩ Tell me why is 400 Hz used for flight instruments and Radio Transmission System in Aviation Industry universally?

You need some sort of AC for power transmission and distribution inside of aircraft. Power companies use 50/60Hz because any higher frequency results in excessive inductive and capacitive losses, given the many miles that have to transfer power over. But a higher frequency gives you lots of advantages in transformer and motor weight, and over the short distances in an aircraft, the inductive and capacitive losses are not excessive. So overall, the higher frequency saves weight, and for aircraft, that is important. Like all designs, the choice of 400 Hz is a compromise between losses and low weight.

 193 views

29⟩ What is Micro controller?

Micro controller = micro processor + memory + interfacing features(ports) + additional features like counters.

 198 views

40⟩ The function of a transistor used in any of the ICs is to perform SWITCHING action and not AMPLIFICATION.Then why DIODES are not used instead of TRANSISTORS as diodes also exhibit the same switching action?

I agree Digital ICs use transistors as switches. But Analog (Linear) ICs Do Use transistors as Amplifiers. Consider the differential pair of transistors that form the front end of an op amp. The advantage of transistors over diodes, is that transistors have a control input and diodes do not. You can use the bipolar transistor's base input (or the gate input of a CMOS transistor) to control a larger current with amplification, or overdrive to turn On/Off.

 216 views