D. जब कार्यक्रम लंबे समय से प्रतिक्रिया न दे और सामान्य तरीके से बंद न हो/When the program remains unresponsive and cannot be closed normally
Step 1
Concept
Force-closing is appropriate when normal closing fails. Remember the risk to unsaved data.
Step 2
Why this answer is correct
The correct answer is D. जब कार्यक्रम लंबे समय से प्रतिक्रिया न दे और सामान्य तरीके से बंद न हो / When the program remains unresponsive and cannot be closed normally. Force-closing is appropriate when normal closing fails. Remember the risk to unsaved data.
Step 3
Exam Tip
बलपूर्वक बंद करना तभी उचित है जब कार्यक्रम सामान्य तरीके से बंद न हो। परीक्षा में असहेजे डेटा के जोखिम को याद रखें।
D. असहेजित डेटा खो सकता है/Unsaved data may be lost
Step 1
Concept
Force-closing does not give the application a chance to save data. Use it as a last resort.
Step 2
Why this answer is correct
The correct answer is D. असहेजित डेटा खो सकता है / Unsaved data may be lost. Force-closing does not give the application a chance to save data. Use it as a last resort.
Step 3
Exam Tip
बलपूर्वक बंद करने पर अनुप्रयोग को डेटा सहेजने का अवसर नहीं मिलता। इसे अंतिम उपाय के रूप में उपयोग करें।
D. जब उसमें असहेजे बदलाव मौजूद हों/When unsaved changes are present
Step 1
Concept
Force-closing may not allow the application to save changes. First wait and try normal closing.
Step 2
Why this answer is correct
The correct answer is D. जब उसमें असहेजे बदलाव मौजूद हों / When unsaved changes are present. Force-closing may not allow the application to save changes. First wait and try normal closing.
Step 3
Exam Tip
बलपूर्वक बंद करने पर अनुप्रयोग सहेजने का अवसर नहीं दे सकता। परीक्षा में पहले प्रतीक्षा और सामान्य बंद विकल्प चुनें।
D. प्रोग्राम किसी भारी प्रक्रिया में व्यस्त हो सकता है और बाद में प्रतिक्रिया दे सकता है/The program may be busy with a heavy process and respond later
Step 1
Concept
Temporary busyness should not immediately be treated as permanent failure. Choose the safe initial step in exams.
Step 2
Why this answer is correct
The correct answer is D. प्रोग्राम किसी भारी प्रक्रिया में व्यस्त हो सकता है और बाद में प्रतिक्रिया दे सकता है / The program may be busy with a heavy process and respond later. Temporary busyness should not immediately be treated as permanent failure. Choose the safe initial step in exams.
Step 3
Exam Tip
अस्थायी व्यस्तता को स्थायी विफलता नहीं मानना चाहिए। परीक्षा में सुरक्षित प्रारंभिक कदम चुनें।
C. असहेजित डेटा खो सकता है/Unsaved data may be lost
Step 1
Concept
Force-closing does not allow an application to save normally. Therefore unsaved changes may be lost.
Step 2
Why this answer is correct
The correct answer is C. असहेजित डेटा खो सकता है / Unsaved data may be lost. Force-closing does not allow an application to save normally. Therefore unsaved changes may be lost.
Step 3
Exam Tip
बलपूर्वक बंद करने पर अनुप्रयोग को सामान्य सहेजने का अवसर नहीं मिलता। इसलिए असहेजित परिवर्तन खो सकते हैं।