ch
Feedback
O Level Previous paper

O Level Previous paper

前往频道在 Telegram

https://youtube.com/@Satya806 सभी लोग इस Channel को Subscribe कर लो https://t.me/O_levelpaper Telegram group Quiz 👉https://t.me/o_levelsatya #M4-R5_Paper #M2R5 #O_Level #M3R5_Notes #M1R5Video #PaidClass_O_Level #O_Level_Notes #Satya_Sir

显示更多
732
订阅者
无数据24 小时
-17
-130
帖子存档
Anonymous voting

कंप्यूटर का प्रत्येक कम्पोनेन्ट या तो ……..होता है। (a) हार्डवेयर या सॉफ्टवेयर (b) सॉफ्टवेयर या CPU/RAM (c) ऐप्लिकेशन सॉप्टवेयर या सिस्टम सॉफ्टवेयर (d) इनपुट डिवाइस या आउटपुट डिवाइस (e) इनमें से कोई नहीं
Anonymous voting

Anonymous voting

Anonymous voting

1 ककलोबाइट (KB) ककिने बाइट के बराबर होिे है ? • (A) 1024 बाइट • (B) 1024 मेगाबाइट • (C) 1024 गीगाबाइट • (D) इनमें से िोई नह
Anonymous voting

for i in [1, 2, 3, 4][::-1]: print(i, end=' ')
Anonymous voting

x = 'abcd' for i in x: print(i.upper())
Anonymous voting

len(["hello",2, 4, 6])
Anonymous voting

print("%.2f"%x)
Anonymous voting

Which of the following is not a core data type in Python programming? a) Tuples b) Lists c) Class d) Dictionary
Anonymous voting

min(max(False,-3,-4), 2,7) MOST IMP
Anonymous voting

Which of the following functions is a built-in function in python? a) factorial() b) print() c) seed() d) sqrt()
Anonymous voting

Which of the following is the truncation division operator in Python? a) | b) // c) / d) %
Anonymous voting

2**(3**2) (2**3)**2 2**3**2
Anonymous voting

What does pip stand for python? a) Pip Installs Python b) Pip Installs Packages c) Preferred Installer Program d) All of the mentioned
Anonymous voting

i = 1 while True: if i%3 == 0: break print(i) i + = 1
Anonymous voting

Which of the following character is used to give single-line comments in Python? a) // b) # c) ! d) /*
Anonymous voting

Which keyword is used for function in Python language? a) Function b) def c) Fun d) Define
Anonymous voting

Which of the following is used to define a block of code in Python language? a) Indentation b) Key c) Brackets d) All of the mentioned
Anonymous voting