🎴 Flashcard Mode
programming languages Online Quiz - 199
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which memory component contains data and control information for a server process ?
AnswerClick to flip back
A
Progran Global Area
💡 Explanation:
The Program Global Area (PGA) is a memory region that contains data and control information for a single server process. It is non-shared memory specific to each process, unlike the SGA which is shared across all processes. The PGA contains session-specific variables, sort areas, and other process-private data.