Computer Science, asked by premnitnaware1511, 11 months ago

What is Small but high speed storage area in modern CPU?

Answers

Answered by shilpinandi1972
0

Answer:

L1 chache is the fastest and smallest storage

Answered by Mukeshgorain338
3

Answer:

Register

Explanation:

A special, high-speed storage area within the CPU. All data must be represented in a register before it can be processed. For example, if two numbers are to be multiplied, both numbers must be in registers, and the result is also placed in a register. (The register can contain the address of a memory location where data is stored rather than the actual data itself.)

The number of registers that a CPU has and the size of each (number of bits) help determine the power and speed of a CPU. For example a 32-bit CPU is one in which each register is 32 bits wide. Therefore, each CPU instruction can manipulate 32 bits of data.

Usually, the movement of data in and out of registers is completely transparent to users, and even to programmers. Only assembly language programs can manipulate registers. In high-level languages, the compiler is responsible for translating high-level operations into low-level operations that accessregisters.

Similar questions