In a relocatable dynamic partition scheme, the ____ ensures that, during execution, a program won’t try to access memory locations that don’t belong to it.

Respuesta :

Answer:

bounds register

Explanation:

A bound register is a device which stores the upper and lower bounds on addresses in the memory of a given computer program in a time-sharing system.

Cheers