Assume that a disk has 256 tracks, with each track having 64 sectors and each sector is of size 4M. The cluster size in this system can be assumed to be 4 sectors. A file having the name MCS012.txt is of size 128 M. Assume that disk has 16 free - continuous clusters of 8sectors each. How can this file be allotted space on the disk? Also show the content of FAT after the space allocation to this file. You may make suitable assumptions.
Write a program that use the concept of jumping to perform one operation either ‘+’,
‘-’, ‘*’ or ‘/’ on any two user defined variable. Make separate function for each operation.
Use proper string messages to make your program readable.