Digital Systems Flashcards
1
Q
A
2
Q
A
The circuit is a 2-bit binary adder with the carry-in equal to zero. In base two, 010 + 011 + 000 = 101 (in base ten, 2 + 3 + 0 = 5).
C
3
Q
A
4
Q
A
5
Q
A
6
Q
A
7
Q
A
8
Q
A
9
Q
A
10
Q
A
11
Q
A
Since this is a logic (Boolean) expression, the result must be either TRUE or FALSE, which can be represented as either “1” or “0”.
Using the rules asociated with the order of precedence, the logic expression can be reformulated as
12
Q
A
13
Q
A
14
Q
A
15
Q
What is a minterm associated with?
(A). SOP
(B). POS
What is a maxterm associated with?
(A). SOP
(B). POS
A
A minterm are all of the “1”s in a truth table. These form a Sum of Products(SOP)
A maxterm are all of the “0”s in a truth table. These form a Product of Sums(POS)