Fundamentos de Python

Fundamentos de Python

11th Grade

16 Qs

quiz-placeholder

Similar activities

Tema I: micro:bit Media General

Tema I: micro:bit Media General

7th Grade - University

13 Qs

Módulo 18

Módulo 18

12th Grade

16 Qs

Cuestionario Recuperación UD7

Cuestionario Recuperación UD7

12th Grade

20 Qs

Arduino Uno

Arduino Uno

11th Grade

15 Qs

Grade 11 diagnostic test

Grade 11 diagnostic test

11th Grade

20 Qs

Estructuras repetitivas

Estructuras repetitivas

University

13 Qs

Lenguaje de Programacion P1

Lenguaje de Programacion P1

12th Grade

11 Qs

Python_Parcial

Python_Parcial

University

15 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?