Python - Práctica 2

Python - Práctica 2

12th Grade

21 Qs

quiz-placeholder

Similar activities

Fundamentos de swift

Fundamentos de swift

12th Grade

17 Qs

TIKamy po angielsku

TIKamy po angielsku

9th - 12th Grade

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Quiz Lección 6

Quiz Lección 6

12th Grade

16 Qs

Comandos y privilegios de linux

Comandos y privilegios de linux

12th Grade

18 Qs

CodeHS APCSP

CodeHS APCSP

11th - 12th Grade

22 Qs

DISEÑO WEB BLOQUE II

DISEÑO WEB BLOQUE II

12th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python - Práctica 2

Python - Práctica 2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

NINO GONZÁLEZ-HABA GIL

Used 20+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Que hace la función PRINT?

Muestra en pantalla

Imprime un texto

Borra un texto

Realiza una pregunta

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Si quiero mostrar o imprimir en pantalla la frase: Hola Mundo, tendría que escribir en la consola...

print("Hola Mundo")

Print("Hola Mundo")

print(Hola Mundo)

print(Hola Mundo")

print('Hola Mundo'):

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Indica si es verdadero o falso: Cuando queremos imprimir o mostrar algo en pantalla debemos poner siempre lo que queramos imprimir entre comillas dobles o comillas simples.

Verdadero

Falso

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Indica cual sera la respuesta de Python ante el código:

print("Hola Mundo"Saluda")

Hola Mundo

Hola Mundo "Saluda"

Lanza un error

print Hola Mundo

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Indica cual sera la respuesta de Python ante el código:

print("Hola Mundo'Saluda'")

Hola Mundo

Hola Mundo "Saluda"

Lanza un error

print Hola Mundo

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Qué resultado veremos con esta línea de código?

print(150+50)

150+50

200

"200"

Python lanza un error

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

¿Qué resultado veremos con esta línea de código?

print("150+50")

150+50

200

"200"

Python lanza un error

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?