Python básico

Python básico

9th Grade

20 Qs

quiz-placeholder

Similar activities

Programación y robótica - A

Programación y robótica - A

7th Grade - University

20 Qs

Pensamiento Computacional

Pensamiento Computacional

9th - 12th Grade

17 Qs

Robótica 905

Robótica 905

9th Grade

23 Qs

4tos Formativa

4tos Formativa

4th Grade - University

21 Qs

Quiz sobre la Historia de la Computadora

Quiz sobre la Historia de la Computadora

9th Grade - University

15 Qs

Conocimientos de Computación y Redes

Conocimientos de Computación y Redes

9th Grade

20 Qs

Algoritmos

Algoritmos

1st Grade - University

17 Qs

Eval. 6to prim  A 1BIM

Eval. 6to prim A 1BIM

6th Grade - University

20 Qs

Python básico

Python básico

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Camilo Charry

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál de los siguientes NO es un tipo de dato en Python?

int

float

string

double

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato es 3.14?

int

float

string

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el resultado de type(True)?

int

float

bool

str

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Verdadero o Falso:

"123" es un número entero.

Verdadero

Falso

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de las siguientes es una lista válida en Python?

{1, 2, 3}

[1, 2, 3]

(1, 2, 3)

1 2 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué método se usa para agregar un elemento al final de una lista?

append()

add()

insert()

push()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Verdadero o Falso:

  2. Los diccionarios en Python almacenan pares clave-valor.

VERDADERO

FALSO

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?