Search Header Logo

Quizizz Data Analyst 2023-2

Authored by DataGrowth Community

Professional Development

Professional Development

Used 3+ times

Quizizz Data Analyst 2023-2
AI

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

Media Image

¿Qué imprime el código?

True

False

None

condicion1 or condicion2 or condicion3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

¿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

Media Image

¿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

Media Image

¿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

Media Image

¿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

Media Image

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?