Competitive Practice

Operating System Test 2

Bilingual timed test with clean question text, preserved symbols and detailed solutions.

Timer-based practiceDetailed answer reviewMobile-friendly flow
Batch 5 | Reasoning + Awareness

Operating System Test 2

25 bilingual MCQs from Operating System, including 5 fresh LearnAtMyPlace original supplemental questions with detailed solutions. Built for SSC, RRB and banking practice with preserved bilingual wording, symbols and detailed logic explanations.

Questions
25
Duration
25 min
Marking
+1 / -0.25
Sections
Operating System | 25 questions

Question Palette Legend

1Not Visited1Not Answered1Answered1Marked for Review1Answered + Marked
Preview all 25 questions in Operating System Test 2 (no login required)
  1. Operating System — spooling

    1. Which of the following best describes Scheduler in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'शेड्यूलर' का सबसे सही वर्णन कौन-सा है?

    • A. a lightweight unit of execution within a process / प्रोसेस के भीतर निष्पादन की हल्की इकाई
    • B. the component that decides which process gets CPU time / कौन-सी प्रोसेस CPU समय पाएगी यह तय करने वाला घटक (Correct)
    • C. a request by a program for a service from the operating system / प्रोग्राम द्वारा OS सेवा के लिए किया गया अनुरोध
    • D. a condition where processes wait forever for resources held by each other / स्थिति जिसमें प्रोसेस एक-दूसरे के संसाधनों की प्रतीक्षा में अटक जाती हैं

    Explanation: Scheduler refers to the component that decides which process gets CPU time. This is why it is the correct option for the given concept. / 'शेड्यूलर' का सही अर्थ है — कौन-सी प्रोसेस CPU समय पाएगी यह तय करने वाला घटक। इसलिए विकल्प B सही है।

  2. Operating System — booting

    2. Which of the following best describes Multitasking in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'मल्टीटास्किंग' का सबसे सही वर्णन कौन-सा है?

    • A. graphical user interface using windows, icons and menus / विंडो, आइकन और मेन्यू वाला ग्राफिकल इंटरफ़ेस
    • B. the ability to run multiple tasks apparently at the same time / एक ही समय पर कई कार्य चलाने की क्षमता (Correct)
    • C. the component that decides which process gets CPU time / कौन-सी प्रोसेस CPU समय पाएगी यह तय करने वाला घटक
    • D. a technique that uses secondary storage as an extension of main memory / द्वितीयक संग्रहण को मुख्य मेमोरी के विस्तार की तरह उपयोग करने की तकनीक

    Explanation: Multitasking refers to the ability to run multiple tasks apparently at the same time. This is why it is the correct option for the given concept. / 'मल्टीटास्किंग' का सही अर्थ है — एक ही समय पर कई कार्य चलाने की क्षमता। इसलिए विकल्प B सही है।

  3. Operating System — kernel and shell

    3. The statement 'a condition where processes wait forever for resources held by each other' refers to which term? / दिया गया कथन — 'a condition where processes wait forever for resources held by each other' — किस शब्द/पद से संबंधित है?

    • A. Operating System / ऑपरेटिंग सिस्टम
    • B. Multiprogramming / मल्टीप्रोग्रामिंग
    • C. Deadlock / डेडलॉक (Correct)
    • D. File System / फाइल सिस्टम

    Explanation: The description matches Deadlock, not the other listed terms. / दिए गए कथन में वर्णित विशेषता 'डेडलॉक' से मेल खाती है। अन्य विकल्प अलग अवधारणाओं को दर्शाते हैं, इसलिए विकल्प C सही है।

  4. Operating System — process management

    4. Choose the odd one out with respect to the sub-topic 'memory management'. / उप-विषय 'मेमोरी प्रबंधन' के संदर्भ में असंगत विकल्प चुनिए।

    • A. Paging / पेजिंग
    • B. Paging / पेजिंग
    • C. Booting / बूटिंग (Correct)
    • D. Paging / पेजिंग

    Explanation: The first three terms belong to memory management, while Booting belongs to a different area. / दिए गए विकल्पों की श्रेणी/प्रयोग की तुलना करने पर 'बूटिंग' बाकी विकल्पों से अलग बैठता है। इसलिए विकल्प C सही है।

  5. Operating System — file system

    5. The statement 'method used by an OS to organize and store files' refers to which term? / दिया गया कथन — 'method used by an OS to organize and store files' — किस शब्द/पद से संबंधित है?

    • A. Paging / पेजिंग
    • B. Booting / बूटिंग
    • C. Process / प्रोसेस
    • D. File System / फाइल सिस्टम (Correct)

    Explanation: The description matches File System, not the other listed terms. / दिए गए कथन में वर्णित विशेषता 'फाइल सिस्टम' से मेल खाती है। अन्य विकल्प अलग अवधारणाओं को दर्शाते हैं, इसलिए विकल्प D सही है।

  6. Operating System — device drivers

    6. Which option is NOT correct about Device Driver? / 'Device Driver' के बारे में कौन-सा कथन सही नहीं है?

    • A. It is a standard term in Operating System / यह Operating System का मानक शब्द है
    • B. It is relevant to competitive exams / यह प्रतियोगी परीक्षाओं में प्रासंगिक है
    • C. It means software that helps the OS communicate with hardware devices / इसका अर्थ है: हार्डवेयर उपकरणों से संवाद कराने वाला सॉफ्टवेयर
    • D. It means a request by a program for a service from the operating system / इसका अर्थ है: प्रोग्राम द्वारा OS सेवा के लिए किया गया अनुरोध (Correct)

    Explanation: The incorrect statement is the one assigning another term's definition to Device Driver. Correctly, Device Driver means software that helps the OS communicate with hardware devices. / विकल्पों को परिभाषा से मिलाने पर विकल्प D असंगत/गलत कथन देता है। सही अवधारणा को ध्यान में रखें; इसलिए यही विकल्प उत्तर है।

  7. Operating System — scheduling

    7. Which of the following best describes Spooling in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'Spooling' का सबसे सही वर्णन कौन-सा है?

    • A. the component that decides which process gets CPU time / कौन-सी प्रोसेस CPU समय पाएगी यह तय करने वाला घटक
    • B. temporary queueing of jobs for a shared device like a printer / प्रिंटर जैसे साझा उपकरण के लिए कार्यों को अस्थायी कतार में रखना (Correct)
    • C. graphical user interface using windows, icons and menus / विंडो, आइकन और मेन्यू वाला ग्राफिकल इंटरफ़ेस
    • D. software that helps the OS communicate with hardware devices / हार्डवेयर उपकरणों से संवाद कराने वाला सॉफ्टवेयर

    Explanation: Spooling refers to temporary queueing of jobs for a shared device like a printer. This is why it is the correct option for the given concept. / 'Spooling' का सही अर्थ है — प्रिंटर जैसे साझा उपकरण के लिए कार्यों को अस्थायी कतार में रखना। इसलिए विकल्प B सही है।

  8. Operating System — multitasking

    8. Which of the following best describes Booting in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'Booting' का सबसे सही वर्णन कौन-सा है?

    • A. the process of loading the operating system into memory / ऑपरेटिंग सिस्टम को मेमोरी में लोड करने की प्रक्रिया (Correct)
    • B. command-line interface where commands are typed / कमांड टाइप करके उपयोग किया जाने वाला इंटरफ़ेस
    • C. the ability to run multiple tasks apparently at the same time / एक ही समय पर कई कार्य चलाने की क्षमता
    • D. temporary queueing of jobs for a shared device like a printer / प्रिंटर जैसे साझा उपकरण के लिए कार्यों को अस्थायी कतार में रखना

    Explanation: Booting refers to the process of loading the operating system into memory. This is why it is the correct option for the given concept. / 'Booting' का सही अर्थ है — ऑपरेटिंग सिस्टम को मेमोरी में लोड करने की प्रक्रिया। इसलिए विकल्प A सही है।

  9. Operating System — virtual memory

    9. The statement 'graphical user interface using windows, icons and menus' refers to which term? / दिया गया कथन — 'graphical user interface using windows, icons and menus' — किस शब्द/पद से संबंधित है?

    • A. Kernel / कर्नेल
    • B. System Call / सिस्टम कॉल
    • C. Deadlock / डेडलॉक
    • D. GUI / जीयूआई (Correct)

    Explanation: The description matches GUI, not the other listed terms. / दिए गए कथन में वर्णित विशेषता 'जीयूआई' से मेल खाती है। अन्य विकल्प अलग अवधारणाओं को दर्शाते हैं, इसलिए विकल्प D सही है।

  10. Operating System — deadlock

    10. Choose the odd one out with respect to the sub-topic 'user interface'. / उप-विषय 'user interface' के संदर्भ में असंगत विकल्प चुनिए।

    • A. GUI / जीयूआई
    • B. GUI / जीयूआई
    • C. Thread / थ्रेड (Correct)
    • D. GUI / जीयूआई

    Explanation: The first three terms belong to user interface, while Thread belongs to a different area. / दिए गए विकल्पों की श्रेणी/प्रयोग की तुलना करने पर 'थ्रेड' बाकी विकल्पों से अलग बैठता है। इसलिए विकल्प C सही है।

  11. Operating System — booting

    11. The statement 'the core part of an operating system' refers to which term? / दिया गया कथन — 'ऑपरेटिंग सिस्टम का मुख्य भाग' — किस शब्द/पद से संबंधित है?

    • A. Scheduler / शेड्यूलर
    • B. Shell / शेल
    • C. Kernel / कर्नेल (Correct)
    • D. Device Driver / डिवाइस ड्राइवर

    Explanation: The description matches Kernel, not the other listed terms. / दिए गए कथन में वर्णित विशेषता 'कर्नेल' से मेल खाती है। अन्य विकल्प अलग अवधारणाओं को दर्शाते हैं, इसलिए विकल्प C सही है।

  12. Operating System — system call

    12. Which option is NOT correct about Shell? / 'शेल' के बारे में कौन-सा कथन सही नहीं है?

    • A. It means an interface through which a user interacts with the operating system / इसका अर्थ है: इंटरफ़ेस जिसके माध्यम से उपयोगकर्ता ऑपरेटिंग सिस्टम से संवाद करता है
    • B. It means the ability to run multiple tasks apparently at the same time / इसका अर्थ है: एक ही समय पर कई कार्य चलाने की क्षमता (Correct)
    • C. It is a standard term in Operating System / यह Operating System का मानक शब्द है
    • D. It is relevant to competitive exams / यह प्रतियोगी परीक्षाओं में प्रासंगिक है

    Explanation: The incorrect statement is the one assigning another term's definition to Shell. Correctly, Shell means an interface through which a user interacts with the operating system. / विकल्पों को परिभाषा से मिलाने पर विकल्प B असंगत/गलत कथन देता है। सही अवधारणा को ध्यान में रखें; इसलिए यही विकल्प उत्तर है।

  13. Operating System — kernel and shell

    13. Which of the following best describes Process in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'Process' का सबसे सही वर्णन कौन-सा है?

    • A. a lightweight unit of execution within a process / प्रोसेस के भीतर निष्पादन की हल्की इकाई
    • B. keeping multiple programs in memory to improve CPU utilization / CPU उपयोगिता बढ़ाने हेतु कई प्रोग्रामों को मेमोरी में रखना
    • C. a program in execution / निष्पादन की अवस्था में प्रोग्राम (Correct)
    • D. the process of loading the operating system into memory / ऑपरेटिंग सिस्टम को मेमोरी में लोड करने की प्रक्रिया

    Explanation: Process refers to a program in execution. This is why it is the correct option for the given concept. / 'Process' का सही अर्थ है — निष्पादन की अवस्था में प्रोग्राम। इसलिए विकल्प C सही है।

  14. Operating System — process management

    14. Which of the following best describes Thread in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'Thread' का सबसे सही वर्णन कौन-सा है?

    • A. the component that decides which process gets CPU time / कौन-सी प्रोसेस CPU समय पाएगी यह तय करने वाला घटक
    • B. a request by a program for a service from the operating system / प्रोग्राम द्वारा OS सेवा के लिए किया गया अनुरोध
    • C. a lightweight unit of execution within a process / प्रोसेस के भीतर निष्पादन की हल्की इकाई (Correct)
    • D. a condition where processes wait forever for resources held by each other / स्थिति जिसमें प्रोसेस एक-दूसरे के संसाधनों की प्रतीक्षा में अटक जाती हैं

    Explanation: Thread refers to a lightweight unit of execution within a process. This is why it is the correct option for the given concept. / 'Thread' का सही अर्थ है — प्रोसेस के भीतर निष्पादन की हल्की इकाई। इसलिए विकल्प C सही है।

  15. Operating System — file system

    15. The statement 'the ability to run multiple tasks apparently at the same time' refers to which term? / दिया गया कथन — 'एक ही समय पर कई कार्य चलाने की क्षमता' — किस शब्द/पद से संबंधित है?

    • A. Multiprogramming / मल्टीप्रोग्रामिंग
    • B. CLI / सीएलआई
    • C. Multitasking / मल्टीटास्किंग (Correct)
    • D. Paging / पेजिंग

    Explanation: The description matches Multitasking, not the other listed terms. / दिए गए कथन में वर्णित विशेषता 'मल्टीटास्किंग' से मेल खाती है। अन्य विकल्प अलग अवधारणाओं को दर्शाते हैं, इसलिए विकल्प C सही है।

  16. Operating System — multitasking

    16. The statement 'a technique that uses secondary storage as an extension of main memory' refers to which term? / दिया गया कथन — 'a technique that uses secondary storage as an extension of main memory' — किस शब्द/पद से संबंधित है?

    • A. Spooling / स्पूलिंग
    • B. Paging / पेजिंग
    • C. Virtual Memory / वर्चुअल मेमोरी (Correct)
    • D. Shell / शेल

    Explanation: The description matches Virtual Memory, not the other listed terms. / दिए गए कथन में वर्णित विशेषता 'वर्चुअल मेमोरी' से मेल खाती है। अन्य विकल्प अलग अवधारणाओं को दर्शाते हैं, इसलिए विकल्प C सही है।

  17. Operating System — multiprogramming

    17. Which option is NOT correct about Paging? / 'पेजिंग' के बारे में कौन-सा कथन सही नहीं है?

    • A. It is a standard term in Operating System / यह Operating System का मानक शब्द है
    • B. It is relevant to competitive exams / यह प्रतियोगी परीक्षाओं में प्रासंगिक है
    • C. It means the process of loading the operating system into memory / इसका अर्थ है: ऑपरेटिंग सिस्टम को मेमोरी में लोड करने की प्रक्रिया (Correct)
    • D. It means memory management technique that divides memory into fixed-size blocks / इसका अर्थ है: मेमोरी को निश्चित आकार के ब्लॉकों में बाँटने की तकनीक

    Explanation: The incorrect statement is the one assigning another term's definition to Paging. Correctly, Paging means memory management technique that divides memory into fixed-size blocks. / विकल्पों को परिभाषा से मिलाने पर विकल्प C असंगत/गलत कथन देता है। सही अवधारणा को ध्यान में रखें; इसलिए यही विकल्प उत्तर है।

  18. Operating System — virtual memory

    18. Which of the following best describes File System in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'File System' का सबसे सही वर्णन कौन-सा है?

    • A. software that helps the OS communicate with hardware devices / हार्डवेयर उपकरणों से संवाद कराने वाला सॉफ्टवेयर
    • B. a lightweight unit of execution within a process / प्रोसेस के भीतर निष्पादन की हल्की इकाई
    • C. method used by an OS to organize and store files / फाइलों को व्यवस्थित और संग्रहित करने की OS विधि (Correct)
    • D. a request by a program for a service from the operating system / प्रोग्राम द्वारा OS सेवा के लिए किया गया अनुरोध

    Explanation: File System refers to method used by an OS to organize and store files. This is why it is the correct option for the given concept. / 'File System' का सही अर्थ है — फाइलों को व्यवस्थित और संग्रहित करने की OS विधि। इसलिए विकल्प C सही है।

  19. Operating System — deadlock

    19. Which of the following best describes Device Driver in Operating System? / ऑपरेटिंग सिस्टम के संदर्भ में 'Device Driver' का सबसे सही वर्णन कौन-सा है?

    • A. graphical user interface using windows, icons and menus / विंडो, आइकन और मेन्यू वाला ग्राफिकल इंटरफ़ेस
    • B. temporary queueing of jobs for a shared device like a printer / प्रिंटर जैसे साझा उपकरण के लिए कार्यों को अस्थायी कतार में रखना
    • C. the component that decides which process gets CPU time / कौन-सी प्रोसेस CPU समय पाएगी यह तय करने वाला घटक
    • D. software that helps the OS communicate with hardware devices / हार्डवेयर उपकरणों से संवाद कराने वाला सॉफ्टवेयर (Correct)

    Explanation: Device Driver refers to software that helps the OS communicate with hardware devices. This is why it is the correct option for the given concept. / 'Device Driver' का सही अर्थ है — हार्डवेयर उपकरणों से संवाद कराने वाला सॉफ्टवेयर। इसलिए विकल्प D सही है।

  20. Operating System — booting

    20. The statement 'the process of loading the operating system into memory' refers to which term? / दिया गया कथन — 'the process of loading the operating system into memory' — किस शब्द/पद से संबंधित है?

    • A. Booting / बूटिंग (Correct)
    • B. System Call / सिस्टम कॉल
    • C. Operating System / ऑपरेटिंग सिस्टम
    • D. Multiprogramming / मल्टीप्रोग्रामिंग

    Explanation: The description matches Booting, not the other listed terms. / दिए गए कथन में वर्णित विशेषता 'बूटिंग' से मेल खाती है। अन्य विकल्प अलग अवधारणाओं को दर्शाते हैं, इसलिए विकल्प A सही है।

  21. Operating System — Percentage / प्रतिशत

    21. 12% of 600 is: / 600 का 12% कितना है?

    • A. 62
    • B. 72 (Correct)
    • C. 82
    • D. 92

    Explanation: 12% = 12/100, so answer = 72. / प्रतिशत को 100 से भाग देकर मूल संख्या से गुणा करें।

  22. Operating System — Profit-Loss / लाभ-हानि

    22. An article bought for Rs 1050 is sold at 12.5% profit. Find SP. / Rs 1050 में खरीदी वस्तु 12.5% लाभ पर बेची गई। SP ज्ञात करें।

    • A. Rs 1141
    • B. Rs 1181 (Correct)
    • C. Rs 1221
    • D. Rs 1261

    Explanation: SP = CP x (100 + profit%)/100 = 1050 x 112.5/100 = Rs 1181. / लाभ प्रतिशत जोड़कर विक्रय मूल्य निकालें।

  23. Operating System — Time & Work / समय और कार्य

    23. A finishes a work in 18 days and B in 24 days. Together they finish in: / A 18 दिन और B 24 दिन में काम पूरा करते हैं। साथ में समय?

    • A. 9.3 days
    • B. 10.3 days (Correct)
    • C. 11.3 days
    • D. 12.3 days

    Explanation: Combined time = ab/(a+b) = 18 x 24 / 42 = 10.3 days. / संयुक्त कार्य में दरें जोड़ी जाती हैं।

  24. Operating System — Speed Conversion / चाल परिवर्तन

    24. 108 km/h equals: / 108 किमी/घंटा बराबर है:

    • A. 27 m/s
    • B. 30 m/s (Correct)
    • C. 33 m/s
    • D. 35 m/s

    Explanation: km/h to m/s conversion uses x 5/18. 108 x 5/18 = 30. / किमी/घंटा को मी/से में बदलने के लिए 5/18 से गुणा करें।

  25. Operating System — Simplification / सरलीकरण

    25. Simplify: 25 x 12 + 25 - 12. / सरल करें: 25 x 12 + 25 - 12.

    • A. 305
    • B. 313 (Correct)
    • C. 321
    • D. 329

    Explanation: Apply BODMAS: 300 + 25 - 12 = 313. / पहले गुणा, फिर जोड़-घटाव करें।