EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
*When the writes to a data structure has spatial locality ( they are nearby one another in memory), then they can be made faster.
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Explanation: The spatial aspect of locality of reference tells that the nearby instruction is more likely to be executed in future.
Detailed explanation-2: -Explanation: The cache is said to be inconsistent. Inconsistency must be avoided as it leads to serious data bugs.
There is 1 question to complete.