Boolean Algebra Flashcards

(13 cards)

1
Q

Association Laws

A

A ∧ (B∧C) = (A∧B) ∧ C
A ∨ (B∨C) = (A∨B) ∨ C

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

Boolean expressions definition

A

a combination of boolean variables and logical operators which evaluates to either TRUE or FALSE depending on the input

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

boolean logic definition

A

a type of algebra with logical operators where all values and expressions ultimately reduce to TRUE or FALSE

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

Commutation Laws

A

A ∧ B = B ∧ A
A ∨ B = B ∨ A

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

De Morgan’s first law

A

⌝ (A ∨ B) =⌝ A ∧⌝ B

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

De Morgan’s second law

A

⌝ (A ∧ B) =⌝ A ∨⌝ B

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

Distribution Laws

A

A ∧ (B ∨ C) = (A ∧ B) ∨ (A ∧ C)
(A ∨ B) ∧ (C ∨ D) = (A ∧ C) ∨ (A ∧ D) ∨ (B ∧ C) ∨ (B ∧ D)

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

Double Negation Law

A

A = ⌝⌝ A

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

D-type flip flops definition

A

a sequential logic circuit used to store a single bit

it has two stable states, which can be flipped between using an input signal

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

full adders definition

A

a combination of two half adders that takes a carry bit and two other input bits and returns their sum and the new carry as two output bits

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

half adders definition

A

a combinational arithmetic circuit that adds two numbers and produces a sum bit (S) and carry bit (C) as the output

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

Karnaugh maps definition

A

a method of simplifying boolean expressions by redrawing the truth table and applying a set of visual rules to obtain expressions with (or close to) the minimum logical operators, as a sum of products

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

logic gate diagrams definition

A

a graphical method of representing boolean expressions using the standard symbols for logic gates

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