Cuestionario01: "Variables Python"

Cuestionario01: "Variables Python"

1st - 3rd Grade

11 Qs

quiz-placeholder

Similar activities

Inputs and Booleans

Inputs and Booleans

3rd - 10th Grade

10 Qs

Programación 2021

Programación 2021

1st Grade

16 Qs

Python-Partie7

Python-Partie7

1st Grade

10 Qs

Repaso 4to encuentro

Repaso 4to encuentro

1st Grade

10 Qs

Tema if

Tema if

1st - 10th Grade

10 Qs

KUIZ PYTHON

KUIZ PYTHON

1st - 5th Grade

15 Qs

Programación y Base de Datos

Programación y Base de Datos

1st - 5th Grade

10 Qs

De todo

De todo

1st Grade - Professional Development

16 Qs

Cuestionario01: "Variables Python"

Cuestionario01: "Variables Python"

Assessment

Quiz

Computers

1st - 3rd Grade

Hard

Created by

wpacherres wpacherres

Used 44+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Luego de ejecutar este código, ¿a qué tipo de dato pertenece el valor almacenado en la variable a?

a = ("hola" == "casa")

Ninguna

str

int

bool

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Luego de realizar la siguiente asignación, ¿a qué tipo de dato pertenece el valor almacenado en la variable, longitud?

longitud = 1.0000

str

bool

float

int

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Luego de ejecutar este código, ¿a qué tipo de dato pertenece el valor almacenado en la variable resultado?

resultado = "Mi casa es su casa"

int

float

bool

str

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

¿Qué resultado se obtiene al ejecutar este código?

3 + 18 / 3

4

9.0

9

7

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Determine el resultado obtenido tras ejecutar este código

3 * "s" + 4 * "h"

sshhh

sh

ssshhhh

Error

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

¿Qué arroja como resultado este programa?

float("3") + int(4.3)

7.0

7.3

Erro de Python

8.0

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

En palabras, ¿qué es lo que hace este código?

var = 56

23 = var

A la variable 23 se le asigna el valor 56

No hace nada

Arroja un error de Python

Se le asigna 23 a la variable VAR

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?