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

61⟩ What is the difference between emulator and simulator?

simulator is just software which act like a hardware.inside that u can see all the electonics component ,u can connect thenm in different manner and can simulate o/p as well as normal hardware do.emulator is actual hardware before performing test on real kit we can test on emulator which is exact copy of real kit on which we r willing to work.

 223 views

66⟩ What is the meaning of Tristate Signal in Electronics?

In Digital two states known as '0' & '1'. Apart from these two we have another state that known as "Tristate".

i.e. In digital '0' for 0V to max of 0.4 to 0.8 V. '1' is taken account if it is minimum of sum 2.4V to max 5.0V. In between these 0.8V to 2.4V is known as "Tristate".

 193 views

67⟩ Explain what does CE mean..U will see it on almost every chip(IC)?

The CE mark is a mandatory European marking for certain product groups to indicate conformity with the essential health and safety requirements set out in European Directives. The letters 'CE' are an abbreviation of Conformité Européenne,

French for European conformity. The CE mark must be affixed to a product if it falls under the scope of the approx. 20 so called 'New Approach' Directives. Without the CE marking, and thus without complying with the provisions of the Directives, the product may not be placed in the market or put into service in the fifteen member states of the European Union and Norway, Iceland and Liechtenstein. However, if the product meets the provisions of the applicable European Directives, and the CE mark is affixed to a product, these countries may not prohibit, restrict or impede the placing in the market or putting into service of the product.

Thus, CE marking can be regarded as the products trade passport for Europe. The CE mark is not a quality-mark. First, it refers to the safety rather than to the quality of a product. Second, most quality markings are voluntary opposite to the CE marking, which is mandatory for the products it applies to. CE indicates conformity with mandatory European safety requirements. European conformity is certified by following clear and understandable procedures, the so-called ‘conformity assessment procedures’

 183 views

75⟩ What is CMOS Transistor?

Complementary metal–oxide–semiconductor (CMOS), is a major class of integrated circuits. CMOS technology is used in chips such as microprocessors, microcontrollers, static RAM, and other digital logic circuits. CMOS technology is also used for a wide variety of analog circuits such as image sensors, data converters, and highly integrated transceivers for many types of communication.

CMOS is also sometimes explained as complementary-symmetry metal–oxide–semiconductor. The words "complementary-symmetry" refer to the fact that the typical digital design style with CMOS uses complementary and symmetrical pairs of p-type and n-type MOSFETs for logic functions.

Two important characteristics of CMOS devices are high noise immunity and low static power supply drain. Significant power is only drawn when its transistors are switching between on and off states; consequently, CMOS devices do not produce as much heat as other forms of logic such as TTL (transistor-transistor logic). CMOS also allows a high density of logic functions on a chip.

The triple compound "metal–oxide–semiconductor" is a reference to the nature of the physical structure of early (and interestingly now, the very latest) field-effect transistors, having a metal gate electrode placed on top of an oxide insulator, which in turn is on top of a semiconductor material. Instead of metal, current gate electrodes (including those up to the 65 nanometer technology node) are almost always made from a different material, polysilicon, but the terms MOS and CMOS nevertheless continue to be used for the modern descendants of the original process. (See also MOSFET.) Metal gates have made a comeback with the advent of high-k dielectric materials in the CMOS transistor as announced by IBM and Intel for the 45 nanometer node and beyond

 206 views

76⟩ What is a BCD? What are its advantages and disadvantages? Why is an excess-3 code is called an unweighted code?

BCD means Binary coded decimal, its advantage is it can represent decimal numbers in the form of binary value says (0000-0 to 1001-9).

Binary codes are divided into weighted binary code and non weighted binary code,

Excess 3 code is an example of non weighted codes since the position of each bits in excess 3 code does not have weights says like ones, tens, hundred in decimal and 2^0,2^1,2^2, in binary.

 257 views

78⟩ What is the difference between masking and non-masking?

In 8085 processor TRAP is a non maskable interrupt.

Whereas RST 7.5,6.5,5.5, intr are maskable interrupts.

Maskable means this interrupts can be left without considering during the execution of the program.

Non maskable depicts that it has to be taken into account during the execution of the program

 181 views