DIT Level 1 Computer Systems Architecture I - June Final Examination 2016
DIT Level 1 Computer Systems Architecture I - June Final Examination 2016
INSTRUCTIONS TO CANDIDATES
QUESTION FOUR
Using K-map techniques, design the logic circuit to implement Function X using NAND logic
Only, given that function X = f (A, B, C, D), and X is a Majority function, meaning that the
output is True only when two or more of the input variables are True otherwise the output is
false for any other combination of the inputs.
(Total 20 Marks)
QUESTION FIVE
QUESTION SEVEN
A circuit has four inputs, A, B, C, D, representing the sixteen natural binary integers from
0000 (0) to 1111 (15). A is the most significant bit and D is the least significant bit. The
output of the circuit, F, is true is the input is divisible by a multiple of 4, 5, 6, or 7, with the
exception of 15, in which case the output is false. Zero is not divisible by 4, 5, 6, or 7.