PYTHON 1

PYTHON 1

1st Grade

20 Qs

quiz-placeholder

Similar activities

BLOQUE 2 INFORMATICA_PUNTOS EXTRA

BLOQUE 2 INFORMATICA_PUNTOS EXTRA

1st - 10th Grade

20 Qs

Identificação e remoção de código redundante ou desnecessário.

Identificação e remoção de código redundante ou desnecessário.

1st Grade

20 Qs

Excel

Excel

1st Grade

20 Qs

EXCEL Función Sumar, Contar y SI

EXCEL Función Sumar, Contar y SI

1st Grade

15 Qs

Luyện tập rẽ nhánh

Luyện tập rẽ nhánh

1st - 12th Grade

19 Qs

COMPUTACIÓN - CLASSROOM 05

COMPUTACIÓN - CLASSROOM 05

1st - 12th Grade

20 Qs

1ero. Básico Computación - III Unidad

1ero. Básico Computación - III Unidad

1st Grade

15 Qs

Carbonne DWWM

Carbonne DWWM

1st - 5th Grade

20 Qs

PYTHON 1

PYTHON 1

Assessment

Quiz

Instructional Technology

1st Grade

Medium

Created by

Mabel Cogollo

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de las siguientes es un instrucción de asignación válida en Python?

X = 3

X := 3

X == 3

X <- 3

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Cuál es la sintaxis correcta en Python para que muestre el tipo de variable x?

print(type(x))

print(typeof(x))

print(typeof x)

print(type x)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

según la imagen, qué respuesta es la correcta

int

bool

float

str

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

con el código

print(9>2 and 6<=6)

en python, se muestra:

True

False

entrada invalida

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

con el codigo

print(4 + "2")

en python, se muestra

6

42

4

TypeError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

con el código

print(10 != 9 or 20 >=20)

en python se muestra:

True

False

TypeError

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

float

int

str

positive

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?