Chapter 2 Flashcards
Convert binary to decimal
101011
10011
1001001
43
19
73
Convert decimal to binary:
35
67
14
100011
1000011
1110
Conversion method for twos complement.
- Change the sign to get the magnitude of the number, invert the binary number and add 1
- Convert to decimal.
Transistor based design
nMOS conducts on 1 and not on 0
cMOS does not conduct on 1, but does connect on 0
Boolean algebra symbols
Not ‘
Or +
And &
Literal
An appearance of a variable in either true or complemented form a’ or a
Variable
Represents a quantity (1 or 0)
Product term
Product of literals
Sum of products
An equation written as an ORing of product terms
abc’ + abc
Not correct form:
(ab + ab’)’
Communicative property
a + b = b + a
a * b = b * a
Distributive
a * ( b + c ) = a * b + a * c
a + (b * c) = (a + b)*(a + c)
Associative
(a + b) + c = a + (b + c)
a * b) * c = a * (b * c
Identity
a + 0 = a
1 * a = a
Complement
a + a’ = 1
a * a’ = 0
Idepotent
a + a = a
a * a = a