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 विकसित की गई पहली विशुद्ध रूप से ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग भाषा कौन सी थी?

Which was the first purely object oriented programming language developed?

A)
B)
C)
D)

Q.2 /* */ का प्रयोग Python कोड में COMMENTS डालने के लिए किया जाता है।

/* */ is used to insert COMMENTS in Python code.

A)
B)
C)
D)

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

Which of the following statements is true?

A)
B)
C)
D)

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

Which of the following is not a keyword in Python

A)
B)
C)
D)

Q.5 inf का return type (return type of inf) क्या होता है?

What is the return type of inf?

A)
B)
C)
D)

Q.6 set में duplicate items की entry होती है

Duplicate items are entered in the set.

A)
B)
C)
D)

Q.7 डिक्शनरी की कुंजियों को मानों का उपयोग करके एक्सेस किया जा सकता है

The keys of the dictionary can be accessed using the values

A)
B)
C)
D)

Q.8 निम्नलिखित कोड निष्पादित होने पर कौन सा फ़ंक्शन कॉल किया जाता है?

Which function is called when the following code is executed?

f = foo()
format(f)
A)
B)
C)
D)

Q.9 निम्न में से कौन सा एक invalid variable है?

Which of the following is an invalid variable?

A)
B)
C)
D)

Q.10 निम्नलिखित में से कौन एक वैध स्ट्रिंग स्थिरांक(valid string constant in python) है?

Which of the following is a valid string constant in python?

A)
B)
C)
D)

Q.11 निम्नलिखित पायथन कोड का आउटपुट क्या होगा print(2**3)

What will be the output of the following Python code print(2**3)

A)
B)
C)
D)

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

What is the problem with the following statement?

100=grade
A)
B)
C)
D)

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

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

A)
B)
C)
D)

Q.14 list के item curly braces { } के अंदर लिखे जाते है

The items of the list are written inside curly braces { }

A)
B)
C)
D)

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

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

A)
B)
C)
D)

Q.16 फ़ाइल प्रबंधन में, इस शब्द का क्या अर्थ है "आर, ए"?

In file handling, what does this terms means “r, a”?

A)
B)
C)
D)

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

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

A)
B)
C)
D)

Q.18 निम्नलिखित में से किसे identifier के रूप में उपयोग नहीं किया जा सकता है?

Which of the following cannot be used as an identifier?

A)
B)
C)
D)

Q.19 इस expression का उत्तर क्या है 22%3

What is the answer to this expression 22%3

A)
B)
C)

Q.20 चयन नियंत्रण संरचना में

In selection control structure

A)
B)
C)
D)

Next Page