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
19 questions
Ejercicio # 1 - Desarrollo Logico

Quiz
•
10th Grade
20 questions
Diagnostico

Quiz
•
10th Grade
16 questions
Lenguajes de Programación

Quiz
•
10th Grade
12 questions
Arduino

Quiz
•
8th - 10th Grade
12 questions
Excel VBA

Quiz
•
10th Grade
20 questions
Evaluación Diagnóstica: Competencias Digitales del Siglo XXI

Quiz
•
9th Grade - University
20 questions
Python - lists,loops,basics

Quiz
•
9th - 11th Grade
20 questions
Diseño responsivo

Quiz
•
9th - 12th Grade
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade