ACTIVIDAD CIERRE COD LB

ACTIVIDAD CIERRE COD LB

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

KG - 9th Grade

8 Qs

Programming with Python

Programming with Python

7th - 9th Grade

10 Qs

Evaluación Parcial de Kodu Game Lab

Evaluación Parcial de Kodu Game Lab

7th Grade

6 Qs

Repaso II

Repaso II

7th Grade

15 Qs

Evaluación Sexto

Evaluación Sexto

6th Grade

15 Qs

¡Reto Drive y Classroom!

¡Reto Drive y Classroom!

7th Grade

10 Qs

I Python - Code4Change

I Python - Code4Change

8th Grade

14 Qs

Quiz: PlayBoard y C++

Quiz: PlayBoard y C++

8th Grade

10 Qs

ACTIVIDAD CIERRE COD LB

ACTIVIDAD CIERRE COD LB

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

MICHAEL MURILLO

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es la función en Python que se utiliza para imprimir información en la consola?

input()

print()

read()

display()

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es la forma correcta de crear una variable en Python?

variable_name = value

value = variable_name

var Name = value

value var = variable_name

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es el resultado de la siguiente expresión en Python?

x = 5
y = 2
print(x / y)

2

2.0

Error

2.5

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál de las siguientes opciones es un operador de comparación en Python?

==

=

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál de las siguientes palabras clave se utiliza para definir una función en Python?

function

def

return

define

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es la sintaxis correcta para llamar a una función en Python?

function_name.arguments()

function_name.call(arguments)

call function_name(arguments)

function_name(arguments)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál de las siguientes opciones es un operador lógico en Python? Help: recuerden que Python está inspirado en el lenguaje natural...

and

&&

!=

||

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?