GUIA TECNOLOGIA 2

GUIA TECNOLOGIA 2

8th Grade

15 Qs

quiz-placeholder

Similar activities

Tema I: micro:bit Media General

Tema I: micro:bit Media General

7th Grade - University

13 Qs

Python_Parcial

Python_Parcial

University

15 Qs

INTRODUCCIÓN A LA PROGRAMACIÓN – UTB/MSIONTIC2022

INTRODUCCIÓN A LA PROGRAMACIÓN – UTB/MSIONTIC2022

University

15 Qs

Quiz Versión 2 sobre Desarrollo de Aplicaciones Móviles

Quiz Versión 2 sobre Desarrollo de Aplicaciones Móviles

12th Grade

15 Qs

Refuerzo 8vo Tecnología

Refuerzo 8vo Tecnología

8th Grade

10 Qs

Lenguaje de Programación

Lenguaje de Programación

10th Grade

10 Qs

 Integración de contenidos abordados

Integración de contenidos abordados

University

12 Qs

Estructura de Datos

Estructura de Datos

University

11 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?