PYTHON 1

PYTHON 1

1st Grade

20 Qs

quiz-placeholder

Similar activities

Inducción Sena

Inducción Sena

1st Grade

18 Qs

Coding P1-P3 การเขียนโปรแกรม 01

Coding P1-P3 การเขียนโปรแกรม 01

1st - 5th Grade

20 Qs

USO PEDAGÓGICO DE LAS TICS

USO PEDAGÓGICO DE LAS TICS

1st - 3rd Grade

24 Qs

LAS HERRAMIENTAS Y MÁQUINAS

LAS HERRAMIENTAS Y MÁQUINAS

1st - 7th Grade

20 Qs

Evolução dos Softwares

Evolução dos Softwares

1st - 12th Grade

19 Qs

GENIO

GENIO

1st - 3rd Grade

20 Qs

Pensamento Computacional

Pensamento Computacional

1st Grade

20 Qs

Calculadora humana

Calculadora humana

KG - 3rd Grade

16 Qs

PYTHON 1

PYTHON 1

Assessment

Quiz

Instructional Technology

1st Grade

Practice Problem

Medium

Created by

Mabel Cogollo

Used 16+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?