* update 105-memory-management * Update content/roadmaps/101-backend/content/102-os-general-knowledge/105-memory-management.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
ca1213a17c
commit
3230164402
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
|||||||
# Memory management |
# Memory Management |
||||||
|
|
||||||
|
The term Memory can be defined as a collection of data in a specific format. It is used to store instructions and process data. The memory comprises a large array or group of words or bytes, each with its own location. The primary motive of a computer system is to execute programs. These programs, along with the information they access, should be in the main memory during execution. The CPU fetches instructions from memory according to the value of the program counter. |
||||||
|
|
||||||
|
To achieve a degree of multiprogramming and proper utilization of memory, memory management is important. There are several memory management methods, reflecting various approaches, and the effectiveness of each algorithm depends on the situation. |
||||||
|
|
||||||
|
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://dev.to/deepu105/demystifying-memory-management-in-modern-programming-languages-ddd'>Demystifying memory management in modern programming languages</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.geeksforgeeks.org/memory-management-in-operating-system/'>Memory Management in Operating System |
||||||
|
</BadgeLink> |
||||||
|
Loading…
Reference in new issue