
Preguntas de Intro. a la programación con python
Authored by Jeisson Romero
Computers
6th - 8th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué es una variable en programación?
Una instrucción que repite un proceso varias veces.
Un espacio en memoria donde se guarda un valor.
Una función que imprime texto en pantalla.
Una operación matemática.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué función en Python se usa para mostrar información en pantalla?
input()
print()
display()
output()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué hace la función input() en Python?
Guarda información en un archivo.
Ejecuta operaciones matemáticas.
Permite que el usuario escriba un dato por teclado.
Imprime el valor de una variable.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de las siguientes opciones representa correctamente una asignación de variable en Python?
x == 10
10 = x
x = 10
var x = 10
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Si escribimos en Python: print(5 + 3 * 2), ¿qué resultado aparece en pantalla?
16
11
10
8
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál de estas instrucciones es incorrecta en Python?
nombre = "Ana"
Edad = 12
3numero = 5
pais = "Colombia"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cuál es el resultado del siguiente print? name = “Anastasio” age = 60 print(“Hola {name} tienes {age} años”)
Error
Hola Anastasio tienes 60 años
Hola{name} tienes {age} años
Hola name tienes age años
Access all questions and much more by creating a free account
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
Already have an account?