O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

2 Suppose list1 is [1, 3, 2], What is list1 * 2?

मान लीजिए list1 [1, 3, 2] है, list1 * 2 क्या है?

Previous Question Next Question

6 What will return by math.trunc() function in python

पायथन में Math.trunc() फ़ंक्शन द्वारा क्या लौटाया जाएगा

Previous Question Next Question

9 The meaning of bug is a-

बग का अर्थ है -

Previous Question Next Question

10 which of the following is correct about Python ?

पाइथन के बारे में निम्नलिखित में से कौन सा सही है?

Previous Question Next Question

12 What is the purpose of the np.array() function in NumPy?

NumPy में np.array() फ़ंक्शन का उद्देश्य क्या है?

Previous Question Next Question

13 What is a correct syntax to create a NumPy array?

NumPy array बनाने के लिए सही सिंटैक्स क्या है?

Previous Question Next Question

19 Which one of the following is incorrect?

निम्नलिखित में से कौन सा गलत है?

Previous Question Next Question

20 Identify the correct sequence of steps to run a program.

प्रोग्राम चलाने के लिए चरणों के सही अनुक्रम की पहचान करें।

Previous Question Next Question

23 What does the update() method do in a dictionary?

अपडेट() विधि शब्दकोश में क्या करती है?

Previous Question Next Question