What is the process called that allows memory pages to be written to disk when physical memory is low and read back into physical memory when needed?
A. swap page
B. page limiting
C. paging
D. memory file
Answer: C
Computer Science & Information Technology
You might also like to view...
?Testing two or more programs that depend on each other is called _____.
A. ?integration testing B. ?unit testing C. ?acceptance testing D. ?system testing
Computer Science & Information Technology
Visual Basic 2017 allows you to change a TextBox object to another ____ object of your choice.
A. Toolkit B. Navigation C. Dynamic D. Toolbox
Computer Science & Information Technology
A penny is tossed and a die is rolled.What is the probability of tossing a tail and rolling a 5?
What will be an ideal response?
Computer Science & Information Technology
The sorted array-based implementation of the tableInsert operation is ______.
a) O(1) b) O(log n) c) O(n) d) O(n2)
Computer Science & Information Technology