InterviewSolution
Saved Bookmarks
| 1. |
The splitting of input until each partition of the build input fits the memory is called as ______(a) Temporary partitioning(b) Block partitioning(c) Recursive partitioning(d) Byte partitioning |
|
Answer» The correct answer is (c) Recursive partitioning The best explanation: The splitting of input until each partition of the build input fits the memory is called as recursive partitioning. |
|