w1 Flashcards
combinatorial circuit
When gates are connected such that an output of one gate is never connected to one of its inputs, not even via other gates
a circuit where outputs are connected to inputs
sequential circuit
a two-way multiplexer
If the selector sel is 0, the output out equals in1 and if sel is 1, the output is equal to in2
the output is 1 only if exactly one input is equal to 0. - Draw a circuit realising this function
Implement an and gate with three inputs and a three-input or gate using only the basic and, or and not gates. Generalise to an n input and gate and n input or gate. How many basic gates are necessary? Can you give a proof?
The nand gate
¬(in1∧in2)
The nor gate
¬(in1∨in2)
The buffer gate and why it exists
Buffers are often used to enhance the input signal. If the buffer is sufficiently strong, in which case it is called an amplifier, it can even be used to drive a light or a motor.
The xor gate
The xnor gate
in1↔in2
the parity function
the output is 1 if the number of inputs equal to 1 is odd
can be for more than 3 inputs too
could also be constructed with nand gates
transistors
were first demonstrated by Bardeen, Brattain, and Shockley in 1947, although the concept was patented two decades earlier.
are constructed by covering specific parts of pure semiconductor wafers, made of e.g. silicon or germanium, with dopants, such as boron and phosphorus. Doping changes the available charge carriers of a semiconductor, thereby affecting its conductivity in very precise ways and places
if a small current flows from the base to the emitter than a big current can flow from the collector to the emitter. Otherwise isolated.
main types of transistors
the bipolar transistor and the FET (Field Effect Transistor)
FETs are more energy efficient and faster than bipolar transistors, so nobody uses bipolar anymore
FET
has three connections, a gate G, a source S and a drain D
By putting a positive voltage on the gate relative to the source, electrons can be pushed away or be attracted to form or break an electrical connection between the source and the drain
MOSFET
Metal Oxide Semiconductor FET
the gate is made of metal which is isolated using an oxide layer from the connection between the source and the drain