
Quizizz Data Analyst 2023-2
Authored by DataGrowth Community
Professional Development
Professional Development
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1) ¿Cuál es la diferencia entre una lista y una tupla?
Las listas son mutables y las tuplas son inmutables.
Las listas son inmutables y las tuplas son mutables.
Las listas se indexan con ( ) y las tuplas con [ ].
Las listas se indexan con [ ] y las tuplas con ( ).
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué imprime el código?
True
False
None
condicion1 or condicion2 or condicion3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué imprime el siguiente código?
1
2
3
4
5
6
0 1 2 3 4 5
1
2
3
4
5
Dos opciones son correctas.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué imprime el siguiente código?
['ociT', 'ittaguB', 'irarreF', 'iduA']
['Bugatti', 'Ferrari', 'Audi', 'Tico']
['Tico', 'Bugatti', 'Ferrari', 'Audi']
['ittaguB', 'irarreF', 'iduA', 'ociT']
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Del anterior numpy array, de qué manera podemos obtener el elemento de valor 5?
a[1,2]
a[1][2]
a[1,3]
Dos opciones son correctas.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Qué imprime el código?
[125 140 141]
[ 89 112 125 76]
[ 5 40 15 76]
[125 26 140]
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Tenemos el DataFrame alumno_df y notas_df. ¿Qué código en Python permite permite colocar el nombre del alumno en la tabla notas_df?
notas_df.merge(alumnos_df, how='left', on = 'id_alumno')
alumnos_df.merge(notas_df, how='left', on = 'id_alumno')
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?