Python-básico1

Python-básico1

Professional Development

17 Qs

quiz-placeholder

Similar activities

codePannu  Level 1 Python Course - Week 6 Quiz on Logical Operators

codePannu Level 1 Python Course - Week 6 Quiz on Logical Operators

Professional Development

15 Qs

Phyton Lección 2

Phyton Lección 2

Professional Development

13 Qs

Python

Python

Professional Development

20 Qs

Estruturas de Repetição e Listas

Estruturas de Repetição e Listas

Professional Development

20 Qs

Python 1

Python 1

Professional Development

15 Qs

Batch Programming Quiz

Batch Programming Quiz

Professional Development

15 Qs

JavaScript Quiz

JavaScript Quiz

Professional Development

20 Qs

CONSULTAS_SQL_2324

CONSULTAS_SQL_2324

Professional Development

18 Qs

Python-básico1

Python-básico1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Freddy Sierra Silva

Used 3+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cual sentencia en Python genera este resultado:

Hola#Mundo#Python#3

print ("Hola","Mundo","Python",3)

print ("Hola","Mundo","Python",3, sep="#")

print ("Hola","Mundo","Python",3,sep="*", end="chao")

print ("Hola","Mundo","Python",3)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qué resultado se espera ver al ejecutar esta sentencia? : print (5%2)

2,5

1

0

0,5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qué hace la siguiente sentencia: print (0x12)

imprime el valor Hexadecimal de 12

imprime el valor binario de 12

imprime el valor octal de 12

imprime el valor decimal de 12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print (2E3)

La anterior expresión genera el siguiente resultado

2000

0,002

20

2000000

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("+" + 5 * "$" + "+")

¿Cuál es el resultado?

$* * * * * $

+* * * * *+

+$$$$$+

$+++++$

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

cadena="lenguaje de programación python"

print (cadena[0:8])

¿Cuál es el resultado?

lenguaje

python

guaje de

ogramaci

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

cadena="lenguaje de programación python"

print (cadena[-4:])

leng

mación

thon

aje de p

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?