O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

9 Which one of these is NOT true about recursion?

इनमें से कौन सा पुनरावृत्ति के बारे में सही नहीं है?

Previous Question Next Question

11 Suppose d = {“john”:40, “peter”:45}, what happens when we try to retrieve a value using the expression d[“susan”]?

मान लीजिए d = {“john”:40, “peter”:45}, तब क्या होता है जब हम d[“susan”] अभिव्यक्ति का उपयोग करके मान प्राप्त करने का प्रयास करते हैं?

Previous Question Next Question

17 What does np.zeros((2,3)) return?

Np.zeros ((2,3)) क्या लौटाता है?

Previous Question Next Question

19 Which of the statements about dictionary values if false?

ड़िक्शनरी वैल्यूज में से कौन सा स्टेट्मेंट यदि गलत है?

Previous Question Next Question

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

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

Previous Question Next Question

22 Which of these is not true about recursion?

इनमें से कौन सा रिकर्शन के बारे में सच नहीं है?

Previous Question Next Question

25 NumPy arrays used over lists because

NumPy ऐरे का उपयोग लिस्ट पर किया जाता है क्योंकि

Previous Question