Python Básico 1

Python Básico 1

University

20 Qs

quiz-placeholder

Similar activities

Algoritmos y diagramas de flujo

Algoritmos y diagramas de flujo

University

16 Qs

ALGORITMIAS2M1

ALGORITMIAS2M1

University

15 Qs

2Per Tecnología e Informática - Programación Básica

2Per Tecnología e Informática - Programación Básica

10th Grade - University

23 Qs

Quiz sobre Algoritmos, Pseudocódigo y Diagramación

Quiz sobre Algoritmos, Pseudocódigo y Diagramación

11th Grade - University

15 Qs

Programación Primer Parcial

Programación Primer Parcial

12th Grade - Professional Development

20 Qs

Tarea 1-Redes

Tarea 1-Redes

University

20 Qs

Programación I

Programación I

University

18 Qs

Quiz de Programación en Python – Nivel Básico (Grado Noveno)

Quiz de Programación en Python – Nivel Básico (Grado Noveno)

9th Grade - University

16 Qs

Python Básico 1

Python Básico 1

Assessment

Quiz

Computers

University

Hard

Created by

VERÓNICA ISAZA

Used 14+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

¿Qué comando debo utilizar? Para imprimir en consola: !Hola "Pequeño" Mundo¡

print(!Hola "Pequeño" Mundo¡)

print('!'+'Hola'+' '+'"Pequeño"'+' '+'Mundo'+'¡')

print('!Hola "Pequeño" Mundo¡')

print('!'+'Hola'+' '+'Pequeño'+' '+'Mundo'+'¡')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = str(8), ¿La variable es de tipo int?

Verdadero

Falso

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

type(18/3)

int

str

bool

float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

not not False

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True + (False / True) - (True * False) - True

True

False

0.0

1.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cuando se almacena uno y sólo uno (elemento) se le llama cadena

Verdadero

Falso

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Al conjunto de caracteres se le llama:

Carater

Cadena

Conjunto de caracter

String

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?