the most preferred method of swapping a process is a) to swap using the file system. b) to copy an entire file to swap space at process startup and then perform demand paging from the swap space. c) to demand-page from the file system initially but to write the pages to swap space as they are replaced. d) none of the above.