MESFETA MESFET (metal–semiconductor field-effect transistor) is a field-effect transistor semiconductor device similar to a JFET with a Schottky (metal–semiconductor) junction instead of a p–n junction for a gate. MESFETs are constructed in compound semiconductor technologies lacking high quality surface passivation, such as gallium arsenide, indium phosphide, or silicon carbide, and are faster but more expensive than silicon-based JFETs or MOSFETs.
JFETThe junction-gate field-effect transistor (JFET) is one of the simplest types of field-effect transistor. JFETs are three-terminal semiconductor devices that can be used as electronically controlled switches or resistors, or to build amplifiers. Unlike bipolar junction transistors, JFETs are exclusively voltage-controlled in that they do not need a biasing current. Electric charge flows through a semiconducting channel between source and drain terminals.
Field-effect transistorThe field-effect transistor (FET) is a type of transistor that uses an electric field to control the flow of current in a semiconductor. FETs (JFETs or MOSFETs) are devices with three terminals: source, gate, and drain. FETs control the flow of current by the application of a voltage to the gate, which in turn alters the conductivity between the drain and source. FETs are also known as unipolar transistors since they involve single-carrier-type operation.
LausanneLausanne (loʊˈzæn , USalsoloʊˈzɑːn , lɔzan; Losena lɔˈzəna) is the capital and largest city of the Swiss French-speaking canton of Vaud. It is a hilly city situated on the shores of Lake Geneva, about halfway between the Jura Mountains and the Alps, and facing the French town of Évian-les-Bains across the lake. Lausanne is located northeast of Geneva, the nearest major city. The municipality of Lausanne has a population of about 140,000, making it the fourth largest city in Switzerland after Basel, Geneva, and Zurich, with the entire agglomeration area having about 420,000 inhabitants (as of January 2019).
TransistorA transistor is a semiconductor device used to amplify or switch electrical signals and power. It is one of the basic building blocks of modern electronics. It is composed of semiconductor material, usually with at least three terminals for connection to an electronic circuit. A voltage or current applied to one pair of the transistor's terminals controls the current through another pair of terminals. Because the controlled (output) power can be higher than the controlling (input) power, a transistor can amplify a signal.
Semiconductor deviceA semiconductor device is an electronic component that relies on the electronic properties of a semiconductor material (primarily silicon, germanium, and gallium arsenide, as well as organic semiconductors) for its function. Its conductivity lies between conductors and insulators. Semiconductor devices have replaced vacuum tubes in most applications. They conduct electric current in the solid state, rather than as free electrons across a vacuum (typically liberated by thermionic emission) or as free electrons and ions through an ionized gas.
Lausanne DistrictLausanne District (District de Lausanne) is a district in the canton of Vaud, Switzerland. The seat of the district is the city of Lausanne. Lausanne has an area, , of . Of this area, or 27.3% is used for agricultural purposes, while or 30.9% is forested. Of the rest of the land, or 41.6% is settled (buildings or roads) and or 0.1% is unproductive land. Lausanne has a population () of . Most of the population () speaks French (159,559 or 79.6%), with German being second most common (8,534 or 4.
Romanel-sur-LausanneRomanel-sur-Lausanne (ʁɔmanɛl syʁ lɔzan, literally Romanel on Lausanne; Romanél) is a municipality in the canton of Vaud in Switzerland, located in the district of Lausanne. Romanel-sur-Lausanne is first mentioned in 1184 as Romanes. Romanel-sur-Lausanne has an area, , of (depending on calculation method). Of this area, or 59.7% is used for agricultural purposes, while or 3.8% is forested. Of the rest of the land, or 37.8% is settled (buildings or roads). Of the built up area, industrial buildings made up 5.
Cheseaux-sur-LausanneCheseaux-sur-Lausanne (ʃəzo syʁ lɔzan, literally Cheseaux on Lausanne; Chesâls) is a municipality in the district of Lausanne in the canton of Vaud in Switzerland. It is a suburb of the city of Lausanne. Cheseaux-sur-Lausanne is first mentioned in 1228 as Chesaus. Cheseaux-sur-Lausanne has an area, , of . Of this area, or 60.3% is used for agricultural purposes, while or 14.6% is forested. Of the rest of the land, or 24.0% is settled (buildings or roads), or 0.7% is either rivers or lakes.
Belmont-sur-LausanneBelmont-sur-Lausanne (bɛlmɔ̃ syʁ lɔzan, literally Belmont on Lausanne) is a municipality in the district of Lavaux-Oron in the canton of Vaud in Switzerland. It is a suburb of the city of Lausanne. Belmont-sur-Lausanne is first mentioned in 1228 as Belmunt sowie apud bellum Montem. Belmont-sur-Lausanne has an area, , of . Of this area, or 35.1% is used for agricultural purposes, while or 29.8% is forested. Of the rest of the land, or 33.2% is settled (buildings or roads). Of the built up area, housing and buildings made up 23.
XOR gateXOR gate (sometimes EOR, or EXOR and pronounced as Exclusive OR) is a digital logic gate that gives a true (1 or HIGH) output when the number of true inputs is odd. An XOR gate implements an exclusive or () from mathematical logic; that is, a true output results if one, and only one, of the inputs to the gate is true. If both inputs are false (0/LOW) or both are true, a false output results. XOR represents the inequality function, i.e., the output is true if the inputs are not alike otherwise the output is false.
OR gateThe OR gate is a digital logic gate that implements logical disjunction. The OR gate returns true if any of its inputs are true; otherwise it returns false. The input and output states are normally represented by different voltage levels. Any OR gate can be constructed with two or more inputs. It outputs a 1 if any of these inputs are 1, or outputs a 0 only if all inputs are 0. The inputs and outputs are binary digits ("bits") which have two possible logical states.
Electronic componentAn electronic component is any basic discrete electronic device or physical entity part of an electronic system used to affect electrons or their associated fields. Electronic components are mostly industrial products, available in a singular form and are not to be confused with electrical elements, which are conceptual abstractions representing idealized electronic components and elements. Electronic components have a number of electrical terminals or leads.
NAND gateIn digital electronics, a NAND gate (NOT-AND) is a logic gate which produces an output which is false only if all its inputs are true; thus its output is complement to that of an AND gate. A LOW (0) output results only if all the inputs to the gate are HIGH (1); if any input is LOW (0), a HIGH (1) output results. A NAND gate is made using transistors and junction diodes. By De Morgan's laws, a two-input NAND gate's logic may be expressed as =+, making a NAND gate equivalent to inverters followed by an OR gate.
AND gateThe AND gate is a basic digital logic gate that implements logical conjunction (∧) from mathematical logic - AND gate behaves according to the truth table. A HIGH output (1) results only if all the inputs to the AND gate are HIGH (1). If not all inputs to the AND gate are HIGH, LOW output results. The function can be extended to any number of inputs. There are three symbols for AND gates: the American (ANSI or 'military') symbol and the IEC ('European' or 'rectangular') symbol, as well as the deprecated DIN symbol.
XNOR gateThe XNOR gate (sometimes ENOR, EXNOR or NXOR and pronounced as Exclusive NOR) is a digital logic gate whose function is the logical complement of the Exclusive OR (XOR) gate. It is equivalent to the logical connective () from mathematical logic, also known as the material biconditional. The two-input version implements logical equality, behaving according to the truth table to the right, and hence the gate is sometimes called an "equivalence gate". A high output (1) results if both of the inputs to the gate are the same.
Wide-bandgap semiconductorWide-bandgap semiconductors (also known as WBG semiconductors or WBGSs) are semiconductor materials which have a larger band gap than conventional semiconductors. Conventional semiconductors like silicon have a bandgap in the range of 0.6 – 1.5 electronvolt (eV), whereas wide-bandgap materials have bandgaps in the range above 2 eV. Generally, wide-bandgap semiconductors have electronic properties which fall in between those of conventional semiconductors and insulators.
MOSFETThe metal-oxide-semiconductor field-effect transistor (MOSFET, MOS-FET, or MOS FET) is a type of field-effect transistor (FET), most commonly fabricated by the controlled oxidation of silicon. It has an insulated gate, the voltage of which determines the conductivity of the device. This ability to change conductivity with the amount of applied voltage can be used for amplifying or switching electronic signals. A metal-insulator-semiconductor field-effect transistor (MISFET) is a term almost synonymous with MOSFET.
Current sourceA current source is an electronic circuit that delivers or absorbs an electric current which is independent of the voltage across it. A current source is the dual of a voltage source. The term current sink is sometimes used for sources fed from a negative voltage supply. Figure 1 shows the schematic symbol for an ideal current source driving a resistive load. There are two types. An independent current source (or sink) delivers a constant current. A dependent current source delivers a current which is proportional to some other voltage or current in the circuit.
Controlled NOT gateIn computer science, the controlled NOT gate (also C-NOT or CNOT), controlled-X gate, controlled-bit-flip gate, Feynman gate or controlled Pauli-X is a quantum logic gate that is an essential component in the construction of a gate-based quantum computer. It can be used to entangle and disentangle Bell states. Any quantum circuit can be simulated to an arbitrary degree of accuracy using a combination of CNOT gates and single qubit rotations. The gate is sometimes named after Richard Feynman who developed an early notation for quantum gate diagrams in 1986.