If a program happens to reference words repeatedly from two different blocks that map into the same line, the blocks will be continually swapped in the cache, and the hit ratio will be low, is a phenomenon known as __________.
A. tagging
B. split caching
C. cache missing
D. thrashing
D. thrashing
Computer Science & Information Technology
You might also like to view...
Can you use the random_shuffle generic algorithm with a list container? What about a vector container? Why or why not?
What will be an ideal response?
Computer Science & Information Technology
The default event-handler method for the ComboBox control is ____.
A. KeyPress( ) B. SelectedIndexChanged( ) C. Click( ) D. Changed( )
Computer Science & Information Technology
On a computer with two or more CPUs, _____ is a technique in which each processor or core works on a different job.
A. ?parallel processing B. ?looped hosting C. ?multiprocessing D. ?file hosting
Computer Science & Information Technology
An array can best be used to replace what type of structure?
A. flowchart B. selection C. sequence D. nested decision
Computer Science & Information Technology