Zusammenfassung der Ressource
Frage 1
Frage
Which data segments of a process contain global and static variables?
Frage 2
Frage
Was process segment does globBuf reside in?
Frage 3
Frage
What process data segment does primes reside in?
Frage 4
Frage
In what process segment does result (depicted) reside?
Frage 5
Frage
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).
Antworten
-
Spatial locality
-
Temporal locality
Frage 6
Frage
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).
Antworten
-
Spatial locality
-
Temporal locality
Frage 7
Frage
argv and environ contains pointers that are terminated with NULL characters
Frage 8
Frage
The stack grows upward toward higher memory addresses
Frage 9
Frage
The heap grows upward toward higher memory addresses
Frage 10
Frage
Where is argv and environ located in a vertical view of a processes virtual memory space?
Antworten
-
Below kernel mappings (top)
-
Above stack segment
-
Below stack segment
-
Below initialized data segment
-
Above uninitialized data segment
-
Above text segment (bottom)