Search Header Logo

GUIA TECNOLOGIA 2

Authored by ANNE OSORIO

Instructional Technology

8th Grade

GUIA TECNOLOGIA 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué es Pynthon?

Pythan

Pythom

Pynthon

Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se declara una variable en Pynthon?

x = 5

var x = 5;

x : 5

let x = 5;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de datos se pueden usar en Pynthon?

int, float, str, list, tuple, dict, set, bool

char

float64

byte

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se crea una lista en Pynthon?

mi_lista = {1, 2, 3}

mi_lista = (1, 2, 3)

mi_lista = '1, 2, 3'

mi_lista = [1, 2, 3]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué función se utiliza para imprimir en Pynthon?

output()

display()

print()

show()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se define una función en Pynthon?

define nombre_funcion(parametros)

function nombre_funcion(parametros)

def nombre_funcion(parametros):

create nombre_funcion(parametros)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se maneja una excepción en Pynthon?

Se utiliza try y except para manejar excepciones en Python.

Se utiliza if y else para manejar excepciones en Python.

Las excepciones se manejan con la función handle() en Python.

Se deben declarar todas las excepciones al inicio del programa.

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Instructional Technology