__________ refers to when a data location is accessed, it is likely that in the near future additional instructions will be fetched from that same memory unit.

A. Instruction temporal locality
B. Data temporal locality
C. Instruction spatial locality
D. Data spatial locality


B. Data temporal locality

Computer Science & Information Technology

You might also like to view...

A thread uses________to monitor the state of an object or to be notified when an event occurs.

a) a condition variable. b) another thread. c) a semaphore. d) None of the above.

Computer Science & Information Technology

A link is created by using ____ tags and is called an anchor element.

A. B. C. D.

Computer Science & Information Technology

Case 6-1 Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces. Chris knows the exact number of repetitions he needs the loop to execute. Which of the following is the best choice for him?

A. top-controlled Do While B. bottom-controlled Do Until C. bottom-controlled Do While D. For…Next

Computer Science & Information Technology

A JavaScript function is a block of code that adds dynamic content, such as rollovers or interactive forms to a web page.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology