Explanation : Type of mapping is direct map; for this direct map, 10 bits are required in its Tag. It is updated to 16 way set Associative map then new tag field size = 10 + log2 16 = 14 bits, because for k way set associative map design, log2 k bits are additionally required to the number of bits in tag field for Direct map design.