Quiz-1

Q 1. What type of memory stores data in a swap file on a hard drive? / हार्ड ड्राइव पर स्वैप फाइल में किस प्रकार की मेमोरी डेटा स्टोर करती है?

  1. Secondary memory  
  2. Virtual memory 
  3. Low memory
  4. RAM
View Answer Watch Solution Video

Q 2. The heads of the magnetic disk are attached to a ..... that moves all the heads as a unit. / चुंबकीय डिस्क के शीर्ष एक ..... से जुड़े होते हैं जो सभी सिरों को एक इकाई के रूप में घुमाते हैं।

  1. spindle
  2. disk arm
  3. track
  4. none of the mentioned
View Answer Watch Solution Video

Q 3. What type of scheduling is round-robin scheduling? / राउंड-रॉबिन शेड्यूलिंग किस प्रकार का शेड्यूलिंग है?

  1. Linear data scheduling
  2. Non-linear data scheduling
  3. Preemptive scheduling
  4. Non-preemptive scheduling
View Answer Watch Solution Video

Q 4. Which type of structure is used by directories to store files? फ़ाइलों को स्टोर करने के लिए निर्देशिका द्वारा किस प्रकार की संरचना का उपयोग किया जाता है?

  1. Sequential
  2. Unorganized
  3. Sorted
  4. Hierarchical
View Answer Watch Solution Video

Q 5. The degree of multi-programming is:/मल्टी प्रोग्रामिंग की डिग्री है:

  1. the number of processes executed per unit time/प्रति यूनिट समय निष्पादित प्रक्रियाओं की संख्या
  2. the number of processes in the ready queue/तैयार कतार में प्रक्रियाओं की संख्या
  3. the number of processes in the I/O queue/  I/O कतार में प्रक्रियाओं की संख्या
  4. the number of processes in memory/स्मृति में प्रक्रियाओं की संख्या
View Answer Watch Solution Video

Q 6. Which system call returns the process identifier of a terminated child? / कौन सा सिस्टम कॉल टर्मिनेटेड चाइल्ड का प्रोसेस आइडेंटिफायर लौटाता है?

  1. wait
  2. exit
  3. fork
  4. get
View Answer Watch Solution Video

Q 7. The state of a process is defined by:/एक प्रक्रिया की स्थिति __ द्वारा परिभाषित की जाती है

  1. the activity just executed by the process/गतिविधि सिर्फ प्रक्रिया द्वारा निष्पादित
  2. the final activity of the process/प्रक्रिया की अंतिम गतिविधि
  3. the activity to next be executed by the process/अगली गतिविधि को प्रक्रिया द्वारा निष्पादित किया जाएगा
  4. the current activity of the process/प्रक्रिया की वर्तमान गतिविधि
View Answer Watch Solution Video

Q 8. A process can be terminated due to__ / एक प्रोसेस ___के कारण समाप्त किया जा सकता है।

  1. normal exit
  2. fatal error
  3. killed by another process
  4. All of the above
View Answer Watch Solution Video

Q 9. A process stack does not contain./ एक प्रोसेस स्टैक में शामिल नहीं है।

  1. Local Variables
  2. Function Parameters
  3. Return Addresses
  4. PID of Child Process
View Answer Watch Solution Video

Q 10. What is the ready state of a process?/एक प्रोसेस की रेडी स्टेट क्या है?

  1. when process is scheduled to run after some execution/जब कुछ निष्पादन के बाद प्रक्रिया को चलाने के लिए निर्धारित किया जाता है
  2. when process is unable to run until some task has been completed/जब कुछ कार्य पूरा होने तक प्रक्रिया चलने में असमर्थ है
  3. when process is using the CPU/जब प्रक्रिया CPU का उपयोग कर रही हो
  4. none of the mentioned
View Answer Watch Solution Video