memory managment Flashcards
1
Q
what is virtual memory
A
when RAM runs out virtual memory temporarily transfers data from RAM and stores it to disk storage to free up ram space.x
2
Q
what is paging
A
splitting up a program into equally sized blocks of data .(these then allow for virtual memory to be used using them)
3
Q
what is segmentation
A
splitting up of memory into logical sized divisions.
4
Q
what is the main problem with paging seg and virtual memoery
A
disk thrashing , this is when the computer freezes as a result of pages being swapped to frequently.