O Level online mock test

/100
O Level Online test

O Level Online Mock Test 2025

Latest NIELIT O Level Syllabus-Based Practice in Hindi & English

1. RAM is a type of volatile memory.
रैम एक प्रकार की अस्थिर मेमोरी है।

2. What is the output of print(10 // 3) in Python?
पायथन में print(10 // 3) का आउटपुट क्या होगा?

3. To insert a page break in a word document, which option would you use?
वर्ड दस्तावेज़ में पेज ब्रेक डालने के लिए, आप किस विकल्प का उपयोग करेंगे?

4. JavaScript can be used to perform form validation on the client-side.
जावास्क्रिप्ट का उपयोग क्लाइंट-साइड पर फॉर्म सत्यापन करने के लिए किया जा सकता है।

5. Layers in a photo editor allow you to work on different elements of an image independently.
एक फोटो एडिटर में परतें आपको एक छवि के विभिन्न तत्वों पर स्वतंत्र रूप से काम करने की अनुमति देती हैं।

6. Which type of CSS is used to apply a unique style to a single HTML element?
एकल HTML एलिमेंट पर एक अद्वितीय शैली लागू करने के लिए किस प्रकार की CSS का उपयोग किया जाता है?

7. Which of the following is a unique address that identifies a device on a TCP/IP network?
निम्नलिखित में से कौन सा एक अद्वितीय पता है जो टीसीपी/आईपी नेटवर्क पर एक डिवाइस की पहचान करता है?

8. Which tag is used to define the title of a document in HTML?
HTML में किसी दस्तावेज़ का शीर्षक परिभाषित करने के लिए किस टैग का उपयोग किया जाता है?

9. What is the difference between a microcontroller and a microprocessor?
माइक्रोकंट्रोलर और माइक्रोप्रोसेसर के बीच क्या अंतर है?

10. Which chart type is best suited for showing trends over time in a spreadsheet?
स्प्रेडशीट में समय के साथ रुझान दिखाने के लिए कौन सा चार्ट प्रकार सबसे उपयुक्त है?

11. Which component is used to display text and numbers in an IoT application, typically connected to a microcontroller?
एक IoT एप्लिकेशन में टेक्स्ट और नंबर प्रदर्शित करने के लिए किस घटक का उपयोग किया जाता है, जो आमतौर पर एक माइक्रोकंट्रोलर से जुड़ा होता है?

12. What is the purpose of the if-else statement in Embedded 'C'?
एम्बेडेड 'C' में if-else स्टेटमेंट का उद्देश्य क्या है?

13. What does x = 5 mean in Python?
पायथन में x = 5 का क्या अर्थ है?

14. What is the output of print(max(10, 20, 5))?
print(max(10, 20, 5)) का आउटपुट क्या होगा?

15. Which of the following is a logical connective used in conditional statements in Embedded 'C'?
एम्बडेड 'C' में सशर्त स्टेटमेंट में उपयोग किया जाने वाला एक तार्किक संयोजक निम्नलिखित में से कौन सा है?

16. What is the output of import numpy as np; arr = np.array([1, 2, 3]); print(arr * 2)?
import numpy as np; arr = np.array([1, 2, 3]); print(arr * 2) का आउटपुट क्या होगा?

17. Which of these is a search engine?
इनमें से कौन एक सर्च इंजन है?

18. What does IoT stand for?
IoT का पूर्ण रूप क्या है?

19. What is the function of a relay module in an IoT application?
एक IoT एप्लिकेशन में रिले मॉड्यूल का कार्य क्या है?

20. Which control flow statement is used for conditional execution?
शर्तों के आधार पर निष्पादन के लिए किस नियंत्रण प्रवाह स्टेटमेंट का उपयोग किया जाता है?

21. How do you create a NumPy array from a Python list my_list = [1, 2, 3]?
आप पायथन सूची my_list = [1, 2, 3] से NumPy सरणी कैसे बनाते हैं?

22. What is the full form of WWW?
डब्ल्यूडब्ल्यूडब्ल्यू का पूर्ण रूप क्या है?

23. Which of these is an example of an IoT application?
इनमें से कौन एक IoT एप्लिकेशन का उदाहरण है?

24. What is the purpose of using open(...) as f: statement when handling files?
फ़ाइलों को संभालते समय with open(...) as f: स्टेटमेंट का उद्देश्य क्या है?

25. Which type of communication is used when an HC-05 Bluetooth module is interfaced with Arduino?
जब HC-05 ब्लूटूथ मॉड्यूल को Arduino के साथ इंटरफेस किया जाता है तो किस प्रकार के संचार का उपयोग किया जाता है?

26. You can embed video files directly into a presentation slide.
आप वीडियो फ़ाइलों को सीधे प्रेजेंटेशन स्लाइड में एम्बेड कर सकते हैं।

27. Embedded 'C' language is often used for programming microcontrollers in IoT.
IoT में माइक्रोकंट्रोलर को प्रोग्राम करने के लिए अक्सर एम्बेडेड 'C' भाषा का उपयोग किया जाता है।

28. You can sort data in ascending or descending order in a spreadsheet.
आप स्प्रेडशीट में डेटा को आरोही या अवरोही क्रम में सॉर्ट कर सकते हैं।

29. The tag contains all the visible content of an HTML document.
टैग में HTML दस्तावेज़ की समस्त दृश्यमान सामग्री सम्मिलित होती है।

30. What is the primary concern regarding security in IoT devices?
IoT उपकरणों में सुरक्षा के संबंध में प्राथमिक चिंता क्या है?

31. What is the output of print(5 > 3 and 10 3 and 10 < 20) का आउटपुट क्या होगा?

32. Which loop is guaranteed to execute at least once?
कौन सा लूप कम से कम एक बार निष्पादित होने की गारंटी देता है?

33. Which method is used to add an element to the end of a list in Python?
पायथन में एक सूची के अंत में एक एलिमेंट जोड़ने के लिए किस विधि का उपयोग किया जाता है?

34. What is a "sketch" in the context of Arduino IDE?
Arduino IDE के संदर्भ में "स्केच" क्या है?

35. What does CSS stand for?
CSS का पूर्ण रूप क्या है?

36. What is the purpose of the alt attribute in an tag?
टैग में alt विशेषता का उद्देश्य क्या है?

37. Which CSS property controls the spacing between lines of text?
कौन सी CSS प्रॉपर्टी टेक्स्ट की पंक्तियों के बीच की दूरी को नियंत्रित करती है?

38. What is the purpose of the eval() function in Python?
पायथन में eval() फ़ंक्शन का उद्देश्य क्या है?

39. External CSS stylesheets are linked using the tag in the section of an बाहरी CSS स्टाइलशीट को HTML दस्तावेज़ के अनुभाग में टैग का उपयोग करके लिंक किया जाता है।

40. Which of the following is a common use of JavaScript?
निम्नलिखित में से कौन जावास्क्रिप्ट का एक सामान्य उपयोग है?

41. What is the purpose of the continue statement in a loop?
एक लूप में continue स्टेटमेंट का उद्देश्य क्या है?

42. Which protocol is used to send emails?
ईमेल भेजने के लिए किस प्रोटोकॉल का उपयोग किया जाता है?

43. You can add a watermark to a document in word processing software.

आप वर्ड प्रोसेसिंग सॉफ्टवेयर में एक दस्तावेज़ में वॉटरमार्क जोड़ सकते हैं।

44. Which of the following is a benefit of using NumPy over standard Python lists for numerical operations?
संख्यात्मक संचालन के लिए मानक पायथन सूचियों पर NumPy का उपयोग करने का निम्नलिखित में से कौन सा लाभ है?

45. Which sensor is commonly used to detect light intensity?
प्रकाश की तीव्रता का पता लगाने के लिए आमतौर पर किस सेंसर का उपयोग किया जाता है?

46. Which communication model describes how data flows between devices in an IoT system?
कौन सा संचार मॉडल बताता है कि IoT प्रणाली में उपकरणों के बीच डेटा कैसे प्रवाहित होता है?

47. W3.CSS provides classes for easy styling of tables and lists.
W3.CSS तालिकाओं और सूचियों की आसान स्टाइलिंग के लिए कक्षाएं प्रदान करता है।

48. Which of the following is a characteristic of a strong password?
निम्नलिखित में से कौन एक मजबूत पासवर्ड की विशेषता है?

49. Body language is an important part of interview skills.
बॉडी लैंग्वेज इंटरव्यू स्किल्स का एक महत्वपूर्ण हिस्सा है।

50. What is web hosting?
वेब होस्टिंग क्या है?

51. Debit cards allow you to spend money that is directly available in your bank account.
डेबिट कार्ड आपको अपने बैंक खाते में सीधे उपलब्ध पैसे खर्च करने की अनुमति देते हैं।

52. What is the output of print(type(10)) in Python?
पायथन में print(type(10)) का आउटपुट क्या है?

53. Which CSS property is used to set the background image of an element?
किसी एलिमेंट की पृष्ठभूमि छवि सेट करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?

54. Which feature in word processing allows you to apply a pre-designed set of formatting options to text?
वर्ड प्रोसेसिंग में कौन सी सुविधा आपको टेक्स्ट पर पूर्व-डिज़ाइन किए गए फ़ॉर्मेटिंग विकल्पों का एक सेट लागू करने की अनुमति देती है?

55. Which of the following is a common use case for dictionaries in Python?
निम्नलिखित में से कौन पायथन में डिक्शनरी के लिए एक सामान्य उपयोग का मामला है?

56. Which tool in a photo editor is used to select a specific area of an image?
एक फोटो एडिटर में किसी छवि के एक विशिष्ट क्षेत्र का चयन करने के लिए किस उपकरण का उपयोग किया जाता है?

57. Which of these is an example of utility software?
इनमें से कौन यूटिलिटी सॉफ्टवेयर का एक उदाहरण है?

58. What is the primary role of an actuator in an IoT system?
एक IoT प्रणाली में एक एक्चुएटर की प्राथमिक भूमिका क्या है?

59. Which of these is a valid HTML5 doctype declaration?
इनमें से कौन एक वैध HTML5 डॉकटाइप घोषणा है?

60. Which of the following is a type of network topology?
निम्नलिखित में से कौन एक प्रकार की नेटवर्क टोपोलॉजी है?

61. Which of the following is a common wireless communication methodology in IoT?
IoT में निम्नलिखित में से कौन एक सामान्य वायरलेस संचार पद्धति है?

62. Which of the following is a common image format used on the web?
निम्नलिखित में से कौन वेब पर उपयोग किया जाने वाला एक सामान्य छवि प्रारूप है?

63. Which of the following is a benefit of using functions in programming?
निम्नलिखित में से कौन प्रोग्रामिंग में फ़ंक्शन का उपयोग करने का एक लाभ है?

64. Which of the following is a correct way to create an empty dictionary in Python?
पायथन में एक खाली डिक्शनरी बनाने का एक सही तरीका निम्नलिखित में से कौन सा है?

65. What does OTP stand for in digital financial transactions?
डिजिटल वित्तीय लेनदेन में ओटीपी का क्या अर्थ है?

66. Which JavaScript function is used to print content to the console?
कंसोल पर सामग्री प्रिंट करने के लिए किस जावास्क्रिप्ट फ़ंक्शन का उपयोग किया जाता है?

67. Which mode is used to open a file for writing, creating it if it doesn't exist, and truncating it if it does?
फ़ाइल को लिखने के लिए खोलने के लिए किस मोड का उपयोग किया जाता है, यदि वह मौजूद नहीं है तो उसे बनाता है, और यदि वह मौजूद है तो उसे छोटा करता है?

68. What is the importance of "Time Management" in professional development?
पेशेवर विकास में "समय प्रबंधन" का क्या महत्व है?

69. Which type of software manages computer hardware and software resources?
कौन सा सॉफ्टवेयर कंप्यूटर हार्डवेयर और सॉफ्टवेयर संसाधनों का प्रबंधन करता है?

70. What is the purpose of a keypad in an IoT application?
एक IoT एप्लिकेशन में कीपैड का उद्देश्य क्या है?

71. Which of the following is a common microcontroller board used for building IoT applications?
IoT एप्लिकेशन बनाने के लिए उपयोग किया जाने वाला एक सामान्य माइक्रोकंट्रोलर बोर्ड निम्नलिखित में से कौन सा है?

72. What is the purpose of a microcontroller in an IoT system?
एक IoT प्रणाली में माइक्रोकंट्रोलर का उद्देश्य क्या है?

73. What is the difference between a website and a webpage?
एक वेबसाइट और एक वेबपेज के बीच क्या अंतर है?

74. To add animation to an object on a slide, which tab would you typically use?
एक स्लाइड पर किसी ऑब्जेक्ट में एनीमेशन जोड़ने के लिए, आप आमतौर पर किस टैब का उपयोग करेंगे?

75. What is a "module" in Python?
पायथन में "मॉड्यूल" क्या है?

76. What does LAN stand for?
लैन का पूर्ण रूप क्या है?

77. Which built-in function is used to get input from the user in Python?
पायथन में उपयोगकर्ता से इनपुट प्राप्त करने के लिए किस बिल्ट-इन फ़ंक्शन का उपयोग किया जाता है?

78. Which CSS property is used to change the text color of an element?
किसी एलिमेंट के टेक्स्ट रंग को बदलने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?

79. Which operating system is open-source?
कौन सा ऑपरेटिंग सिस्टम ओपन-सोर्स है?

80. What is the default port for HTTP?
HTTP के लिए डिफ़ॉल्ट पोर्ट क्या है?

81. Which of these is a component of effective communication skills?
इनमें से कौन प्रभावी संचार कौशल का एक घटक है?

82. What is the purpose of a break statement in a loop?
एक लूप में break स्टेटमेंट का उद्देश्य क्या है?

83. What is the primary goal of "Stress Management"?
"तनाव प्रबंधन" का प्राथमिक लक्ष्य क्या है?

84. What is an algorithm?
एक एल्गोरिथम क्या है?

85. Which of these is a comparison operator in Python?
इनमें से कौन पायथन में एक तुलना ऑपरेटर है?

86. What is the purpose of the for loop in Embedded 'C'?
एम्बेडेड 'C' में for लूप का उद्देश्य क्या है?

87. What is the primary function of a sensor in an IoT system?
एक IoT प्रणाली में एक सेंसर का प्राथमिक कार्य क्या है?

88. Which of the following is the core object in NumPy?
निम्नलिखित में से कौन NumPy में मुख्य ऑब्जेक्ट है?

89. Which of the following is a key aspect of "Interview Skills"?
निम्नलिखित में से कौन "साक्षात्कार कौशल" का एक प्रमुख पहलू है?

90. What is the output of print(len([1, 2, 3, 4]))?
print(len([1, 2, 3, 4])) का आउटपुट क्या होगा?

91. What is the primary purpose of presentation software?
प्रेजेंटेशन सॉफ्टवेयर का प्राथमिक उद्देश्य क्या है?

92. What is the term for unsolicited bulk emails?
अवांछित बल्क ईमेल के लिए क्या शब्द है?

93. Which of the following is a characteristic of a good algorithm?
निम्नलिखित में से कौन एक अच्छे एल्गोरिथम की विशेषता है?

94. Which sensor is used to detect the presence of smoke or gas?
धुएं या गैस की उपस्थिति का पता लगाने के लिए किस सेंसर का उपयोग किया जाता है?

95. Which HTML tag is used for the largest heading?
सबसे बड़ी हेडिंग के लिए किस HTML टैग का उपयोग किया जाता है?

96. Which CSS property is used to control the font size of text?
टेक्स्ट के फ़ॉन्ट आकार को नियंत्रित करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है?

97. Which of these is a common application of the Internet?
इनमें से कौन इंटरनेट का एक सामान्य अनुप्रयोग है?

98. What is the output of print(bool(0))?
print(bool(0)) का आउटपुट क्या होगा?

99. A URL is a unique address for a web page.
एक यूआरएल एक वेब पेज के लिए एक अद्वितीय पता है।

100. What is the purpose of a Resume?
एक रिज्यूमे का उद्देश्य क्या है?

Your score is

The average score is 12%

0%

Instructions

🔹 Total Questions: 100
🔹 Language: Hindi and English (Bilingual)
🔹 Question Pattern: Multiple Choice Questions (MCQs)
🔹 Based On: Latest O Level Syllabus (NIELIT)

Important Guidelines
  1. There are 100 multiple-choice questions based on the latest O Level syllabus.
  2. You must attempt all questions to view your final result.
  3. You can skip questions using the Next button.
  4. No negative marking – attempt all questions confidently.
  5. Your score and correct answers will be shown after submission.
  6. This mock test is for practice only and improves real exam preparation.

Free O Level Online Mock Test 2025 – Hindi and English Questions

Are you preparing for the O Level Exam under the New Syllabus? You're in the right place! With the help of O Level Mock Tests, you can test your preparation in real-time and improve your confidence before the final exam.

This online test platform is specially designed for students who want to practice O Level Hindi Question Test as well as English questions. Our tests are regularly updated and include questions from the latest DOEACC/NIELIT syllabus.

Based on the New 2025 Syllabus

We have carefully prepared the O Level Mock Test according to the latest syllabus released by NIELIT in 2025. This means you’re always preparing with the most updated content.

Important topics include:

  1. IT Tools and Network Basics
  2. Web Designing & Programming
  3. Internet Technology
  4. ICT Resources
  5. Cyber Security (as per new additions)

Why Practice O Level Mock Tests?

Practicing mock tests helps you:

  1. Understand the exam pattern
  2. Manage your time better
  3. Identify your weak areas
  4. Boost your confidence
  5. Improve accuracy and speed

Topics Covered in CCC Mock Test 2025

  1. Introduction to Computers
  2. Operating System & MS Windows
  3. MS Word, Excel, PowerPoint
  4. Internet, Email & Web Browsing
  5. Digital Financial Tools & Applications
  6. Cyber Security and Future Technology

Join thousands of learners on Online Computer Study, and start practicing with our Free CCC Hindi Online Test to prepare smartly and confidently.

Test your IT Skill Knowledge

Scroll to Top