Digital Electronics Notes Flashcards
(131 cards)
How would represent this equation from De Morgans theorem into a truth table?


What are the three specific types of logic systems ?
Combinational Logic System
Sequential Logic System
Storage Logic System
What is the property of a combinational logic system?
The output data is a logical function of the value of the input data at the instant the output is measured.
Property of a Sequential Logic System?
The outputs depend not only on the present inputs but also on all previous inputs over a specific operating time.
Function of a storage logic system ?
Storage of information (data is input and stored but nothing is output)
Access of information (data is output without data input)

The relationship between combinatorial, sequential and memory systems
- A simple sequential circuit has memory properties.
- A combinational logic circuit can be converted into a sequential system by applying feedback from some of the outputs to form additional internal inputs.
- A memory circuit can be organized as a combinational logic function.
What are truth tables?
A truth table l_ists the value of the output_ for each and every possible combination of inputs.
If the output is a function of two variables there are 22 or 4 possible input combinations.
For n variables, the truth table will have 2n input states.
What are the symbols and equations for each of the logic gates ?
ALSO Ex OR ! not in the table!


What is the truth table for each of these logic gates?


What are the logical operators on one variable for AND OR and NOT functions?
How does this work?
For AND, if one or more inputs are 0, then the output is 0.
For OR, if one or more inputs is 1, then the output is 1.
For AND, A.0 = 0, because in AND both inputs have to be 1 to output 1, in this case we know that one of the inputs is 0, and thus whatever value of A we get, the output is going to be 1.
For A.1, we always know the output is going to be A.
On the other hand, for OR, we know that A+0 = A because if A is 1, the output is one, if A is 0, the output is 0. So the input solely relies on the input.

Order of precedence for operations in Boolean Algebra ?
- Bracketed Functions and βbarredβ or inverted functions
- AND operations
- OR operations
REMEMBER inversion is the same as NOT
What is De Morgans theorem?

Venn Diagram: Worked Example


De Morgan & Truth Table Question


Determining equality by means of truth tables


Positive and Negative Logic Coding

negative logic coding simply inverts all the bits used to the opposite, 1 becomes 0, 0 becomes 1.

How do you obtain the 1st canonical form?
To obtain the 1st canonical form from a truth table, create an AND minterm for every entry with an output of 1.
The variable is used if its value is 1, or its inverse if 0.
The shorthand notation of the canonical form
The variables in the minterms are replaced with their binary values.
Each minterm is now regarded as a number and the decimal value is obtained.
The function is now represented by decimal numbers.

1st Canonical Form Question


How is the 2nd canonical form obtained?
Is obtained from the truth table by defining the function by its F=0 terms.
First, write an equation in terms of minterms equal to F=0.
Invert both sides.
Apply De Morgans Theorem

How is the 2nd canonical form calculated directly from a truth table, without De Morgans?
for each entry into the truth table with an output of 0, create an OR of the outputs
Use the normal variable if 0
Use inverted if 1
Finally, the outputs of the OR gates are ANDβd together.
Shorthand Notation of the 2nd canonical form
Just like the 1st canonical form, the 2nd canonical form can be represented by decimals that identify the terms.
Non-inverted variables are assigned 0 and inverted variables 1.
Ξ indicates the 2nd canonical form.
Conversion between the shorthand notations of the canonical form

Conversion between Canonical forms Question



































































