Multiple choice

While designing a file, there is/are ______ important thing(s).

  1. one

  2. two

  3. three

  4. four

Reveal answer Fill a bubble to check yourself
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.