Python Básico 1

Python Básico 1

University

20 Qs

quiz-placeholder

Similar activities

Examen Parcial de Introducción a la Computación

Examen Parcial de Introducción a la Computación

University

20 Qs

Repaso U1

Repaso U1

University

16 Qs

INFORMATICA BASICA_SENATI

INFORMATICA BASICA_SENATI

University

15 Qs

ethical hacking

ethical hacking

University

16 Qs

PARADIGMAS

PARADIGMAS

University

20 Qs

Conozcamos la Seguridad Informatica

Conozcamos la Seguridad Informatica

University

21 Qs

 Protección Contra Virus Informáticos

Protección Contra Virus Informáticos

University

20 Qs

Sistemas

Sistemas

University

16 Qs

Python Básico 1

Python Básico 1

Assessment

Quiz

Computers

University

Hard

Created by

VERÓNICA ISAZA

Used 15+ 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?