102 Flashcards

1
Q

What is a truth table?

A

> This is the possible output combinations based off all the possible inputs, collated in a table

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

What is required for an AND gate to equal 1?

A

> When both inputs are 1

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

What is required for an OR gate to equal 1?

A

> When either of both inputs are 1

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

What is required for an NOT gate to equal 1?

A

> Then the single input is 0

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

What is required for an NAND gate to equal 1?

A

> The output will be 1 as long as both inputs are not 1

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

What is required for an NOR gate to equal 1?

A

> When both inputs are 0

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

What is a buffer? What are their uses?

A

> This is a component with one input where the output is the same as the input
Used in amplifier circuits

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

What is required for an XOR gate to equal 1?

A

> Either inputs must be 1 but not both

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

What is required for an XNOR gate to equal 1?

A

> Either

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
What are the symbols for:
AND
OR
NOT
NAND
NOR
XOR and 
XNOR
A
AND: y = a.b 
OR: y = a+b
NOT: y=a ̅
NAND: y=a.b ̅
NOR: y=a+b ̅ 
XOR: y=a⨁b
XNOR: y=a⨁b ̅
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are logic levels?

A

There are 2 levels represented by 0 (low) and 1 (high)

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

Are all logic levels the same? Explain?

A

No, the levels of the logic levels are based off different industrial standards for different manufacturers

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

What are each of the logic levels called? What do they mean?

A

> VOH(min): The lowest guaranteed voltage from an output that would correspond to a high
VOL(max): The highest guaranteed voltage from an output that corresponds to a LOW
VIH(min): The lowest voltage that an input will guarantee to register as a HIGH
VIL(max): The highest voltage that an input will guarantee to register as a LOW

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

What can be said about the values for VIL & VIH when compared with VOH & VOL

A

> The accepted range for the inputs is often larger than for the output, this is known as a noise margin

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

What are the 2 main facilities of logic levels and their different types?

A

> TTL ( Transistor-transistor logic): 5VTTL and LVTTL

> CMOS (Complementary Metal-oxide semiconductor): 5V CMOS, LVCMOS and there is also 2.5V CMOS and 1.8V CMOS

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

Different manufacturers use different logic families so…

A

We need to take care when interfacing between them