Download P-type Transistor

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Immunity-aware programming wikipedia , lookup

Josephson voltage standard wikipedia , lookup

Crossbar switch wikipedia , lookup

Ohm's law wikipedia , lookup

Index of electronics articles wikipedia , lookup

Multimeter wikipedia , lookup

Integrated circuit wikipedia , lookup

Integrating ADC wikipedia , lookup

Valve RF amplifier wikipedia , lookup

Power electronics wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Two-port network wikipedia , lookup

Surge protector wikipedia , lookup

Regenerative circuit wikipedia , lookup

Operational amplifier wikipedia , lookup

Voltage regulator wikipedia , lookup

Transistor–transistor logic wikipedia , lookup

RLC circuit wikipedia , lookup

Opto-isolator wikipedia , lookup

Schmitt trigger wikipedia , lookup

Switched-mode power supply wikipedia , lookup

TRIAC wikipedia , lookup

CMOS wikipedia , lookup

Network analysis (electrical circuits) wikipedia , lookup

Current mirror wikipedia , lookup

Rectiverter wikipedia , lookup

Power MOSFET wikipedia , lookup

Transcript
CS 210

How do we represent data in a computer?
◦ Easy to recognize two conditions:
 1. Presence of a voltage – we’ll call this state “1”
 2. Absence of a voltage – we’ll call this state “0”

Transistor: Building Block of Computers
◦ Two types
 N-type
 P-type

N-type Transistor
◦ When Gate has positive voltage, short
circuit between #1 and #2 (switch
closed)
◦ When Gate has zero voltage, open
circuit between #1 and #2 (switch
open)

P-type Transistor
◦ P-type is complementary to n-type
◦ When Gate has positive voltage, open
circuit between #1 and #2 (switch
open)
◦ When Gate has zero voltage, short
circuit between #1 and #2 (switch
closed)

1. Warm-up:
◦ Write out the truth tables for AND, OR having 2-bit
inputs
◦ and XOR using 3-bit input
◦ Hint for XOR: use the property of associativity; A ⊕
B ⊕ C =A ⊕ (B ⊕ C )



a) Replace the missing blue
circles in the shown circuit
with either a wire or no wire
to give the output C a logical
value of 1.
b) Describe a set of inputs
that give the output C a
logical value of 0. I.e. write
out the truth table.
c) What type of gate does this
circuit represent?

Therefore it represents a NOR gate

For the transistorlevel circuit in the
following Figure,
fill in the truth
table. What is Z in
terms of A and B?

Truth table:

Therefore Z = A AND B

What is the flaw in the following circuit?
Analyseit by working through the truth table
and seeing which inputs show up the flaw.


The circuit will short-circuit for certain
inputs.
Why?