PYTHON 1

PYTHON 1

1st Grade

20 Qs

quiz-placeholder

Similar activities

CUESTIONARIO DE CONOCIMIENTOS DE FCYE

CUESTIONARIO DE CONOCIMIENTOS DE FCYE

1st - 2nd Grade

20 Qs

1 e 2 ano Informática

1 e 2 ano Informática

1st - 2nd Grade

18 Qs

IRS (teste)

IRS (teste)

1st - 2nd Grade

17 Qs

Linux

Linux

1st - 3rd Grade

15 Qs

1ro 2023-2024

1ro 2023-2024

1st - 5th Grade

20 Qs

REPASO DE CONTENIDOS

REPASO DE CONTENIDOS

1st - 12th Grade

15 Qs

Robótica Educacional

Robótica Educacional

1st Grade

16 Qs

EXCEL TABLAS DINAMICAS_HERRAMIENTAS DE DATOS

EXCEL TABLAS DINAMICAS_HERRAMIENTAS DE DATOS

1st Grade

15 Qs

PYTHON 1

PYTHON 1

Assessment

Quiz

Instructional Technology

1st Grade

Medium

Created by

Mabel Cogollo

Used 15+ 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?