The structure of a file is based on small units which from that unit in the ascending order takes the form of a file. The description of these small units are as follows- We know that the base of gathering information in a computer is 0 or 1. This 0 or 1 is called bit which is an abbreviated form of Binary Digit and a group of 4 bits is called nibble and a group of 8 bits is called byte. One letter of the text we put on the screen through input device, is called byte. It means byte is supposed to be the smallest unit of a file. Data element is known as database management system or in the common language of computer we call it field. The combination formed by the data elements related to some specific object is called record. A file is constituted of the groups of similar records. It means, a file can be described as a group of similar sorts of records. The size of the file has a limit which depends upon the available space in the storage medium used by you. Database is called a g...