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).
Respuesta
Spatial locality
Temporal locality
Pregunta 6
Pregunta
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).
Respuesta
Spatial locality
Temporal locality
Pregunta 7
Pregunta
argv and environ contains pointers that are terminated with NULL characters
Respuesta
True
False
Pregunta 8
Pregunta
The stack grows upward toward higher memory addresses
Respuesta
True
False
Pregunta 9
Pregunta
The heap grows upward toward higher memory addresses
Respuesta
True
False
Pregunta 10
Pregunta
Where is argv and environ located in a vertical view of a processes virtual memory space?