Recuparacion 10 CP

Quiz
•
Computers
•
10th Grade
•
Medium
Ronald Villamizar
Used 2+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué es una variable en Python?
Una variable en Python es un método para crear bucles.
Una variable en Python es un tipo de dato específico.
Una variable en Python es un espacio en memoria que almacena datos y se le asigna un nombre.
Una variable en Python es un comando que ejecuta funciones.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuáles son los tipos de datos básicos en Python?
int, float, str, bool, list, tuple, set, dict
int, float, str, boolean, list
char, float, array, dict
int, float, str, bool, array, dict
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se declara una variable en Python?
value = variable_name
variable_name : value
let variable_name = value
variable_name = value
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué estructura de control se utiliza para tomar decisiones en Python?
for, while, do
switch, case, break
try, except, finally
if, elif, else
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es la diferencia entre 'if' y 'elif' en Python?
Ambos son sinónimos y se pueden usar indistintamente.
'if' se usa solo en bucles, mientras que 'elif' se usa en funciones.
La diferencia es que 'if' evalúa la primera condición y 'elif' evalúa condiciones adicionales si las anteriores son falsas.
'if' solo puede tener una condición, mientras que 'elif' puede tener múltiples.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se crea un bucle 'for' en Python?
for i in range(0, 5, 2):
for (i = 0; i < 5; i++)
for i in range(5):
for i in 5:
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué función se utiliza para obtener la entrada del usuario?
read()
fetchUserInput()
getInput()
input()
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Repaso de Python

Quiz
•
5th Grade - Professio...
12 questions
Programación

Quiz
•
3rd Grade - University
20 questions
Tin 10 - Bài 12 CDF - Kiểu dữ liệu xâu kí tự

Quiz
•
10th Grade
12 questions
Fundamentos de programación

Quiz
•
10th Grade
20 questions
Python básico

Quiz
•
9th - 12th Grade
20 questions
Desafío de Conocimientos Técnicos

Quiz
•
9th Grade - University
13 questions
Fundamentos de Python

Quiz
•
10th Grade
12 questions
LABORATORIO 1 4TO BACO

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade