ProA Desarrollo de Software 3° año

ProA Desarrollo de Software 3° año

1st - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Functions in Python

Functions in Python

9th - 12th Grade

15 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Diagramas de Flujo

Diagramas de Flujo

6th - 9th Grade

16 Qs

algoritmos para noveno

algoritmos para noveno

7th Grade

21 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

EX SWIFT 4TO SEMESTRE

EX SWIFT 4TO SEMESTRE

11th Grade

19 Qs

CS Python Fundamentals Unit 3 Review

CS Python Fundamentals Unit 3 Review

9th - 12th Grade

20 Qs

Repaso  Pseint

Repaso Pseint

9th - 12th Grade

23 Qs

ProA Desarrollo de Software 3° año

ProA Desarrollo de Software 3° año

Assessment

Quiz

Computers

1st - 12th Grade

Medium

Created by

Maria Arias

Used 4+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

¿Cómo hacemos el "Hola Mundo"en Python?

print(Hola Mundo)

print "Hola Mundo"

print ("Hola Mundo")

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Como se da cuenta Python de las instrucciones dentro de un bloque de código (por ejemplo if, while o for)

Por uso de llaves {}

Por la indentación

Magia

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

En una parte de un algoritmo aparece la siguiente línea: #val1 = val1+1

¿qué hace?

suma a la variable val1 en uno

a la variable val1 le da uno

no hace nada, es un comentario

ninguna es correcta

4.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

¿Cuáll de estos archivos tiene un código Python dentro?

HoroscopoPepe.py

holaMundo.js

calculadora.html

prueba.pas

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Quiero crear una función en Python, lo primero a escribir sería:

function

create

new

def

6.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Cual de estas condiciones no corresponde en un if

(num1 > 3)

(num1 = 1)

(num1 <= 4)

(num1 == 1)

7.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Si mi código tiene que repetir algo cuatro veces exactas, lo mejor sería usar un:

for

while

if

def

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?