________ is a technique that involves breaking a program into logical segments and keeping only the currently needed segment in memory at any one time.
a) Caching
b) Swapping
c) Dynamic programming
d) Creating overlays
d) Creating overlays
You might also like to view...
Studies have shown that more than 25 percent of all business worksheets have errors.
Answer the following statement true (T) or false (F)
The default display of gridlines in Excel is to display the major gridlines and hide the minor gridlines
Indicate whether the statement is true or false
Critical Thinking QuestionsCase 9-2Another colleague shares the following code with you:Dim strEmployees(50) As String' Later in the codeReDim strEmployees(65).Which of the following is NOT true based on what you see in your colleague's code? a. The strEmployees array originally is sized to hold 51 values.c. If the array had been redimensioned to a smaller size, your colleague would not lose the items between the original upper-bound array size and the new smaller upper-bound array size.b. The strEmployees array is reinitialized to hold 66 values.d. When the array is redimensioned, all the data contained in the array is lost.
What will be an ideal response?
The data in a database is independent of programs that access that data.
Answer the following statement true (T) or false (F)