Ask Question
30 December, 04:50

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. 30 December, 06:25
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers