Introduction to Operating System Question Answer

A file management system can typically access records from


A file management system can typically access records from

एक फ़ाइल प्रबंधन प्रणाली आम तौर पर रिकॉर्ड को एक्सेस कर सकती है
Topic : Introduction to Operating System

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

A. Only one file at a time - एक समय में केवल एक फ़ाइल


Explanation :
<p><span style="font-size: 14px;">A File Management System (FMS) is designed to work with individual files.</span></p><p><span style="font-size: 14px;">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.</span></p>