Boolean Algebra Flashcards

1
Q

What is De Morgan’s First Law ?

A

¬(A v B) == ¬A ^ ¬B

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

What is De Morgan’s Second Law?

A

¬(A ^ B) == ¬A v ¬B

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

What is Commutation?

A

A ^ B == B ^ A

A v B == B v A

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

What is Absorption?

A
A v (A ^ B) == A
A ^ (A v B) == A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Distribution?

A

A ^ (B v C) == (A ^ B) v (A ^ C) ^ (C v D) == (A ^ C) v (A ^ D) v (B ^ C) V (B ^ D)

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

What is Double Negation?

A

¬¬A == A

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

How does a Full Adder Work?

A

A Full adder is used to calculate binary additions A and B are the two values, whereas C is the carry. The XOR gates are used in order to block two ones, in order to simulate the fact that they are carried, as the and gates are used to determine if there is a carry value, as if both A and B are on, then the value will be a carried, due to an overflow error and blocked from the main output and put into the carry

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

What is the layout for a Full Adder?

A

Link to an Image

– https://circuitglobe.com/wp-content/uploads/2015/12/HALF-ADDER-FULL-ADDER-FIG-2-compressor.jpg –

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

What is a Flip-Flop?

A

Flip flops are Boolean gates, that can trap a value. The circuit is updated every clock cycle. If the input is on and the clock cycle is on a rise, the input will be on, however if the clock is off or not on a rise, then it will not update the output regardless of the clock.

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

What is the purpose of a Flip-Flop?

A

To store data of a bit between clock cycles

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