
Fundamentos de Python

Quiz
•
Computers
•
12th Grade
•
Medium
Jorge De Lara Hernández
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué estructura se utiliza para tomar decisiones en Python?
Estructuras de control 'if', 'elif' y 'else'
Clases y objetos
Funciones y métodos
Estructuras de repetición 'for' y 'while'
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Escribe un ejemplo de una estructura if-else en Python.
if x >= 0: print('x es positivo') else: print('x es negativo')
if x > 10: print('x es mayor que 10') else: print('x es 10 o menor')
if x == 10: print('x es exactamente 10') else: print('x no es 10')
if x < 5: print('x es menor que 5') else: print('x es 5 o mayor')
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué palabra clave se utiliza para iniciar un bucle for en Python?
loop
foreach
wile
for
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se define un bucle while en Python?
Un bucle while se define con 'while condición: bloque_de_código'.
Un bucle while se define con 'for condición: bloque_de_código'.
Un bucle while se define con 'repeat condición: bloque_de_código'.
Un bucle while se define con 'loop condición: bloque_de_código'.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué tipo de datos se utiliza para almacenar texto en Python?
int
float
str
list
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se accede a un elemento de un array en Python?
Se accede a un elemento de un array usando array[indice].
Se accede a un elemento de un array usando array:indice.
Se accede a un elemento de un array usando array[indice+1].
Se accede a un elemento de un array usando array{indice}.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué es una condición anidada? Da un ejemplo.
if (a == 5) { // hacer algo }
if (a < 10) { // hacer algo }
if (b > 5) { if (a == 10) { // hacer algo } }
Un ejemplo de condición anidada es: if (a > 10) { if (b < 5) { // hacer algo } }.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
ASK T2 - Kod Arahan (Python)

Quiz
•
7th Grade - University
10 questions
Python

Quiz
•
12th Grade
20 questions
Python while loops

Quiz
•
12th Grade
10 questions
Programación R Quiz

Quiz
•
12th Grade
14 questions
Python (I)

Quiz
•
12th Grade
10 questions
DS 3

Quiz
•
12th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
15 questions
Eval. 1BIM - 1ro B

Quiz
•
7th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade