course image

Programming and Problem Solving Through Python Online Test - O Level

Mastering Python programming for your O Level exams is essential for developing a strong foundation in coding and problem-solving. The O Level Python Programming Online Test offers a convenient and effective way to assess and enhance your programming skills. This test covers fundamental concepts such as data types, control structures, functions, and object-oriented programming, tailored to meet the specific requirements of the O Level curriculum.

By engaging with this online test, you gain valuable practice in writing and debugging Python code, receiving instant feedback to pinpoint areas for improvement. The flexibility of online testing allows you to study at your own pace, reinforcing your understanding and boosting your confidence as you prepare for your exams. With targeted practice and comprehensive coverage, this online test is a crucial resource for excelling in your O Level Python programming assessment.

Take our NIELIT O Level online test now and get ready to excel in your Programming and problem solving through python exam!


Q.1 निम्नलिखित में से किसकी अभिव्यक्ति(expression) में सर्वोच्च प्राथमिकता(highest precedence ) है?

Which of the following expressions has the highest priority?

A)
B)
C)
D)

Q.2 कोड पर विचार करें, p का ​​मान क्या है?

Consider the code, What is the value of p?

p=q=r=30
A)
B)
C)
D)

Q.3 निम्नलिखित में से कौन सा python language में एक कीवर्ड नहीं है?

Which of the following is not a keyword in python language?

A)
B)
C)
D)

Q.4 True = False, अगर True का मान print करवाया जाए तो आउटपुट क्या होगा ?

True = False, if the value of True is printed then what will be the output?

A)
B)
C)
D)

Q.5 Python language में char डाटा टाइप होता है

Char data type is in Python language.

A)
B)
C)
D)

Q.6 निम्नलिखित कोड का आउटपुट है

Output of the following code is

print(40,50,60,sep="!",end=",")
A)
B)
C)
D)

Q.7 निम्नलिखित अभिव्यक्ति का मूल्य क्या है?

What is the value of the following expression?

A)
B)
C)
D)

Q.8 पायथन प्रोग्रामिंग लैंग्वेज में निम्नलिखित में से कौन सा गलत है ?

Which of the following is wrong in Python programming language?

A)
B)
C)
D)

Q.9 फंक्शन id() का रिटर्न प्रकार क्या है?

What is the return type of function id()?

A)
B)
C)
D)

Q.10 निम्नलिखित में से कौन एक वर्ग को सर्वोत्तम रूप से परिभाषित करता है?

Which of the following best defines a class?

A)
B)
C)
D)

Q.11 print(0.1 + 0.2 > 0.3) का आउटपुट क्या है?

What is the output of print(0.1 + 0.2 > 0.3)?

A)
B)
C)
D)

Q.12 निम्न में से कौन सा पायथन में एक कीवर्ड नहीं है

Which of the following is not a keyword in Python

A)
B)
C)
D)

Q.13 जब एक Function के अंदर उसी Function को call किया जाता हैं, तब वह कहलाता हैं।

When the same function is called inside a function, then it is called.

A)
B)
C)
D)

Q.14 जब किसी फंक्शन को किसी क्लास के अंदर परिभाषित किया जाता है तो उसे क्या कहते हैं?

What is it called when a function is defined inside a class?

A)
B)
C)
D)

Q.15 निम्नलिखित कथन में क्या समस्या है?

What is the problem with the following statement?

100=grade
A)
B)
C)
D)

Q.16 हम सिस्टम(Computer) में Numpy कैसे Install करते हैं?

How do we install Numpy in the system (computer)?

A)
B)
C)
D)

Q.17 किसी फंक्शन के बाहर परिभाषित वेरिएबल को क्या कहते हैं?

What is a variable defined outside a function called?

A)
B)
C)
D)

Q.18 पायथन में पूर्ण संख्या को संग्रहीत करने के लिए आप किस डेटा प्रकार का उपयोग करेंगे?

What data type would you use to store a whole number in Python?

A)
B)
C)
D)

Q.19 पायथन में वेरिएबल डिक्लेरेशन का सिंटैक्स क्या है?

What is the syntax of variable declaration in Python?

A)
B)
C)
D)

Q.20 फ़्लोचार्ट में प्रोग्राम के अन्य भागों या कनेक्टर्स के साथ प्रोग्राम लिंक को दर्शाया जाता है

Program link with other parts of program or connectors in flowchart are represented by

A)
B)
C)
D)

Next Page