Computer Science, asked by Nareshk6891, 10 months ago

Explain the two types of memory management techniques, which are used for allocating memory

Answers

Answered by RishiAEC
1

Answer:

Partition Allocation Methods in Memory Management

Single contiguous allocation: Simplest allocation method used by MS-DOS. ...

Partitioned allocation: Memory is divided in different blocks or partitions. ...

Paged memory management: Memory is divided into fixed sized units called page frames, used in a virtual memory environment.

Answered by smartyaryan143
0

This tutorial will teach you basic concepts related to Memory Management.

Process Address Space. The process address space is the set of logical addresses that a process references in its code. ...

Static vs Dynamic Loading. ...

Static vs Dynamic Linking. ...

Swapping. ...

Memory Allocation. ...

Fragmentation. ...

Paging. ...

Segmentation.

Similar questions