Preguntas sobre Python

Preguntas sobre Python

University

13 Qs

quiz-placeholder

Similar activities

Strings Python

Strings Python

University

12 Qs

Examen II Programación I

Examen II Programación I

University

10 Qs

Abstracciones procedimentales

Abstracciones procedimentales

University

10 Qs

QUIZ 2 PLC

QUIZ 2 PLC

10th Grade - University

10 Qs

Pensamiento Algorítmico

Pensamiento Algorítmico

1st Grade - University

10 Qs

Quiz de Lógica em Python

Quiz de Lógica em Python

6th Grade - University

8 Qs

Partes internas de una computadora

Partes internas de una computadora

7th Grade - University

13 Qs

Quiz sobre la Oferta Comercial y Novedades

Quiz sobre la Oferta Comercial y Novedades

University

8 Qs

Preguntas sobre Python

Preguntas sobre Python

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Agustin Encina

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál de las siguientes afirmaciones sobre el intérprete de Python es verdadera?

Solo funciona si escribimos el código en un archivo .py

Solo se puede utilizar desde un entorno gráfico

Permite ejecutar instrucciones línea por línea desde la consola

Requiere conexión a internet para funcionar

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué se necesita para ver un mensaje en pantalla con Python?

Usar print()

Escribir el texto sin comillas

Declarar primero una variable

Utilizar echo como en otros lenguajes

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué resultado se obtiene al ejecutar print("Hola", "Python")?

HolaPython

Hola, Python

Hola Python

"Hola""Python

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál de estas líneas de código contiene una asignación válida?

10 = numero

numero := 10

numero = 10

int numero = 10

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué tipo de dato se crea al escribir 3.14 en Python?

int

float

string

double

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué valor devuelve la expresión 7 / 2?

3

3.5

4

2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué se necesita para ejecutar el intérprete de Python desde una consola de comandos?

Escribir run python

Instalar PyCharm y abrir el proyecto

Ejecutar python

Crear un archivo .py obligatoriamente

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?