Python básico

Python básico

9th Grade

20 Qs

quiz-placeholder

Similar activities

Examen 2°A Diseña/Implementa Software

Examen 2°A Diseña/Implementa Software

9th - 12th Grade

24 Qs

1er Examen 4to

1er Examen 4to

9th - 12th Grade

15 Qs

Examen Unidad 1   3ro basico

Examen Unidad 1 3ro basico

9th Grade

15 Qs

Examen

Examen

9th Grade

18 Qs

Evaluación Informática

Evaluación Informática

9th - 12th Grade

20 Qs

Hardware Software 1ºA

Hardware Software 1ºA

9th - 12th Grade

15 Qs

TEC-M2-C2

TEC-M2-C2

9th Grade - University

18 Qs

Diagnostico Grado Sexto

Diagnostico Grado Sexto

6th Grade - University

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