Fundamentos de Python

Fundamentos de Python

11th Grade

16 Qs

quiz-placeholder

Similar activities

INTRODUCCIÓN LOS PLÁSTICOS

INTRODUCCIÓN LOS PLÁSTICOS

1st - 12th Grade

12 Qs

TALADRO DE COLUMNA

TALADRO DE COLUMNA

University

15 Qs

PARTES DE LA COMPUTADORA

PARTES DE LA COMPUTADORA

12th Grade - University

15 Qs

MEDIOS DE INFORMACIÓN VIRTUALES

MEDIOS DE INFORMACIÓN VIRTUALES

University

20 Qs

POWER POINT

POWER POINT

1st - 12th Grade

12 Qs

Propiedades de los materiales

Propiedades de los materiales

9th - 12th Grade

16 Qs

Elementos de Edición Canva

Elementos de Edición Canva

12th Grade

13 Qs

QUIZZ 1 OPUNI 21

QUIZZ 1 OPUNI 21

University

12 Qs

Fundamentos de Python

Fundamentos de Python

Assessment

Quiz

Instructional Technology

11th Grade

Medium

Created by

Jenccy Giovanni Santos Morales

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato es 'Hola' en Python?

string

list

integer

boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué función se utiliza para imprimir en pantalla?

print()

output()

show()

display()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué devuelve la expresión 10 > 5?

false

true

10 < 5

5 > 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato es 3.14 en Python?

integer

boolean

float

string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se puede leer un número entero del usuario?

numero = float(input('Introduce un número entero: '))

numero = input('Introduce un número: ')

numero = str(input('Introduce un número entero: '))

numero = int(input('Introduce un número entero: '))

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué se imprime con print(2 ** 3)?

4

6

9

8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué operador se usa para comparar si dos valores son iguales?

==

<

=

!=

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?