Answer:
Step-by-step explanation:
General Cost Calculation for I/O Operations:
1- Cost of Block Reads:
- Given the cost of a block read is 400000MB, and there are several seeks involved, the cost can be calculated as follows:
Cost of Block Read
Number of Seeks
×
Seek Time
+
Transfer Time
Cost of Block Read=Number of Seeks×Seek Time+Transfer Time
Plug in the values to get the total cost.
2- costs of block writes
Similar to block reads, if there are block writes involved, the cost can be calculated using a similar formula.
Example Calculation:
Let's assume you are calculating the cost for Tree n1:
Cost of Block Read (Tree n1)
=7955*Seek Time+0.112 milliseconds
Cost of Block Read (Tree n1)=7955×Seek Time+0.112milliseconds
You would need to use the specific values provided for the seek time.
Repeat the process for other trees if needed.