InterviewSolution
| 1. |
What Are Memory Segments? |
|
Answer» A segmented memory model divides the system memory into groups of independent segments referenced by pointers located in the segment REGISTERS. Each segment is used to contain a specific type of DATA. One segment is used to contain instruction codes, another segment stores the data elements, and a third segment keeps the program stack. In the light of the above discussion, we can specify VARIOUS memory segments as −
A segmented memory model divides the system memory into groups of independent segments referenced by pointers located in the segment registers. Each segment is used to contain a specific type of data. One segment is used to contain instruction codes, another segment stores the data elements, and a third segment keeps the program stack. In the light of the above discussion, we can specify various memory segments as − |
|