Sometimes a process must give up some of its memory space allocation to another process. The
process has some of its pages in RAM paged out. Which two statements accurately describe this
paging process? (Choose two.)
A.
All the modified data memory pages of a process are moved to a swap area.
B.
Selected anonymous memory pages that contain private data or stack information are placed in
a swap area.
C.
Unchanged file system pages are NOT placed in swap areas because file system data exist as
permanent storage.
D.
The size of a memory page is fixed and is based on the architecture of the machine running
Solaris 10 OS (8192 bytes for SPARC, 4096 bytes for x86 platforms).