O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

4 What are the three different types, of algorithm constructions?

एल्गोरिथ्म निर्माण के तीन अलग - अलग प्रकार क्या हैं?

Previous Question Next Question

6 What is zeros() function in numpy use to?

numpy उपयोग में zeros() फ़ंक्शन क्या है?

Previous Question Next Question

16 which is a correct way to open a file in python

पायथन में फ़ाइल खोलने के लिए किस फ़ंक्शन का उपयोग किया जाता है?

Previous Question Next Question

18 The syntax of seek() is: file_object.seek(offset [, reference_point]) What does the reference_point indicate?

seek () का सिंटैक्स है: file_object.seek(offset [, Reference_point]) रेफरेंस_पॉइंट क्या दर्शाता है?

Previous Question Next Question

19 How is a function declared in Python ?

पायथन में एक फ़ंक्शन कैसे घोषित किया जाता है?

Previous Question Next Question

20 Correct syntax of file.writelines is?

File.writelines का सही वाक्यविन्यास है?

Previous Question Next Question

21 What is unpickling?

अनपिकलिंग क्या है

Previous Question Next Question