a computer is built up from layers of components, like a cpu, logic circuits, logic gates, and transistors…

a computer is built up from layers of components, like a cpu, logic circuits, logic gates, and transistors. which of these is the best description of a logic gate? choose 1 answer: a it receives data from input devices, processes & stores it, and sends results to output devices. b it converts an electrical signal into a 0 or 1 based on the amount of voltage going through it. c it outputs 0 or 1 based on input values and a boolean function. d it outputs a 0 or 1 based on the combination of multiple logic gates.
Answer
Brief Explanations:
A logic gate is a fundamental building - block of digital circuits. It operates on binary inputs (0s and 1s) and produces a binary output based on a Boolean function. Option A describes the function of a CPU. Option B describes the function of a transistor in a simple way related to voltage - to - binary conversion. Option D is incorrect as it describes the output of a combination of logic gates rather than a single logic gate.
Answer:
C. It outputs 0 or 1 based on input values and a Boolean function.