ar
Feedback
Class 12 Computer science

Class 12 Computer science

الذهاب إلى القناة على Telegram

Contact here at @PromoXtalk_bot for any business/ promotion related queries Contact here @MaterialXrequest_bot for requesting any Study materials

إظهار المزيد
2 235
المشتركون
لا توجد بيانات24 ساعات
-27 أيام
-3530 أيام
أرشيف المشاركات
🎉 Quiz Finished! 🎉 Thank you for participating. Keep learning, keep growing, and come back tomorrow for more questions! Free Premium PDFs: acadpills.com/premium Next quiz Sunday at 20:00

Q10/10: Which mode is used to open a file for reading in text format?
Anonymous voting

Q9/10: Assertion (A): 'from module import *' imports all objects from the module. Reason (R): It is recommended to avoid naming conflicts.
Anonymous voting

Q8/10: What is the output of math.pow(3, 2)?
Anonymous voting

Q7/10: Which function of the math module returns the smallest integer greater than or equal to x?
Anonymous voting

Q6/10: What are the possible outputs for random.randrange(1, 5)?
Anonymous voting

Q5/10: Which module must be imported to use the randint() function?
Anonymous voting

Q4/10: Which keyword allows us to modify a global variable from inside a function?
Anonymous voting

Q3/10: What will def my_func(*args): return len(args) return for the call my_func(1, 2, 3, 4)?
Anonymous voting

Q2/10: Assertion (A): A function can return multiple values. Reason (R): Python automatically packs multiple return values into a tuple.
Anonymous voting

Q1/10: Which of the following is true about local and global variables?
Anonymous voting

✨ Quiz Time! ✨ Answer today's quiz questions and test your knowledge. Every question is a step toward exam success! FREE Premium PDFs Available Here: acadpills.com/premium Good luck!

🎉 Quiz Finished! 🎉 Thank you for participating. Keep learning, keep growing, and come back tomorrow for more questions! Free Premium PDFs: acadpills.com/premium Next quiz Wednesday at 20:00

Q10/10: What are the variables or values passed in a function call called?
Anonymous voting

Q9/10: Predict the output for: def f(a, b=[]): b.append(a); return b. What is the output of print(f(1)) followed by print(f(2))?
Anonymous voting

Q8/10: What is the default return value of a function that does not contain a return statement?
Anonymous voting

Q7/10: Which keyword is used to define a user-defined function in Python?
Anonymous voting

Q6/10: Assertion (A): Lists can be used as keys in a dictionary. Reason (R): Dictionary keys must be immutable data types.
Anonymous voting

Q5/10: Given list L = [10, 20, 30, 40], what does L[-1:-3:-1] return?
Anonymous voting

Q4/10: Which function is used to read a line of text from the standard input?
Anonymous voting