Back to Questions
SSC Computer Science
QUESTION #1125
Question 1
Which optimization method involves minimizing the memory access count in a program?
Correct Answer Explanation
Register allocation is the process of assigning a large number of target program variables onto a small number of CPU registers to minimize slow memory accesses.
Sign in to join the conversation and share your thoughts.
Log In to Comment