¿Cuánto sabes sobre Python?
Quiz
•
Instructional Technology
•
7th - 12th Grade
•
Medium
Sol Araujo
Used 21+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
En este ejercicio deberás escribir un código que te presente, por ejemplo que diga: “Hola, mi nombre es José y me gusta programar”. ¿Cómo escribirías ese pequeño programa?
print (“texto de referencia”)
print (texto de referencia)
print “texto de referencia”
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
En este ejercicio deberás escribir un código que te permita restar 2 números con dos decimales. ¿Cómo escribirías ese pequeño programa? No olvides poner un mensaje que indique lo que estamos haciendo. Completá las líneas de código con la información faltante:
print("Este es un programa para restar dos números con 2 decimales")
Num1 =........ (input("Ingrese el primer número: "))
Num2 = ........ (input("Ingrese el segundo número: "))
Resta = Num1 - Num2
print("La resta de los números es: " , Resta)
float
dec
int
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Al igual que una caja, una variable es un espacio en la memoria que puede guardar un dato.
Verdadero
Falso
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
La sentencia if permite al programa realizar una operación de forma condicional.
Verdadero
Falso
5.
MULTIPLE CHOICE QUESTION
10 mins • 1 pt
Ya armamos una calculadora que realiza operaciones de suma y de resta. Ahora debemos completarla con multiplicación y división. Completá la información faltante en las líneas. Recordá que los símbolos para operaciones matemáticas son: + (suma), - (resta), * (multiplicación) y / (división).
print("Esta es una calculadora.")
print("Ingrese 1 para suma.")
print("Ingrese 2 para resta.")
print("Ingrese 3 para multiplicar.")
print("Ingrese 4 para dividir.")
operacion = int(input(""))
if operacion == 1:
num1 = float(input("Ingrese el primer número a sumar:"))
num2 = float(input("Ingrese el segundo número a sumar: "))
suma = num1 ...... num2
print("la suma es: " , suma)
if operacion == 2:
num1 = float(input("Ingrese el minuendo: "))
num2 = float(.......("Ingrese el sustraendo: "))
resta = num1 - num2
print("la resta es: " , resta)
if operacion == 3:
num1 = float(input("Ingrese el primer número a multiplicar: "))
num2 = float(input("Ingrese el multiplicador: "))
multi = num1 ....... num2
print("la multiplicación es: " , multi)
if operacion == 4:
num1 = float(input("Ingrese el primer número a dividir:"))
num2 = ......... (input("Ingrese el divisor: "))
divi = num1 / num2
print("el resultado es: " , divi)
- ; input ; / ; int
+ ; input ; * ; float
+ ; input ; / ; float
Similar Resources on Wayground
10 questions
AC and DC current
Quiz
•
11th - 12th Grade
10 questions
7.0 DIgital Printing
Quiz
•
10th - 12th Grade
10 questions
CPA CPF4 Internet Applications
Quiz
•
7th - 12th Grade
10 questions
Pensamiento computacional, Programación y lenguajes
Quiz
•
12th Grade
10 questions
UH SISTEM KOMPUTER 1
Quiz
•
7th Grade
10 questions
Candy Town
Quiz
•
6th - 7th Grade
10 questions
P2 - 10° - Examen Final
Quiz
•
10th Grade
10 questions
TEKNOLOGI INFORMASI DAN KOMUNIKASI (TIK) KELAS 8
Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Instructional Technology
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
20 questions
Physical and Chemical Changes
Quiz
•
8th Grade
20 questions
Photosynthesis and Cellular Respiration
Quiz
•
7th Grade
11 questions
y=mx+b
Quiz
•
7th Grade
6 questions
Veterans Day
Lesson
•
8th Grade
13 questions
Finding slope from graph
Quiz
•
8th Grade
