Python básico

Python básico

9th Grade

20 Qs

quiz-placeholder

Similar activities

Conocimientos de Computación y Redes

Conocimientos de Computación y Redes

9th Grade

20 Qs

Programación y robótica - A

Programación y robótica - A

7th Grade - University

20 Qs

Examen Unidad 1   3ro basico

Examen Unidad 1 3ro basico

9th Grade

15 Qs

Hardware Software 1ºA

Hardware Software 1ºA

9th - 12th Grade

15 Qs

Formas y fuentes de energia

Formas y fuentes de energia

9th Grade

20 Qs

Historia de la Robótica

Historia de la Robótica

8th Grade - University

20 Qs

Quiz sobre Dibujo de Planos Arquitectónicos y Estructurales

Quiz sobre Dibujo de Planos Arquitectónicos y Estructurales

9th Grade - University

20 Qs

Robótica 905

Robótica 905

9th Grade

23 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?