Examen de Python

Examen de Python

Professional Development

20 Qs

quiz-placeholder

Similar activities

Universidad Juan de castellanos

Universidad Juan de castellanos

Professional Development

15 Qs

JavaScript: Cuestionario de Diagnóstico

JavaScript: Cuestionario de Diagnóstico

Professional Development

18 Qs

Desarrollo de aplicaciones

Desarrollo de aplicaciones

Professional Development

20 Qs

Lenguaje C

Lenguaje C

Professional Development

15 Qs

Python

Python

Professional Development

20 Qs

Entrada e Saída de Dados e Variáveis

Entrada e Saída de Dados e Variáveis

Professional Development

15 Qs

EXAMEN ALGORITMOS

EXAMEN ALGORITMOS

Professional Development

17 Qs

Nuevas tecnologías

Nuevas tecnologías

6th Grade - Professional Development

20 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?