🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

O Level Python Paper January 2026

Question: 4 Report Error

प्रोग्रामिंग में refactoring का क्या अर्थ है?

What does refactoring mean in programming?

A)
B)
C)
D)

Question: 7 Report Error

प्स्यूडोकोड के बारे में निम्न में से कौन सा सही है?

Which of the following is correct about pseudocode?

A)
B)
C)
D)

Question: 9 Report Error

क्या output होगा?

What will be the output?

def factorial(x)
  if x==0:
    return 1
else:
    return x*factorial(x-1)

print(factorial(3))
A)
B)
C)
D)

Question: 13 Report Error

Indirect Recursion की अवधारणा क्या है?

What is the concept of Indirect Recursion?

A)
B)
C)
D)

Question: 14 Report Error

NumPy में int32 data type की range क्या है?

What is the range of int32 data type in NumPy?

A)
B)
C)
D)

Question: 17 Report Error

प्रोग्रामिंग में refactoring का क्या अर्थ है

What does refactoring mean in programming

A)
B)
C)
D)

Question: 18 Report Error

Python में seek() method का उद्देश्य क्या है

What is the purpose of the seek() method in Python

A)
B)
C)
D)

Question: 29 Report Error

प्स्यूडोकोड किसके लिए उपयोग किया जाता है

What is pseudocode used for

A)
B)
C)
D)

Question: 33 Report Error

प्स्यूडोकोड के बारे में निम्न में से कौन सा सही है

Which of the following is correct about pseudocode

A)
B)
C)
D)

Question: 35 Report Error

हम सिस्टम में numPy कैसे स्थापित करते हैं

How we install numPy in system

A)
B)
C)
D)

Question: 36 Report Error

क्या output होगा

What will be the output

def factorial(x)
  if x==0:
    return 1
else:
    return x*factorial(x-1)
print(factorial(3))
A)
B)
C)
D)

Question: 37 Report Error

sys मॉड्यूल क्यों उपयोग किया जाता है

Why is the sys module used in Python

A)
B)
C)
D)

Question: 41 Report Error

Python में memory management के बारे में कौन-सा कथन सही है

Which of the following statements is true about memory management in Python

A)
B)
C)
D)

Question: 42 Report Error

Python के जनक (Father of Python) कौन हैं

Who is the Father of Python

A)
B)
C)
D)

Question: 44 Report Error

Indirect Recursion की अवधारणा क्या है

What is the concept of Indirect Recursion

A)
B)
C)
D)

Question: 45 Report Error

NumPy में int32 data type की range क्या है

What is the range of int32 data type in NumPy

A)
B)
C)
D)

Question: 48 Report Error

Python में Scope से क्या तात्पर्य है

What does Scope mean in Python

A)
B)
C)
D)

Question: 49 Report Error

Array dimension कैसे दर्शाते हैं

How are array dimensions represented

A)
B)
C)
D)

Question: 50 Report Error

Numpy क्या है

What is Numpy in Python

A)
B)
C)
D)

Question: 51 Report Error

Tuple और List के बीच क्या अंतर है

What is the difference between Tuple and List in Python

A)
B)
C)
D)

Question: 52 Report Error

डेटा फाइल को कहाँ रखा जाता है

Where is a data file usually stored

A)
B)
C)
D)

Question: 53 Report Error

निम्नलिखित NumPy कोड का output क्या होगा

What will be the output of the following NumPy code

import numpy as np
x = np.arange(1, 11, 2)
print(x)
A)
B)
C)
D)

Question: 56 Report Error

NumPy का पूरा नाम क्या है

What is the full form of NumPy

A)
B)
C)
D)

Question: 57 Report Error

Modular Programming क्या है

What is Modular Programming

A)
B)
C)
D)

Related Papers



















































Latest Updates