View Questions with Strategies
View Questions with Solutions
(Theorems of Boolean algebra) Give proofs to the following theorems.
(Theorems and proofs) Using truth tables, prove the validity of the following identies.
(Boolean functions) Derive truth tables for the following Boolean functions.
(Boolean algebra) Prove by algebraic manipulation that the following expressions are equivalent.
(Algebraic manipulation) Minimize the number of operators in the following Boolean expressions.
(Boolean implementations) Implement the XOR function by means of:
(Boolean implementations) Implement x XOR y XOR z using the components in the basic logic library presented in Table 3.14. Find the implementation that has:
(Logic Libraries) Using the basic logic library presented in Table3.14, implement the full subtractor that is specified by the following table:
Xi Yi Bi | Bi+1 Di
------------------------------
0 0 0 | 0 0
0 0 1 | 1 1
0 1 0 | 1 1
0 1 1 | 1 0
1 0 0 | 0 1
1 0 1 | 0 0
1 1 0 | 0 0
1 1 1 | 1 1
Find the implementation that has:
(Logic Libraries) Redo Problem 3.15 using only the gates that are given in Table 3.15 and 3.16
(Logic Libraries) Redo Problem 3.15 using any of the standard logic gates that are given in Table 3.14, 3.15 and 3.16
(Gate arrays) Using a 3-input NAND gates, derive a logic schematic of a: