ProA Desarrollo de Software 3° año

ProA Desarrollo de Software 3° año

1st - 12th Grade

19 Qs

quiz-placeholder

Similar activities

algoritmos para noveno

algoritmos para noveno

7th Grade

21 Qs

EX SWIFT 4TO SEMESTRE

EX SWIFT 4TO SEMESTRE

11th Grade

19 Qs

Computing revision

Computing revision

7th - 10th Grade

14 Qs

Introduction to Javascript Programming

Introduction to Javascript Programming

9th - 10th Grade

16 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Quiz 1 - Python

Quiz 1 - Python

8th Grade

15 Qs

Topic 4.5 Method Part 2

Topic 4.5 Method Part 2

12th Grade

19 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

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