958 views
2 votes
2 votes

External sorting is used to sort large files of records. It uses a sort-merge strategy which splits large files to smaller blocks and sorts them and merges the sorted runs. Consider a file of 2048 blocks which is to be sorted with available buffer space of 32 blocks in main memory. The total number of block access is

a)12288

b)10224

c)14446

d)18246

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
sim1234 asked Dec 21, 2018
715 views
Suppose R is a table with 4 attributes A,B, C and D, and S be a table with 3 attributes B, E, F. Now given a particular instance of R and S.S is empty, having no tuples. ...
0 votes
0 votes
0 answers
2
sim1234 asked Dec 17, 2018
403 views
Database that are designed and managed specifically to meet information needs are calledDatabase Management systemData WarehousesTransaction databasesProduction databases...
1 votes
1 votes
1 answer
4
sim1234 asked Dec 26, 2018
708 views
Assuming that a pointer take 4 bytes and the size of an integer is 2 bytes. What is the size of the *a in declaration: int (*a) [10] ? 4802040