Home MCQs SSC Computer Science Question #1125
Back to Questions
SSC Computer Science QUESTION #1125
Question 1
Which optimization method involves minimizing the memory access count in a program?
  • Constant folding
  • Register allocation✔️
  • Instruction scheduling
  • None of these
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.