Ask Question
6 October, 01:58

Which of the following exhibit temporal locality: 1. Repetition control flow 2. Linear search on an array of integers 3. Accessing the first element of each row in a 2D array that is heap allocated as an array of arrays

+4
Answers (1)
  1. 6 October, 02:13
    0
    1, 2 and 3

    Explanation:

    Temporary locality occurs when a program accesses an instruction or a data, there is a high probability that this same instruction or data will be accessed again soon.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following exhibit temporal locality: 1. Repetition control flow 2. Linear search on an array of integers 3. Accessing the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers