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
Es un proceso de conversión intermedio entre el código fuente y el código máquina.
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 Wayground
10 questions
PUNTO Y COMA

Quiz
•
University
7 questions
Primeiro Quizz

Quiz
•
University
10 questions
python set 1

Quiz
•
University
10 questions
LECCION FINAL 1ER AÑO TEOLOGIA

Quiz
•
University
10 questions
Prueba teórica Programación Lógica y Funcional

Quiz
•
University
15 questions
Modulo 1 - Fundamentos Python

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

Quiz
•
University
10 questions
quiz connect Game 20251

Quiz
•
University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Other
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University