Introduction to computing systems ---------------------------------------------------------------------------- Assignment A03: Pages 82-91, Exercises 3.1, 3.10, 3.13-14, 3.23, and 3.32 ---------------------------------------------------------------------------- 3.1 In the following table, write whether each type of transistor will act as an open circuit or a closed circuit. ------------------------ n-type p-type -------- ------ ------ Gate = 1 Gate = 0 ------------------------ 3.10 Fill in the truth table for a two-input NOR gate. ------------- A B (A NOR B) - - --------- 0 0 0 1 1 0 1 1 ------------- 3.13 How many output lines will a five-input decoder have? 3.14 How many output lines will a 16-input multiplexer have? How many select lines will this multiplexer have? 3.23 Given the logic circuit in Figure 3.38, http://www.c-jump.com/bcc/c261c/Labs/Figure_3_38.png fill in the truth table for the output value Z. ------- A B C Z - - - - 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 ------- 3.32 Distinguish between a memory address and the memory's addressability.