Quiz Python 'Operadores y String'

Quiz Python 'Operadores y String'

Professional Development

20 Qs

quiz-placeholder

Similar activities

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Basic 2 Python

Basic 2 Python

12th Grade - Professional Development

20 Qs

CodeHS - Intro to Python - Conditionals Quiz

CodeHS - Intro to Python - Conditionals Quiz

9th Grade - Professional Development

15 Qs

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

Python - String and Lists

Python - String and Lists

Professional Development

20 Qs

EIT237-001-Diagnostico

EIT237-001-Diagnostico

Professional Development

18 Qs

Python

Python

Professional Development

20 Qs

For Loop Python_2024

For Loop Python_2024

Professional Development

20 Qs

Quiz Python 'Operadores y String'

Quiz Python 'Operadores y String'

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Leidy Coronel

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Determine el resultado de la siguiente instrucción Python:

>>> print (-1+2)

  • cero

1

-1

2

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

¿Es posible definir una cadena de string utilizando una comilla doble y comilla simple en una misma cadena. Tal como se muestra en la imagen?

Verdadero

Falso

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

La salida de la siguiente instrucción Python es:

>>> print(1+ 2 + 3 + 4 + 5 * 2)

30

25

20

15

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

¿Es posible definir un string utilizando comillas triples?

Verdadero

Falso

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Cuál es el resultado que se obtiene al ejecutar esta instrucción Python?:

>>> print(1+ 2 + 3 + (4 + 5) * 2)

26

18

24

22

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Qué codificación utiliza Python 3 para los strings?

ASCII

UTF-8

UNICODE

LATIN-1

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

El resultado de la siguiente operación nos devuelve un número de tipo integer:

>>> print(10/5)

Verdadero

Falso

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?