Tarea 4 - Progra - 4Div

Tarea 4 - Progra - 4Div

10th Grade

30 Qs

quiz-placeholder

Similar activities

Hojas de Cálculo #01

Hojas de Cálculo #01

9th - 12th Grade

33 Qs

PowerPoint

PowerPoint

KG - 12th Grade

30 Qs

Prueba Programacion

Prueba Programacion

10th Grade

25 Qs

PIA TIC 4TO / Internet y sitios web

PIA TIC 4TO / Internet y sitios web

10th Grade

26 Qs

Examen 1° SEC U9 - Habilidades Digitales

Examen 1° SEC U9 - Habilidades Digitales

7th Grade - University

30 Qs

Pensamiento computacional Code.org

Pensamiento computacional Code.org

9th - 12th Grade

30 Qs

JavaScript

JavaScript

10th - 12th Grade

25 Qs

Programacion basica

Programacion basica

10th Grade

25 Qs

Tarea 4 - Progra - 4Div

Tarea 4 - Progra - 4Div

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Julio Arriola

Used 3+ 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?