Computer Science, asked by bhavyagarg6650, 1 year ago

1 point the correct sequence of memory access while running a computer program is

Answers

Answered by clue
0

The correct sequence is any that works and is valid. This is usually based of performance;

  • Cache
  • Size
  • Alignment

Temporary local copies are for convenience and maybe performance

Similar questions