1.2.1.2 Memory Management Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Memory Management?

A
  • The efficient organisation and allocation of main memory to the programs in use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some forms of Memory Management?

A
  • Paging
  • Segmentation
  • Virtual Memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Paging?

A
  • Partitioning memory into fixed size physical divisions called pages.
  • Processes in memory will be assigned an appropriate number of pages.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Segmentation?

A
  • Partitioning memory into variable sized logical divisions called segments.
  • A large program can be executed by consecutively running its segments.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Virtual Memory?

A
  • An allocated area of secondary storage where pages of inactive jobs are swapped into to free up enough RAM for the current job.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly