Python básico

Python básico

9th Grade

20 Qs

quiz-placeholder

Similar activities

4.1 Kod Arahan

4.1 Kod Arahan

1st Grade - University

16 Qs

Kuiz Celik IT

Kuiz Celik IT

1st Grade - University

20 Qs

Python Coding Fundamentals

Python Coding Fundamentals

9th Grade

18 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Quiz Informatika Genap KLs 7

Quiz Informatika Genap KLs 7

7th Grade - University

15 Qs

Privacidade, pesquisa e direitos de autor

Privacidade, pesquisa e direitos de autor

7th Grade - University

20 Qs

sistem komputer kelas 9

sistem komputer kelas 9

9th Grade - University

20 Qs

2.3 Programming Data Review

2.3 Programming Data Review

9th - 12th Grade

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