Examen de Python

Examen de Python

Professional Development

20 Qs

quiz-placeholder

Similar activities

YouTube

YouTube

KG - Professional Development

15 Qs

Python AA

Python AA

Professional Development

20 Qs

Variable Scope in Python

Variable Scope in Python

1st Grade - Professional Development

15 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Excel: Test Inicial

Excel: Test Inicial

Professional Development

20 Qs

Python Programming - Test 1

Python Programming - Test 1

University - Professional Development

20 Qs

Python

Python

Professional Development

20 Qs

Python basics

Python basics

Professional Development

22 Qs

Examen de Python

Examen de Python

Assessment

Quiz

Computers

Professional Development

Hard

Created by

CEA SISTEMAS

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

¿Qué tipo de lenguaje de programación es Python?

Compilado

Interpretado

Ensamblador

Máquina

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

¿Cuál de estos NO es un tipo de dato primitivo en Python?

int

float

char

str

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

¿Cuál es el símbolo de asignación en Python?

==

:=

=

=>

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

¿Qué devuelve la función len("Hola")?

3

4

5

"Hola"

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

¿Cómo se imprime texto en pantalla?

echo("Hola")

console.log("Hola")

printf("Hola")

print("Hola")

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

¿Cuál de las siguientes estructuras permite repetir código?

if

for

return

break

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

¿Cómo se inicia una función en Python?

function mi_funcion():

def mi_funcion():

func mi_funcion():

inicio mi_funcion():

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?