es
Feedback
Class 12 Computer science

Class 12 Computer science

Ir al canal en Telegram

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

Mostrar más
2 235
Suscriptores
Sin datos24 horas
-27 días
-3530 días

Carga de datos en curso...

Nube de Etiquetas
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Publicaciones del Canal
🎉 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

2
Q10/10: Which mode is used to open a file for reading in text format?
12
3
Q9/10: Assertion (A): 'from module import *' imports all objects from the module. Reason (R): It is recommended to avoid naming conflicts.
12
4
Q8/10: What is the output of math.pow(3, 2)?
11
5
Q7/10: Which function of the math module returns the smallest integer greater than or equal to x?
9
6
Q6/10: What are the possible outputs for random.randrange(1, 5)?
8
7
Q5/10: Which module must be imported to use the randint() function?
9
8
Q4/10: Which keyword allows us to modify a global variable from inside a function?
10
9
Q3/10: What will def my_func(*args): return len(args) return for the call my_func(1, 2, 3, 4)?
10
10
Q2/10: Assertion (A): A function can return multiple values. Reason (R): Python automatically packs multiple return values into a tuple.
10
11
Q1/10: Which of the following is true about local and global variables?
11
12
✨ 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!
11
13
🎉 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
44
14
Q10/10: What are the variables or values passed in a function call called?
45
15
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))?
44
16
Q8/10: What is the default return value of a function that does not contain a return statement?
39
17
Q7/10: Which keyword is used to define a user-defined function in Python?
32
18
Q6/10: Assertion (A): Lists can be used as keys in a dictionary. Reason (R): Dictionary keys must be immutable data types.
33
19
Q5/10: Given list L = [10, 20, 30, 40], what does L[-1:-3:-1] return?
32
20
Q4/10: Which function is used to read a line of text from the standard input?
28