BOOLEAN ALGEBRA AND LOGIC GATES Flashcards

1
Q

What is a logic gate and why is it called a gate?

A

Electronic circuits which combine digital signals
according to the Boolean algebra.
Logic gates are called gates because they control the flow of information.

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

Describe negative and positive logic

A

 Positive logic is an electronic representation in which the true state is at a higher voltage.
 Negative logic has the true state at a lower voltage.

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

Draw the gate diagram and truth table for the following gates: NOT, AND, NAND, OR, NOR, XNOR, XOR

A

*See notes for diagrams and truth tables

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

Describe Boolean algebra and its purpose

A

It is used to express logic functions algebraically.
It is defined with
 a set of elements (any collection of objects having a
common property.)
 a set of operators,
 a number of unproved axioms or postulates.

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

What are axioms and postulates of Boolean algebra

A

A set of logical expressions that we accept without proof and upon which we can build a set of useful theorems.
EG 0.0=0 or 1+0=1

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

What is a field

A

A field is a set of elements, together with two binary operators, each having properties 1 through 5 and both operators combining to give property 6.

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

State the duality property

A

“Every algebraic expression deducible from the
postulates of Boolean algebra remains valid if the operators and identity elements are interchanged”.

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

How is the dual of an algebraic expression obtained

A

“Every algebraic expression deducible from the
postulates of Boolean algebra remains valid if the operators and identity elements are interchanged”.

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

List the postulates (2, 3, 4,5) and theorems( 1-6) of Boolean algebra

A

*See notes

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

Justify theorem 1a, 1b, 2a, 2b, 3, 6a and 6b

A

*See notes

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

Describe a boolean function

A

A Boolean function expresses the logical relationship
between binary variables.
 It can be represented in a truth table.
 It can be transformed from an algebraic expression into a circuit diagram.

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

What is the difference between a boolean function and a function in its algebraic format?

A

There is only one way that a Boolean function can be
represented in a truth table.

However, when the function is in algebraic form, it can be expressed in a variety of ways, all of which have equivalent logic.

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

What is a literal?
How many terms and literals do the following expressions have?
a) x′y′z + x′yz + xy′
b) x′z + xy

A

A single variable within a term in complemented or uncomplemented form.
a)3 Terms, 8 Literals
b)2 Terms, 4 Literals

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

Do the examples on lecturer slide 34

A
  • See lecturer slide 34
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How is DeMorgan’s theorem used in finding the complement of a function

A

DeMorgan’s theorems states that the complement of a function is obtained by interchanging AND and OR
operators and complementing each literal..

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

Illustrate Demorgan’s principle in n variables

A

*See notes

17
Q

Explain De Morgan’s 1st and 2nd theorem in terns of gates

A

1st- (x+y)’=x’.y’
Inverting output of an OR gate =inverting the inputs of an AND gate

2nd- (xy)’ = x’+y’
Inverting output of an AND gate= Inverting the inputs of an OR gate