Quiz sobre Fundamentos de Python

Quiz sobre Fundamentos de Python

Professional Development

10 Qs

quiz-placeholder

Similar activities

PythonDia1

PythonDia1

Professional Development

10 Qs

.   Python бағдарламалау тілі

. Python бағдарламалау тілі

Professional Development

10 Qs

квиз нг

квиз нг

Professional Development

12 Qs

c programming-Test 1

c programming-Test 1

Professional Development

10 Qs

Python Final Quiz

Python Final Quiz

Professional Development

13 Qs

Python Training Day-5 Quiz-5

Python Training Day-5 Quiz-5

Professional Development

10 Qs

Lenguaje de programación C 3BGU

Lenguaje de programación C 3BGU

Professional Development

10 Qs

Quiz de Python Básico

Quiz de Python Básico

Professional Development

12 Qs

Quiz sobre Fundamentos de Python

Quiz sobre Fundamentos de Python

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Ricardo Chipana

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato es "Hola" en Python?

int

str

bool

float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de estas variables está nombrada correctamente según la convención de Python?

2nombre

mi-nombre

mi_nombre

MiNombre!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué operador se usa para obtener el módulo o residuo de una división?

//

**

%

/

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué función usamos para capturar texto del usuario?

get()

scan()

input()

print()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué salida produce el siguiente código? x = 4 y = 2 print(x ** y)

2

8

6

16

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace este comentario en Python? # Este es un comentario

Se imprime en pantalla

Se ejecuta como código

Se ignora al ejecutar

Causa error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué instrucción convierte un número a texto?

int("5")

str(5)

float("5")

bool(5)

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?