
Test 2 - PB - Introducción a Python
Quiz
•
Information Technology (IT)
•
University
•
Practice Problem
•
Medium
Daniel Chapilliquen
Used 7+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el primer paso del Intérprete de Python?
Traduce el código python a byte
Ejecuta el programa en la Máquina Virtual Python
Lee y verifica la sintaxis del código
Crea una carpeta de trabajo
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Completa la operación con el operador aritmético adecuado para obtener el resultado:
33 ▢ 15 = 2
/
%
-
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
¿Qué línea de código permite obtener el penúltimo dígito de un número entero N?
(N % 100) % 10
N % 100
N / 100
(N % 100) // 10
4.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
¿Qué bloque de código permite identificar un número N es par o impar?
5.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
¿Qué línea de condición sería adecuada para evaluar si un número es múltiplo de 2, 3 o 5?
if numero % 2 == 0
and numero % 3 == 0
and numero % 5 == 0:
if numero % 2 == 0
or numero % 3 == 0
or numero % 5 == 0:
if numero % 2 == 0
and numero % 3 == 0
or numero % 5 == 0:
if numero % 3 == 0
or numero % 5 == 0:
6.
MULTIPLE CHOICE QUESTION
1 min • 3 pts
¿Qué línea de código es adecuada para la siguiente condición?
El número debe terminar en 3 o 6
El número debe ser múltiplo de 3 pero no de 6
if num % 10 == 3
and num % 10 == 6
and num % 3 == 0
and num % 6 != 0:
if (num % 3 == 0
or num % 6 == 0)
and (num % 10 == 3
and num % 10 != 6):
if (num % 10 == 3
or num % 10 == 6)
and (num % 3 == 0
and num % 6 != 0):
if (num % 3 == 3
or num % 6 == 6)
and (num % 10 == 3
and num % 10 != 6):
7.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
¿Qué estructura repetitiva es más adecuada para la siguiente situación?
Elabora un programa que permita ingresar números enteros.
El ingreso de los números terminará cuando la computadora pregunte ¿Desea terminar? y el usuario responda 'SI'.
Al finalizar el programa se deberá mostrar la sumatoria de los números ingresados.
FOR
WHILE
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Contadores y Acumuladores
Quiz
•
University
12 questions
Ciberseguridad
Quiz
•
University
13 questions
Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma A
Quiz
•
10th Grade - University
10 questions
Tecnologías Emergentes
Quiz
•
University
10 questions
QUIZ 2 HTV
Quiz
•
12th Grade - University
15 questions
Dispositivos de Red
Quiz
•
University
10 questions
Cultura Digital y Redes Sociales
Quiz
•
12th Grade - University
10 questions
Quiz sobre Minería de Datos
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Information Technology (IT)
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
9 questions
Principles of the United States Constitution
Interactive video
•
University
18 questions
Realidades 2 2A reflexivos
Quiz
•
7th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
25 questions
Integer Operations
Quiz
•
KG - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University
20 questions
SER vs ESTAR
Quiz
•
7th Grade - University
