Preguntas sobre Python

Preguntas sobre Python

University

36 Qs

quiz-placeholder

Similar activities

Mantenimiento de  PC

Mantenimiento de PC

University

32 Qs

Prueba Diagnóstica Excel

Prueba Diagnóstica Excel

University

33 Qs

UAS Bahasa Pemrogrman II

UAS Bahasa Pemrogrman II

University

31 Qs

Power Point 2

Power Point 2

3rd Grade - University

35 Qs

Data Structures & Algorithm

Data Structures & Algorithm

University

40 Qs

Midterm 2 Review

Midterm 2 Review

University

31 Qs

Tema 6 Programación Básica

Tema 6 Programación Básica

University

40 Qs

Arquitetura de Computadores P1

Arquitetura de Computadores P1

University

38 Qs

Preguntas sobre Python

Preguntas sobre Python

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Elvin Gonzalez

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué es Python?

Un sistema operativo

Un lenguaje de programación de bajo nivel

Un lenguaje de programación de alto nivel, interpretado y de propósito general

Un editor de texto

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué es el intérprete de Python?

Un compilador de Python

Un entorno de desarrollo integrado

Un programa que ejecuta código Python línea por línea

Un editor de código Python

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función principal de una variable en Python?

Realizar operaciones matemáticas

Almacenar y manipular datos

Definir funciones

Controlar el flujo del programa

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de las siguientes es una variable válida en Python?

2variable

variable_nombre

-variable

variable nombre

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se declara un string en Python?

Con comillas simples o dobles

Con corchetes

Con llaves

Con paréntesis

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es una forma correcta de formatear un string en Python 3?

"Hola, %s" % nombre

f"Hola, {nombre}"

"Hola, {}.format(nombre)"

Todas las anteriores

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de los siguientes métodos convierte un string a minúsculas?

lower()

capitalize()

upper()

title()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?