Es un proceso de conversión intermedio entre el código fuente y el código máquina.
Diagnostico PLyF

Quiz
•
Other
•
University
•
Hard

Ulises Martinez
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Compilación
Transpilación
Interprete
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Es un proceso que consiste básicamente en tomar las características de la semántica y sintaxis del lenguaje de origen sobre el código fuente de origen y adaptarlo para otro lenguaje destino sobre su código fuente destino.
Compilación
Transpilación
Interprete
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Que regresaría la siguiente función en Python:
import matplotlib.pyplot as plt
def gra():
x = arange(10)
y = x * x
plt(x, y)
Un calculo
Una multiplicación
Una gráfica
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cual es el resultado de la siguiente rutina de Python:
from sympy import *
x,y = symbols('x y')
fx = ((x+y)**2)
print(fx.expand())
Error
fx
x**2 + 2*x*y + y**2
x**2 + y**2
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
En Python, cual es la salida de la siguiente función:
def lectura_lista():
lista_palabras = ["h","p","u","m","r","a","o","x","k","i","a","h","t","d","u"]
Lista_vocales = ["a","e","i","o","u"]
lista_resultados = []
for elementoLeido in lista_palabras:
if elementoLeido in Lista_vocales:
lista_resultados.append(elementoLeido)
print(lista_resultados)
lectura_lista()
Error
null
['a', 'e', 'i', 'o', 'u']
['u', 'a', 'o', 'i', 'a', 'u']
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
La siguiente declaración en Python es mutable o inmutable:
lst = [1, 2, 3]
lst[0] = 10
Mutable
Inmutable
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
La siguiente declaración en Python es mutable o inmutable:
tpl = (1, 2, 3)
tpl[0] = 0
Mutable
Inmutable
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
python set 1

Quiz
•
University
11 questions
Dinámica de exposición Equipo 5

Quiz
•
University
13 questions
Si no persigues lo que quieres, nunca lo tendrás.

Quiz
•
University
14 questions
Estilos Word

Quiz
•
University
10 questions
Listas Enlazadas

Quiz
•
University
15 questions
Modulo 1 - Fundamentos Python

Quiz
•
University
10 questions
PUNTO Y COMA

Quiz
•
University
15 questions
La Psicología Organizacional. El desarrollo del campo y Principa

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade