One assertion that locality is based on is that as a function of time, the probability that a given unit of memory is referenced tends to change __________.

A. slowly
B. rapidly
C. dramatically
D. not at all

A. slowly

Computer Science & Information Technology

You might also like to view...

Two-way firewalls provide protection against unauthorized ______ and ______ traffic

a. Malware b. Virus c. Outbound d. Inbound

Computer Science & Information Technology

Assuming a linked list of n nodes, the C++ statements

Node *cur = head; while (cur != null) { cout << curr->item << endl; cur = cur->next; } // end while require ______ assignment(s). a. n b. n – 1 c. n + 1 d. 1

Computer Science & Information Technology