Computer Fundamental Flashcards
What is the difference between n-channel mosfet and p-channel mosfet?
N channel: when high input switched closed, low closed
P channel when high input switch open, low closed
How is the difference between n Channel and p channel mosfet shown?
A circle in front of junction in n channel
What is a relay?
A coil that when current is passed generates a magnetic field which move 1 or more switches
How is a or gate represented?
> = 1 (Box shape 2 inputs)
How is and gate represented?
& symbol (2 input)
How is a not gate represented?
1 (box with 1 input)
How is an xor gate represented?
=1 (2 inputs)
What is Boolean algebra for or gate?
A + B
What is Boolean algebra for and gate?
A.B
What is de Morgan’s theorem?
Not(A) + Not B = Not (A.B)
Not A . Not B = Not(A+B)
What is the disruptive law?
Operator outside bracket operates on both variables inside bracket
A + (B.C) = A+B . A+C
A . (B+C) = A.B + A.C
What is the canonical form in Boolean algebra and what is a mini term?
Canonical form is an expression in which each input appears in each term
Minister is a term in a canonical equation
How does binary represent decimal numbers?
Any number past decimal point is 2^-n
What is a flag?
1 but binary number
What’s a nibble?
Binary number with 4 bits