The name for: tendency of a program to reference memory addresses that are near those that were recently accessed (because of sequential process- ing of instructions, and, sometimes, sequential processing of data structures).
Responda
Spatial locality
Temporal locality
Questão 6
Questão
The name for: tendency of a program to access the same memory addresses in the near future that it accessed in the recent past (because of loops).
Responda
Spatial locality
Temporal locality
Questão 7
Questão
argv and environ contains pointers that are terminated with NULL characters
Responda
True
False
Questão 8
Questão
The stack grows upward toward higher memory addresses
Responda
True
False
Questão 9
Questão
The heap grows upward toward higher memory addresses
Responda
True
False
Questão 10
Questão
Where is argv and environ located in a vertical view of a processes virtual memory space?