
Repaso de Fundamentos de programación
Authored by Archivillano Porkazoid
Computers
University
Used 5+ times

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
¿A qué se refiere el flujo de ejecución de un programa?
Al orden en que se ejecutan las sentencias de un programa.
A la representación gráfica del algoritmo.
Al objeto que sirve de intermediario entre el origen y destino de los datos.
Al flujo de entrada y salida de los datos en el programa.
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
¿Cómo se llama cada una de las repeticiones de un ciclo en un programa?
(a)
3.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
¿Cuál es la mejor manera de implementar un menú de consola?
Utilizando la estructura Do While y varios if anidados.
Utilizando la estructura While con bandera y switch para las opciones.
Utilizando una función recursiva.
Utilizando un for con swith para las opciones.
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
¿Cómo se llama un bloque de código que se repite?
(a)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sintaxis correcta de la estructura "Para" en C#
for i = 0, i < 10, i++
(
)
for (int i = 0; i < 10; i++)
{
}
For [i = 0] to i < 10 with i++
{
}
for (int i = 0, i < 10, i++) {
}
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Se trata de una rutina que no devuelve ningún valor.
(a)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Estructura de decisión simple en C#
For
If -else
Switch
if
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?