Comp2- boolean algebra Flashcards

1
Q

symbol for AND

A

.

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

symbol for OR

A

+

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

symbol for NOT

A

a bar above it

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

symbol for XOR

A

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

What does an AND gate look like?

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

what does an OR gate look like?

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

what does a NOT gate look like?

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

what does a NAND gate look like?

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

What does a NOR gate look like?

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

What does a XOR gate look like?

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

What does a truth table do?

A

shows the result of applying the logical function to all possible combinations of inputs.

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

What is a boolean variable?

A

may have two discrete values eg tru/false

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

What is a boolean eqation?

A

an equation that expresses a boolean output Q in terms of boolean inputs that have had functions applied to them.

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

What is a logic gate?

A

an electronic circuit that proforms a boolean function.

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

What does an exclusive or(XOR) function do?

A

is true if either input is true but not if both are.

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

what does a NOR function do?

A

true only when both inputs are false

17
Q

what does a NAND function do?

A

true when any input is false.

18
Q

What are the steps for demorgans.

A
  1. change the function( . or +)
  2. invert the inputs
  3. invert the whole thing
19
Q

whats the gate most commoly used?

A

NAND-usually cheeper to make , and can be used to make the other gates.

20
Q

A.A=

A

A

21
Q

A.Ᾱ=

A

0

22
Q

1+A=

A

1

23
Q

0+A=

A

A

24
Q

A+Ᾱ=

A

1

25
Q

1.A

A

A

26
Q

0.A

A

0