Concept-wise Practice

file lock MCQ Questions for Class 9

file lock se related questions ko ek jagah revise karein. Har question me bilingual content, answer feedback aur explanation available hai.

Practice Questions

3 questions tagged with file lock.

यदि ऑपरेटिंग सिस्टम किसी फाइल को उपयोग में बता रहा हो तो उसे हटाने से पहले क्या करना चाहिए?

What should be done before deleting a file that the operating system reports as in use?

Explanation opens after your attempt
Correct Answer

A. उस फाइल का उपयोग करने वाला प्रोग्राम बंद करनाClose the program using the file

Step 1

Concept

An open file may be locked by a process. Close the related program safely in exams.

Step 2

Why this answer is correct

The correct answer is A. उस फाइल का उपयोग करने वाला प्रोग्राम बंद करना / Close the program using the file. An open file may be locked by a process. Close the related program safely in exams.

Step 3

Exam Tip

खुली फाइल को कोई प्रक्रिया लॉक कर सकती है। परीक्षा में संबंधित प्रोग्राम सुरक्षित रूप से बंद करें।

Open Question Page
Ask Friends

फाइल ताले का मुख्य उद्देश्य क्या है?

What is the main purpose of a file lock?

Explanation opens after your attempt
Correct Answer

D. एक साथ विरोधी लेखन को रोकनाPrevent conflicting simultaneous writes

Step 1

Concept

A file lock can prevent uncontrolled simultaneous modifications. Distinguish it from general permissions.

Step 2

Why this answer is correct

The correct answer is D. एक साथ विरोधी लेखन को रोकना / Prevent conflicting simultaneous writes. A file lock can prevent uncontrolled simultaneous modifications. Distinguish it from general permissions.

Step 3

Exam Tip

फाइल ताला एक समय में अनियंत्रित बदलावों को रोक सकता है। परीक्षा में इसे सामान्य अनुमति से अलग समझें।

Open Question Page
Ask Friends

यदि कोई फाइल खुली होने पर दूसरा कार्यक्रम उसे बदल नहीं पाता तो संभावित कारण क्या है?

What is a likely reason when a second program cannot modify a file that is already open?

Explanation opens after your attempt
Correct Answer

C. पहले कार्यक्रम ने फाइल पर ताला लगाया हैThe first program has placed a lock on the file

Step 1

Concept

A file lock can prevent conflicting simultaneous writes. Distinguish file locking from general permission issues.

Step 2

Why this answer is correct

The correct answer is C. पहले कार्यक्रम ने फाइल पर ताला लगाया है / The first program has placed a lock on the file. A file lock can prevent conflicting simultaneous writes. Distinguish file locking from general permission issues.

Step 3

Exam Tip

फाइल ताला एक साथ विरोधी लेखन को रोक सकता है। परीक्षा में इसे अनुमति समस्या और फाइल ताले से अलग अलग जाँचें।

Open Question Page
Ask Friends