A. समान संसाधन पर कई निष्पादन धाराओं की समय आधारित सॉफ्टवेयर समस्या/A timing based software issue with multiple execution streams sharing a resource
Step 1
Concept
A race condition is related to software coordination. For exams focus on shared resource and timing order.
Step 2
Why this answer is correct
The correct answer is A. समान संसाधन पर कई निष्पादन धाराओं की समय आधारित सॉफ्टवेयर समस्या / A timing based software issue with multiple execution streams sharing a resource. A race condition is related to software coordination. For exams focus on shared resource and timing order.
Step 3
Exam Tip
रेस कंडीशन सॉफ्टवेयर के समन्वय से जुड़ी समस्या है। परीक्षा में साझा संसाधन और समय क्रम पर ध्यान दें।
A. प्रोग्राम द्वारा ली गई मेमोरी सही समय पर वापस न छोड़ना/A program not releasing used memory at the right time
Step 1
Concept
A memory leak is a software fault that can increase RAM use. For exams see how software faults affect hardware resources.
Step 2
Why this answer is correct
The correct answer is A. प्रोग्राम द्वारा ली गई मेमोरी सही समय पर वापस न छोड़ना / A program not releasing used memory at the right time. A memory leak is a software fault that can increase RAM use. For exams see how software faults affect hardware resources.
Step 3
Exam Tip
मेमोरी लीक सॉफ्टवेयर दोष है जो रैम उपयोग बढ़ा सकता है। परीक्षा में सॉफ्टवेयर दोष का हार्डवेयर संसाधन पर प्रभाव देखें।
A. ऐप चलते चलते लगातार अधिक रैम लेने लगे/App gradually keeps taking more RAM while running
Step 1
Concept
A memory leak is a software problem that can increase RAM use. For exams understand software fault and hardware resource effect.
Step 2
Why this answer is correct
The correct answer is A. ऐप चलते चलते लगातार अधिक रैम लेने लगे / App gradually keeps taking more RAM while running. A memory leak is a software problem that can increase RAM use. For exams understand software fault and hardware resource effect.
Step 3
Exam Tip
मेमोरी लीक सॉफ्टवेयर समस्या है जो रैम उपयोग बढ़ा सकती है। परीक्षा में सॉफ्टवेयर दोष और हार्डवेयर संसाधन प्रभाव समझें।
A. ऐप सही बटन दबाने पर भी गलत परिणाम दिखा रहा है/An app shows wrong result even after pressing the correct button
Step 1
Concept
Showing a wrong result can be a program error. For exams treat logic or instruction errors as software bugs.
Step 2
Why this answer is correct
The correct answer is A. ऐप सही बटन दबाने पर भी गलत परिणाम दिखा रहा है / An app shows wrong result even after pressing the correct button. Showing a wrong result can be a program error. For exams treat logic or instruction errors as software bugs.
Step 3
Exam Tip
गलत परिणाम देना प्रोग्राम की त्रुटि हो सकती है। परीक्षा में लॉजिक या निर्देश की गलती को सॉफ्टवेयर बग मानें।