Computer Science And Engineering

Computer Science And EngineeringOperating Systems (OS)Numerical Answer (NAT)2 Marks
Q3.

A disk of size 512512M bytes is divided into blocks of 6464K bytes. A file is stored in the disk using linked allocation. In linked allocation, each data block reserves 44 bytes to store the pointer to the next data block. The link part of the last data block contains a NULLNULL pointer (also of 44 bytes). Suppose a file of 11M bytes needs to be stored in the disk. Assume, 1K=2101\text{K} = 2^{10} and 1M=2201\text{M} = 2^{20}. The amount of space in bytes that will be wasted due to internal fragmentation is ______. (Answer in integer)

A
65468