While designing a file, there is/are ______ important thing(s).
C
Correct answer
Explanation
File design typically involves three critical considerations: the logical structure (how the user sees the data), the physical organization (how data is stored on the disk), and the access method (how data is retrieved). These three pillars ensure that the file system is efficient and meets the requirements of the application. This classification is a standard concept in classical system programming textbooks.