O Level Python Paper April 2022 PDF Download

दोस्तों यदि आप बार-बार O Level Old Question Paper PDF search कर रहे है तो आपने बिल्कुल सही आर्टिकल o level python PDF पर क्लिक किया है क्योंकि आज मै आपके साथ o level python question paper april 2022 शेयर करने वाला हूँ | तो चलिये देखते है april 2022 – o level python question paper मे कौन-कौन से question पूछे गए थे और आप python paper 2022 pdf कैसे डाऊनलोड कर सकते हो |

Table of Contents

O level python old paper solution – april 2022

1.1 निम्न कोड का आउटपुट क्या होगा
print type(type(int))
A) type ‘int’
B) type ‘type’
C) Error
D) 0

Correct Answer : Output of print type(type(int)) is type ‘type’ .

1.2 निम्न कोड का आउटपुट क्या होगा
L=[‘a’,’b’,’c’,’d’]
print ”.join(L)
A) Error
B) None
C) abcd
D) [‘a’,’b’,’c’,’d’]

Correct Answer : Output of L=[‘a’,’b’,’c’,’d’] print ”.join(L) is abcd .

1.3 निम्न symbol दर्शाता है
o level question paper
A) Decision
B) Initialization
C) Input/Output
D) Start/End

Correct Answer : C) Input/Outpu

1.4 माना लीजिए list 1 [3,4,5,20,5,25,1,3] हैं तो list 1.pop(1) के बाद pop 1 क्या हैं |
A) [3,4,5,20,5,25,1,3]
B) [1,3,3,4,5,5,20,25]
C) [3,5,20,5,25,1,3]
D) [1,3,4,5,20,5,25,]

Correct Answer :C) [3,5,20,5,25,1,3]

1.5 Python में id() का उपयोग निम्न में से किसमें होता हैं?
A) Which of the following is the use of id() function in python?
B) Id returns the identity of the object
C) All of the mentioned
D) None of the mentioned

Correct Answer :A) Which of the following is the use of id() function in python?

1.6 जब एक class में function को defined किया जाता है तो उसे क्या कहते हैं?
A) Module
B) Class
C) Another function
D) Method

Correct Answer :D) Method

1.7 निम्न कोड का output क्या है?
print 9//2
A) 4.5
B) 4.0
C) 4
D) Error

Correct Answer :C) 4

1.8 Python में reserved keyword चुनें:
A) else
B) raise
C) import
D) All of the mentioned

Correct Answer :D) All of the mentioned

1.9 Python में इनमें से किस data type को supported नहीं होता ?
A) Number
B) String
C) List
D) Slice

Correct Answer :D) Slice

1.10 निम्न प्रोग्राम का आउटपुट क्या हैं?
i=0
while i<3:
print i
i++
print i+1
A) 0 2 1 3 2 4
B) 0 1 2 3 4 5
C) Error
D) 1 0 2 4 3 5

Correct Answer :C) Error

o level question paper with answer pdf

नीचे दिया गया प्रत्येक कथन या तो सत्य है या झूठा। सबसे उपयुक्त चुनें और “OMR” में अपनी पसंद दर्ज करें प्रश्न के साथ प्रदान की गई उत्तर पुस्तिका कागज, उसमें दिए गए निर्देशों का पालन करते हुए।

2.1 डाटा visualization के उदेश्य के लिए Numpy का उपयोग करें| – False

2.2 Python myfile.py कमांड शेल में python file को चलाने के लिए प्रयोग किया जाता है| – True

2.3 Python में स्कोप रूल को (ELGB)(enclosed,local,global,bilt-in) के रूप में संक्षेपित किया गया हैं | – False

2.4 Python में strings mutable हैं | – False

2.5 इनपुट और आउटपुट दोनों के लिए इस्तेमाल किया जाने वाला प्रतीक एक समांतर चतुर्भुज है| – True

2.6 यदि list =[10,20,30] है तो list*2 ऑपरेशन [20,40,60] रिटर्न करेगा| – False

2.7 Flow chart में coditional statement के लिए प्रयुक्त सिम्बल diamond box होता है| – True

2.8 आप किसी सिंगल एलिमंट के लिए keys का उपयोग करके किसी dictionary में वैल्यू निर्दिष्ट प्राप्त नहीं कर सकते हैं| – False

2.9 Python मे__main__ function होना अनिवार्य हैं| – False

2.10 Python आपको एक साथ कई वेरियेबल के लिए वैल्यू निर्देष्ट करने की अनुमति देता है| –True

M3-R5 O Level Question Paper with Solution

कॉलम X में शब्दों और वाक्यांशों को निकटतम संबंधित अर्थ / शब्द / वाक्यांश (वाक्यांश) के साथ मिलाएं कॉलम Y में। प्रश्न के साथ दिए गए “ओएमआर” उत्तर पत्रक में अपना चयन दर्ज करें कागज, उसमें दिए गए निर्देशों का पालन करते हुए।

कॉलम Xकॉलम Y
3.1Recursion में प्रयोग होने वाला Data Structuce – B AMethod True रिटर्न होगा यदि स्ट्रिंग में सभी वर्ण अल्फन्युमेरिक (या तो अक्षर या संख्या) हैं, यदि नहीं तो False रिटर्न होगा
3.2File में लिखी जाने वाली पक्तियों की एक सूची लेने वाला function – EBStack
3.3File में वर्तमान स्थिति उत्पन्न करने Function CCtell()
3.4दो strings को जोड़ने के लिए इस्तेमाल किया जाने वाला Operator – IDWrite()
3.5Error जाँच के लिए उपयोग किया जाने वाला स्टेटमेंट – JEwritelines()
3.6किसी संख्या की power ज्ञात करने के लिए उपयोग किया जाने वाला function – GFTuple
3.7Isalnum – AGpow()
3.8Immutable Object – FHexp()
3.9Getcwd() LI+
3.10विभाजन के बाद शेषफल की गणना करने के लिए उपयोग किया जाने वाला ऑपरेटर – MJAssert
KQueue
Lमेथड वर्तमान कार्यशील निर्देशिका ( current working directory) को प्रदर्शित करता है
M%
O Level Python Paper April 2022

Also Read:

O Level Previous Year Question Papers – April 2022

नीचे दिए गए प्रत्येक कथन में सूची में किसी एक शब्द (शब्दों) या वाक्यांश (वाक्यांशों) को फिट करने के लिए रिक्त स्थान है
नीचे। सबसे उपयुक्त विकल्प चुनें, “ओएमआर” उत्तर में अपनी पसंद दर्ज करें प्रश्न पत्र के साथ दी गई शीट, उसमें दिए गए निर्देशों का पालन करते हुए।

A) mehetheyB) 0C) math.pyD) (‘hijk’,’ ‘,’ ‘)
E) NumpyF) OptimisersG) read__csv()H) dropna()
I) arr.dtype()J) Name errorK) ReferenceL) Pandas
M) me he they
Python paper 2022 – O level

4.1 यदि a को a=[‘me’,’he’,’they’] के रूप में घोषित किया जाता हैं ,तो a=”.join(a) की वैल्यू mehethey होगा|

4.2 print(‘hijk’.partition(‘ab’)) का output (‘hijk’,’ ‘,’ ‘) होगा|

4.3 कोड print(‘abbzxyzxzxabb’.count(‘abb’,-10,-1)) output 0 देगा

4.4 declaration में, x=Circle(), x में circle() ऑब्जेक्ट के लिए एक Reference होता हैं |

4.5 Python में Pandas का उपयोग डेटा विश्लेषण और सारणीबध्द डेटा में हेरफेर के लिए किया जाता है|

4.6 Pandas का Dropna() method एक नया डेटाफ्रेम रिटर्न करता हैं |

4.7 Math.py constants module से गणितीय संख्या PI लौटायगा |

4.8 किसी function के न्यूनतम मान या समीकरण के मूल को खोजने के लिए SciPy लाइब्रेरी में परिभाषित प्रकियाओ का सेट optimisers हैं|

4.9 arr.dtype एक ऐरे के डेटा टाइप की जाँच करने में मदद करता हैं |

4.10 CSV फ़ाइल को डेटाफ्रेम में लोड करने के लिए read_csv() pandas का एक function हैं |

O Level Question Paper with answer in Hindi PDF

O Level Python Paper April 2022 PDF Download

PART TWO
Answer any FOUR questions

5. a) Make a flow chart to add and print two number given as input by user.

b) Differentiate between compiled and interpreted Language.

c) Design an algorithm and the corresponding flow chart for adding the test scores as given below :26,49,98,87,62,75

d) How are Lists different from Tuples ?

6. a) Write a recursive function to display the Fibonacci sequence.

b) Write a program to display all the prime number within an interval.

c) Program to find the factorial of a number provided by the user.

7. a) Explain NumPy Lidrary in Python. Write a NumPy program to generate five random numbers from the normal distribution.

b) Explain the following:
(i) SET
(ii) Seek() function
(iii) Tell()
(ix) String Slicing
(v) List comprehension

8. a) Write a python program to demonstrate different techniques for read the data from the user and write in back to file.

b) Write a program that reads a Test File and Counts the number of time a certain Letter appears in the Text file.

9. a) Write a program to check whether the entered character is vowel or consonant.

b) Write a Python program to count the number of strings where the string length is 2 or more and the first and last character are same from a given list of strings.

Conclusion

मुझे आशा है कि आपको समझ आ गया होगा कि NIELIT O Level Python 2022 Question Paper मे कौन कौन से प्रश्न पूछे गए थे आप python paper april 2022 exam PDF Download कर सकते है अपना कीमती समय देने के लिए धन्यवाद !!

2 thoughts on “O Level Python Paper April 2022 PDF Download”

Leave a Comment