GUIA TECNOLOGIA 2

GUIA TECNOLOGIA 2

8th Grade

15 Qs

quiz-placeholder

Similar activities

QUIZ  IA 9°

QUIZ IA 9°

9th Grade

20 Qs

HERRAMIENTAS DE WORD 2

HERRAMIENTAS DE WORD 2

10th Grade

11 Qs

Campos tecnologícos

Campos tecnologícos

10th Grade

12 Qs

PROCESO TECNOLÓGICO

PROCESO TECNOLÓGICO

7th - 9th Grade

11 Qs

Metales 1

Metales 1

11th Grade

14 Qs

Edipo Rey y Mitología griega

Edipo Rey y Mitología griega

10th Grade

14 Qs

Interfaz de Excel Construcción

Interfaz de Excel Construcción

University

17 Qs

INTERNET. SEGURIDAD Y RESPONSABILIDAD

INTERNET. SEGURIDAD Y RESPONSABILIDAD

8th Grade

17 Qs

GUIA TECNOLOGIA 2

GUIA TECNOLOGIA 2

Assessment

Quiz

Instructional Technology

8th Grade

Hard

Created by

ANNE OSORIO

FREE Resource

AI

Enhance your content

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

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.

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?