ProA Desarrollo de Software 3° año

ProA Desarrollo de Software 3° año

1st - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Year 7 Python Progress Check

Year 7 Python Progress Check

6th Grade

24 Qs

Q3-1 Quiz Review

Q3-1 Quiz Review

11th Grade

20 Qs

Python User Defined Functions

Python User Defined Functions

12th Grade

14 Qs

C++ SHS B1-B2

C++ SHS B1-B2

11th Grade

15 Qs

Variables

Variables

7th - 10th Grade

16 Qs

Diagramas de flujo 10º

Diagramas de flujo 10º

8th Grade

19 Qs

Programación en PSeInt - Tipos de Datos 7°

Programación en PSeInt - Tipos de Datos 7°

7th Grade

18 Qs

Fundamentos de Programación

Fundamentos de Programación

9th - 12th Grade

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