You want to sort a 100 GB (1GB = 10^9 bytes) file that consists of 50 000 blocks using Two Phase Multiway Merge Sort. Your main memory can fit 3200 blocks.
How many I/O-operations does it take to sort this file?
What is the exact maximum file size that can be sorted? Provide your answer with two decimal places.