Concept:Trace the logic circuit from left to right and write the Boolean expression for each gate output.Explanation:The first gate is a NAND gate with inputs A and B.So its output is A⋅B.The input C passes through a NOT gate.So the output of the NOT gate is C.These two outputs are connected to an OR gate.Therefore, the OR gate combines them as a logical sum.The final expression becomes:Z=A⋅B+CAnswer:D. Z=A.B+C