the CPU does not consist of
Answers
Answer:
Primary Storage (RAM) is not a part of CPU. CPU consists of Register (Memory Location), ALU and Control Unit.
Answer:
A central processing unit (CPU), also called the central processor, main processor or just processor, is electronic circuitry that executes instructions comprising the computer program. The CPU performs basic arithmetic, logic, controlling, and the input/output (I/O) operations specified by the instructions in program. This contrasts with external components such as the main memory and I/O circuitry, and specialized processors such as the graphics processing units (GPUs).
The form, design, and the implementation of CPUs have changed over time, but their fundamental operation do remains almost unchanged. Principal components of a CPU include arithmetic–logic unit (ALU) that performs arithmetic and the logic operations, processor registers that supply operands to the ALU and the store the results of ALU operations, and a control unit that orchestrates fetching (from memory), decoding and execution (of the instructions) by directing the coordinated operations of the ALU, registers and the other components.
#SPJ3