A. Only one file at a time एक समय में केवल एक फ़ाइल
B. Many files at a time एक बार में कई फाइलें
C. Only two files at a time एक बार में केवल दो फाइलें
D. None of the above इनमे से कोई भी नहीं
Correct Answer is :
A. Only one file at a time
Explanation
A File Management System (FMS) is designed to work with individual files.
It typically accesses records from one file at a time, unlike a Database Management System (DBMS), which can access data from multiple files/tables simultaneously using queries.