Tarea 4 - Progra - 4Div

Tarea 4 - Progra - 4Div

10th Grade

30 Qs

quiz-placeholder

Similar activities

Examen 1° SEC U9 - Habilidades Digitales

Examen 1° SEC U9 - Habilidades Digitales

7th Grade - University

30 Qs

Hardware del PC

Hardware del PC

10th Grade

32 Qs

Estructuras de Datos en Python

Estructuras de Datos en Python

10th Grade

26 Qs

Pensamiento computacional Code.org

Pensamiento computacional Code.org

9th - 12th Grade

30 Qs

Hojas de Cálculo #01

Hojas de Cálculo #01

9th - 12th Grade

33 Qs

Preguntas de Scratch

Preguntas de Scratch

1st - 12th Grade

27 Qs

Prueba Programacion

Prueba Programacion

10th Grade

25 Qs

Microsoft Azure AI

Microsoft Azure AI

10th Grade

26 Qs

Tarea 4 - Progra - 4Div

Tarea 4 - Progra - 4Div

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Julio Arriola

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué función se utiliza para capturar la entrada del usuario en Python?

input()

read()

print()

scan()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato devuelve siempre la función input()?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué sucede si intentamos sumar dos strings que parecen números, como '5' y '5'?

Devuelve 5

Genera un error

Devuelve 55

Devuelve 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función correcta para convertir un string a un entero en Python?

bool()

int()

float()

str()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué error se genera si intentamos convertir un string no numérico a un entero?

TypeError

ValueError

KeyError

IndexError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué bloque se utiliza para manejar errores en Python?

try-finally

catch-except

try-except

try-catch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de error se debe manejar al intentar convertir un string a un número?

AttributeError

SyntaxError

ValueError

TypeError

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?