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