A CPU feature that guesses which way a branch (e.g., an if-statement) will go to improve performance. Used in processors to increase instruction execution speed.
Example:
Modern CPUs use branch prediction to make code run faster during complex calculations.