Quiz-1

Q 1.

$cat  abc, if the requested file does not exist, error will be given by / $cat abc, यदि अनुरोधित फ़ाइल मौजूद नहीं है, तो त्रुटि दी जाएगी

  1. Kernel
  2. Shell
  3. root
  4. None of the above

Q 2.

Which command is used to sort the lines of data in a file in alphabetical order? / फ़ाइल में डेटा की पंक्तियों को अल्फाबेटिकल आर्डर में क्रमबद्ध करने के लिए किस कमांड का उपयोग किया जाता है?

  1. sort
  2. ort – r
  3. st
  4. sh

Q 3.

Which command is used to display the characteristics of a process?/ किसी प्रोसेस की विशेषताओं
को प्रदर्शित करने के लिए किस कमांड का उपयोग किया जाता है?

  1. du
  2. pid
  3. au
  4. ps

Q 4.

Which command is used to remove the files in Linux Operating System? / फाइलों को Linux Operating System से हटाने के लिए किस कमांड का उपयोग किया जाता है?

  1. delete
  2. erase
  3. dm
  4. rm

Q 5.

In ............. condition, two or more processes must form a circular chain in which each process is waiting for a resource that is held by the next member of the chain./ ............ स्थिति में, दो या दो से अधिक प्रोसेसको एक वृत्ताकार श्रृंखला बनती हो जिसमें प्रत्येक प्रोसेस एक रिसोर्स की प्रतीक्षा कर रहा हो जो श्रृंखला के अगले Member के द्वारा यूज़ किया जा रहा हो।

  1. Mutual exclusion
  2. Hold and wait
  3. No pre-emption
  4. Circular waits

Q 6. If the CPU scheduling policy is priority scheduling with pre-emption, the average waiting time will be / यदि CPU शेड्यूलिंग प्रायोरिटी शेड्यूलिंग के साथ pre-emption है तो एवरेज वेटिंग टाइम क्या होगा?

  1. 19 ms
  2. 7.6 ms
  3. 8 ms
  4. none of the above

Q 7. If the priority scheduling without pre-emption is used, the average waiting time will be / यदि CPU शेड्यूलिंग प्रायोरिटी शेड्यूलिंग के बिना pre-emption है तो एवरेज वेटिंग टाइम क्या होगा?

  1. 12.8 ms
  2. 11.8 ms
  3. 10.8 ms
  4. none of the above

Q 8. If the CPU scheduling policy is SJF with pre-emption, the average waiting time will be / यदि CPU शेड्यूलिंग पालिसी SJF के साथ pre-emption है तो एवरेज वेटिंग टाइम क्या होगा?

  1. 8 ms
  2. 14 ms
  3. 5.6 ms
  4. none of the above

Q 9. If the CPU scheduling policy is SJF, the average waiting time (without pre-emption) will be? / यदि CPU शेड्यूलिंग पालिसी SJF (बिना pre-emption) है तो एवरेज वेटिंग टाइम क्या होगा?

  1. 12.8 ms
  2. 6.8 ms
  3. 17 ms
  4. none of the above

Q 10. If the CPU scheduling policy is FCFS, the average waiting time will be / यदि CPU शेड्यूलिंग नीति FCFS है, तो औसत प्रतीक्षा समय होगा?

  1. 12.8 ms
  2. 8 ms
  3. 16 ms
  4. none of the above