________ strategies determine which pieces of data to remove from main memory to free space for a new process.

a) Fetch
b) Placement
c) Replacement
d) both a and c

c) Replacement

Computer Science & Information Technology

You might also like to view...

You can replace the items in anArray with those of newArray with the following operation: ____.

A. anArray[] = newArray[]; B. anArray = newArray; C. anArray[] == newArray[]; D. anArray == newArray;

Computer Science & Information Technology

How many elements can be stored in the following array? float salaries [4] [3] [50];

What will be an ideal response?

Computer Science & Information Technology