Module 5 Flashcards

1
Q

Transistors as logic gates

A

Digital information

Position of the digit represent the power which b is raised to

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to convert to binary

A

Divide number by 2 until quotient = 0 then take remainder from bottom up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Binary to decimal

A

d0×20 + d1×21 + d2×2^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

NOT Gate

A

Also known as inverter. Takes input and outputs the opposite value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

AND Gate

A

Has two input wires:
If both 1, output 1
If both 0, output = 0
If one input is 1 while the other 0, output = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

OR Gate

A

Both wires have to have an input of 0 for the output to be 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

NAND Gate

A

If both inputs are the same, the output is inverted:
0&0 —> 1
1&1 —> 0
1&0/0&1 —> 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

NOR gate

A

Only outputs 1 when both inputs are 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

XOR

A

Only outputs 1 if and only if exactly on of the outputs is 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly