Computer Organization and Design MCQs
1) The output of a combinational block depends only on the current ___________. A) input B) output C) value D) logic Correct Ans: input 2) For a logic block with n inputs, there are _________ entries in the truth table. A)16 n B) 2 n C) 4 n D) 8 n Correct Ans: 2n 3) The result of an OR operator is ____________ if either of the variables is 1. A) 4 B) 2 C) 1 D) 0 Correct Ans: 1 4) The logical function ___________ is implemented with an inverter that always has a single input. A) NOT B) OR C) AND D) NOR Correct Ans: NOT 5) One logic block that we will use in building larger components is a ______________. A) latch B) registers C) multiplexers D) decoder Correct Ans: decoder 6) ____________ can be created with an arbitrary number of data inputs. A) latch B) registers C) multiplexers D) decoder Correct Ans: Multiplexors 7) The adder created by directly linking the carries of 1-bit adders is called a _______________. A) ripple carry adder B) half add...