Chapter 1: Logic gates Flashcards

1
Q

What is an analogue signal?

A

-It gives an an analogy-copies the behaviour of a physical quantity. A temperature sensor outputs a voltage which copies the behaviour.
-It can have any value between the minimum and maximum of the power supply

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

What is a digital signal?

A

-It carries information in the form of a number. Electronic systems usually employ the binary number system
-It has only 2 possible values: 1 or 0.

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

When a digital signal is at minimum voltage it is referred to as what logic signal?

A

Logic 0

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

When a digital signal is at maximum voltage it is referred to as what logic signal?

A

Logic 1

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

What are logic gates?

A

Logic gates are the basic building block of all digital electronic systems. They are the decision making units in electronic systems and there are different types for different
situations.

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

State the truth table for a NOT gate

A

A Q
0 1
1 0

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

State the Boolean expression for the NOT gate

A

Q=A

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

State the truth table for an AND gate

A

B A Q
0 0 0
0 1 0
1 0 0
1 1 1

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

State the Boolean expression for the AND gate

A

Q=A.B

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

State the truth table for an OR gate

A

B A Q
0 0 0
0 1 1
1 0 1
1 1 1

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

State the Boolean expression for the OR gate

A

Q=A + B

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

State the truth table for NAND gate

A

B A Q
0 0 1
0 1 1
1 0 1
1 1 0

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

State the Boolean expression for the NAND gate

A

Q=Ā.

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

State the truth table for a NOR gate

A

B A Q
0 0 1
0 1 0
1 0 0
1 1 0

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

State the Boolean expression for the NOR gate

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

State the truth table for a two input XOR gate

A

B A Q
0 0 0
0 1 1
1 0 1
1 1 0

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

State the truth table for a 3 input XOR gate

A

C B A Q
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 0
1 1 1 1
The output Q is logic 1 when either A OR B OR C is logic 1, or A AND B AND C are all logic 1 but NOT
when any two inputs are logic 1.

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

State the Boolean expression for the XOR gate

A

Q=A⊕B

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

State the truth table for a 2 input XNOR gate

A

Inverted form of the XOR gate
B A Q
0 0 1
0 1 0
1 0 0
1 1 1

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

State the truth table for a 3 input XNOR gate

A

Exact opposite of the 3 input XOR gate
C B A Q
0 0 0 1
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 0

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

State the Boolean expression for the XNOR gate

A
22
Q

What counts as logic 1? What counts as logic 0?

A

70% of the power supply. 30% of the power supply. Anything in between is a faulty chip

23
Q

What is a sourcing current?

A

When a load is connected to a logic gate in such a way that the logic gate supplies current to the load, the logic gate is said to be sourcing current.

24
Q

What is a sinking current?

A

When a load is connected so that current flows from the power supply through the load to the logic gate, then the logic gate is said to be sinking current.

25
Q
A
26
Q

A.1 =

A

A.1=A

27
Q

A.0=

A

A . 0 = 0

28
Q

A.A=

A

A . A = A

29
Q

A. Ā =

A

A . Ā= 0

30
Q

A+1=1

A

A + 1 = 1

31
Q

A+0=

A

A + 0 = A

32
Q

A+A=

A

A + A = A

33
Q

A + Ā=

A

A + Ā = 1

34
Q

What is de Morgan’s Theorem?

A

Break the line, change the sign or vise versa

35
Q

Each square in a Karnaugh map corresponds to what?

A

A cell in a truth table

36
Q

How would you complete a Karnaugh map using a truth table?

A

First find all the ‘cells’ where the output is high. Place ones into the corresponding Karnaugh map squares. Then fill the remaining squares with 0.

37
Q

How would you complete a simplified Boolean expression using a Karnaugh map?

A

Identify groups of 2,4,8 which contain logic 1. Then finds the terms to each group and then combine them. This gives a simplified expression of Boolean.

38
Q

How would you create an AND using NAND

A

NAND gate followed by a NAND inverter with its two inputs connected together

39
Q

How would you create a NOT gate using NAND gates?

A

A NAND gate with its two inputs connected together

40
Q

How would you create an OR gate using NAND gates?

A

Two NAND gates, connected in parallel, with their outputs feeding into another NAND gate

41
Q

How would you create a NOR gate using NAND gates?

A

Two NAND gates, connected in parallel, with their outputs feeding into another NAND gate, which then gets inverted

42
Q

How can some systems of just NAND gates been simplified?

A

By eliminating redundant gates?

43
Q

What is a Multiplexer?

A

A device which is able to transfer a signal from any one of a number of inputs to an output, using a combination of digital signals applied to its input select pins

44
Q

What are the S inputs connected to in a Multiplexer?

A

C,B,A

45
Q

One disadvantage of a multiplexer?

A

Much more expensive than logic gates

46
Q

One advantage of a multiplexer?

A

They can be reprogrammed to produce the output of any logic gate.

47
Q

On a multiplexer, what does input 0000 select?

A

D0

48
Q

On a multiplexer, what does input 1111 select?

A

D7

49
Q

On a multiplexer, D inputs are connected to what?

A

Logic 1 or logic 0

50
Q

What is the region between Logic 1 and logic 0?

A

Open band

51
Q

If a circuit is in the region between logic 1 and logic 0, how does this effect the overall circuit?

A

It results in highly unpredictable behaviour.