Quiz-1
Q 1. What type of memory stores data in a swap file on a hard drive? / हार्ड ड्राइव पर स्वैप फाइल में किस प्रकार की मेमोरी डेटा स्टोर करती है?
- Secondary memory
- Virtual memory
- Low memory
- RAM
Q 2. The heads of the magnetic disk are attached to a ..... that moves all the heads as a unit. / चुंबकीय डिस्क के शीर्ष एक ..... से जुड़े होते हैं जो सभी सिरों को एक इकाई के रूप में घुमाते हैं।
- spindle
- disk arm
- track
- none of the mentioned
Q 3. What type of scheduling is round-robin scheduling? / राउंड-रॉबिन शेड्यूलिंग किस प्रकार का शेड्यूलिंग है?
- Linear data scheduling
- Non-linear data scheduling
- Preemptive scheduling
- Non-preemptive scheduling
Q 4. Which type of structure is used by directories to store files? फ़ाइलों को स्टोर करने के लिए निर्देशिका द्वारा किस प्रकार की संरचना का उपयोग किया जाता है?
- Sequential
- Unorganized
- Sorted
- Hierarchical
Q 5. The degree of multi-programming is:/मल्टी प्रोग्रामिंग की डिग्री है:
- the number of processes executed per unit time/प्रति यूनिट समय निष्पादित प्रक्रियाओं की संख्या
- the number of processes in the ready queue/तैयार कतार में प्रक्रियाओं की संख्या
- the number of processes in the I/O queue/ I/O कतार में प्रक्रियाओं की संख्या
- the number of processes in memory/स्मृति में प्रक्रियाओं की संख्या
Q 6. Which system call returns the process identifier of a terminated child? / कौन सा सिस्टम कॉल टर्मिनेटेड चाइल्ड का प्रोसेस आइडेंटिफायर लौटाता है?
- wait
- exit
- fork
- get
Q 7. The state of a process is defined by:/एक प्रक्रिया की स्थिति __ द्वारा परिभाषित की जाती है
- the activity just executed by the process/गतिविधि सिर्फ प्रक्रिया द्वारा निष्पादित
- the final activity of the process/प्रक्रिया की अंतिम गतिविधि
- the activity to next be executed by the process/अगली गतिविधि को प्रक्रिया द्वारा निष्पादित किया जाएगा
- the current activity of the process/प्रक्रिया की वर्तमान गतिविधि
Q 8. A process can be terminated due to__ / एक प्रोसेस ___के कारण समाप्त किया जा सकता है।
- normal exit
- fatal error
- killed by another process
- All of the above
Q 9. A process stack does not contain./ एक प्रोसेस स्टैक में शामिल नहीं है।
- Local Variables
- Function Parameters
- Return Addresses
- PID of Child Process
Q 10. What is the ready state of a process?/एक प्रोसेस की रेडी स्टेट क्या है?
- when process is scheduled to run after some execution/जब कुछ निष्पादन के बाद प्रक्रिया को चलाने के लिए निर्धारित किया जाता है
- when process is unable to run until some task has been completed/जब कुछ कार्य पूरा होने तक प्रक्रिया चलने में असमर्थ है
- when process is using the CPU/जब प्रक्रिया CPU का उपयोग कर रही हो
- none of the mentioned