Register

Noun · Development

Definitions

  1. A small, fast storage location inside a CPU used to hold data currently being processed, such as operands, addresses, or instruction results.

    In plain English: A tiny slot inside the processor chip that holds a single piece of data the CPU is actively working on, much faster than RAM.

    Example: "The compiler optimizes hot variables into registers so they never hit main memory."

Related Terms