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

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

Author: Muft Shiksha Editorial Team Published:
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

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

Question me issue ya doubt hai?

Answer, explanation, typing mistake ya suggestion directly hamari team ko bhejein. 📱Helpline (Call / WhatsApp): +91 7272824365

Related Artificial Intelligence Questions

FAQs

Artificial Intelligence Answer, Explanation and Revision Hints

यदि कोई फाइल खुली होने पर दूसरा कार्यक्रम उसे बदल नहीं पाता तो संभावित कारण क्या है? / What is a likely reason when a second program cannot modify a file that is already open?

Correct Answer: C. पहले कार्यक्रम ने फाइल पर ताला लगाया है / The first program has placed a lock on the file. Explanation: फाइल ताला एक साथ विरोधी लेखन को रोक सकता है। परीक्षा में इसे अनुमति समस्या और फाइल ताले से अलग अलग जाँचें। / A file lock can prevent conflicting simultaneous writes. Distinguish file locking from general permission issues.

Which concept should I revise for this Artificial Intelligence MCQ?

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

What exam hint can help solve this Artificial Intelligence question?

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