A. यह सीपीयू को कई निष्पादन धाराएं संभालने दे सकती है/It can let CPU handle multiple execution streams
Step 1
Concept
Multithreading is software design but can affect CPU use. For exams understand relation between software structure and hardware resources.
Step 2
Why this answer is correct
The correct answer is A. यह सीपीयू को कई निष्पादन धाराएं संभालने दे सकती है / It can let CPU handle multiple execution streams. Multithreading is software design but can affect CPU use. For exams understand relation between software structure and hardware resources.
Step 3
Exam Tip
मल्टीथ्रेडिंग सॉफ्टवेयर डिजाइन है लेकिन उसका असर सीपीयू उपयोग पर हो सकता है। परीक्षा में सॉफ्टवेयर संरचना और हार्डवेयर संसाधन संबंध समझें।
A. सॉफ्टवेयर विकास और प्रोग्राम अनुवाद/Software development and program translation
Step 1
Concept
These are software tools that help in creating and running programs. For exams connect them with advanced concepts of system software.
Step 2
Why this answer is correct
The correct answer is A. सॉफ्टवेयर विकास और प्रोग्राम अनुवाद / Software development and program translation. These are software tools that help in creating and running programs. For exams connect them with advanced concepts of system software.
Step 3
Exam Tip
ये प्रोग्राम बनाने और चलाने की प्रक्रिया में मदद करने वाले सॉफ्टवेयर टूल हैं। परीक्षा में इन्हें सिस्टम सॉफ्टवेयर की उन्नत अवधारणा से जोड़ें।
A. अलग अलग कोड भागों को मिलाकर चलने योग्य प्रोग्राम बनाना/To combine different code parts into an executable program
Step 1
Concept
A linker helps in the process of software creation. For exams do not treat it as a hardware device.
Step 2
Why this answer is correct
The correct answer is A. अलग अलग कोड भागों को मिलाकर चलने योग्य प्रोग्राम बनाना / To combine different code parts into an executable program. A linker helps in the process of software creation. For exams do not treat it as a hardware device.
Step 3
Exam Tip
लिंकर सॉफ्टवेयर निर्माण की प्रक्रिया में सहायक होता है। परीक्षा में इसे हार्डवेयर उपकरण न समझें।
A. प्रोग्राम को मेमोरी में चलाने के लिए लोड करना/To load a program into memory for execution
Step 1
Concept
A loader places a program into memory before execution. For exams remember the movement of program from storage to RAM.
Step 2
Why this answer is correct
The correct answer is A. प्रोग्राम को मेमोरी में चलाने के लिए लोड करना / To load a program into memory for execution. A loader places a program into memory before execution. For exams remember the movement of program from storage to RAM.
Step 3
Exam Tip
लोडर प्रोग्राम को चलने से पहले मेमोरी में रखता है। परीक्षा में स्टोरेज से रैम में प्रोग्राम जाने की बात याद रखें।
A. सॉफ्टवेयर घटकों के बीच नियमबद्ध संपर्क का तरीका/A defined way for software components to communicate
Step 1
Concept
An application programming interface helps programs use services. For exams keep it separate from user interface.
Step 2
Why this answer is correct
The correct answer is A. सॉफ्टवेयर घटकों के बीच नियमबद्ध संपर्क का तरीका / A defined way for software components to communicate. An application programming interface helps programs use services. For exams keep it separate from user interface.
Step 3
Exam Tip
एप्लीकेशन प्रोग्रामिंग इंटरफेस प्रोग्रामों को सेवाएं लेने देने में मदद करता है। परीक्षा में इसे यूजर इंटरफेस से अलग रखें।
A. बाइनरी प्रोग्राम और सिस्टम के बीच संगतता नियमों से/Compatibility rules between binary program and system
Step 1
Concept
Application binary interface relates to low level matching of program and system. For exams do not treat it as a normal user screen.
Step 2
Why this answer is correct
The correct answer is A. बाइनरी प्रोग्राम और सिस्टम के बीच संगतता नियमों से / Compatibility rules between binary program and system. Application binary interface relates to low level matching of program and system. For exams do not treat it as a normal user screen.
Step 3
Exam Tip
एप्लीकेशन बाइनरी इंटरफेस निम्न स्तर पर प्रोग्राम और सिस्टम के मेल से जुड़ा है। परीक्षा में इसे सामान्य यूजर स्क्रीन न समझें।
A. प्रोग्राम चलाने के लिए जरूरी सेवाएं उपलब्ध कराना/To provide services needed to run a program
Step 1
Concept
A runtime environment supports a program during execution. For exams understand it as software environment not hardware.
Step 2
Why this answer is correct
The correct answer is A. प्रोग्राम चलाने के लिए जरूरी सेवाएं उपलब्ध कराना / To provide services needed to run a program. A runtime environment supports a program during execution. For exams understand it as software environment not hardware.
Step 3
Exam Tip
रनटाइम वातावरण प्रोग्राम को निष्पादन के समय आवश्यक सहारा देता है। परीक्षा में इसे हार्डवेयर नहीं बल्कि सॉफ्टवेयर परिवेश समझें।
A. किसी प्रोग्राम को चलने के लिए जरूरी अन्य सॉफ्टवेयर घटक/Other software component needed for a program to run
Step 1
Concept
If dependency is missing a program may have trouble running. For exams use library and runtime as examples.
Step 2
Why this answer is correct
The correct answer is A. किसी प्रोग्राम को चलने के लिए जरूरी अन्य सॉफ्टवेयर घटक / Other software component needed for a program to run. If dependency is missing a program may have trouble running. For exams use library and runtime as examples.
Step 3
Exam Tip
डिपेंडेंसी न मिलने पर प्रोग्राम चलने में समस्या आ सकती है। परीक्षा में लाइब्रेरी और रनटाइम को उदाहरण मानें।
A. बदलावों का रिकॉर्ड रखकर डाटा सुरक्षा में मदद करना/To help data safety by keeping a record of changes
Step 1
Concept
Journaling can help repair file system after sudden shutdown. For exams connect it with relation between storage and software structure.
Step 2
Why this answer is correct
The correct answer is A. बदलावों का रिकॉर्ड रखकर डाटा सुरक्षा में मदद करना / To help data safety by keeping a record of changes. Journaling can help repair file system after sudden shutdown. For exams connect it with relation between storage and software structure.
Step 3
Exam Tip
जर्नलिंग अचानक बंद होने पर फाइल सिस्टम सुधार में मदद कर सकती है। परीक्षा में इसे स्टोरेज और सॉफ्टवेयर संरचना के संबंध से जोड़ें।
A. स्टोरेज या फाइल सिस्टम को उपयोग के लिए सिस्टम से जोड़ना/To attach storage or file system to the system for use
Step 1
Concept
After mounting the operating system can access files. For exams do not understand mount only as physical fixing.
Step 2
Why this answer is correct
The correct answer is A. स्टोरेज या फाइल सिस्टम को उपयोग के लिए सिस्टम से जोड़ना / To attach storage or file system to the system for use. After mounting the operating system can access files. For exams do not understand mount only as physical fixing.
Step 3
Exam Tip
माउंटिंग के बाद ऑपरेटिंग सिस्टम फाइलों तक पहुंच सकता है। परीक्षा में माउंट शब्द को केवल भौतिक लगाना न समझें।