Clase 10 Python taller de verano 2022

Clase 10 Python taller de verano 2022

KG

15 Qs

quiz-placeholder

Similar activities

COMPUTACIÓN 4TO GRADO - MPS - AGOSTO

COMPUTACIÓN 4TO GRADO - MPS - AGOSTO

3rd Grade

10 Qs

Prueba1-Planner

Prueba1-Planner

12th Grade

10 Qs

Evaluación Final

Evaluación Final

6th - 9th Grade

12 Qs

Sistemas ecuaciones lineales

Sistemas ecuaciones lineales

8th - 10th Grade

20 Qs

HITO 3 SQLITE VIEWS

HITO 3 SQLITE VIEWS

University

15 Qs

Java

Java

11th Grade - University

12 Qs

Unidad 5 - Modularidad

Unidad 5 - Modularidad

University

20 Qs

QUIZZ METODOS, TÉCNICAS O DIGRAMAS DE FLUJO

QUIZZ METODOS, TÉCNICAS O DIGRAMAS DE FLUJO

1st Grade

11 Qs

Clase 10 Python taller de verano 2022

Clase 10 Python taller de verano 2022

Assessment

Quiz

Fun, Computers

KG

Hard

Created by

Oscar Ozorio

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

En qué lenguaje está escrito Python?

Java

C

C++

SL

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cuál es el resultado del siguiente print?:

print(type(1/2))

0.5

<class 'int'>

<class 'float'>

None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cuál es el resultado del siguiente código?

chocolate = "5"

chocolate += "0"

milk = int(chocolate)+5

print(milk)

505

10

55

50.5

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Cuál es el resultado del código?

50

100

130

200

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cuál es el resultado del siguiente print?

list1 =[1,2,3]

list2 = list1

list1[0] = 4

print(list2)

[1,2,3]

[1,3,2]

[4,2,3]

[4,1,2]

6.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Cuál es el uso de "a" en archivos?:

Leer

Escribir

Agregar

Ninguna de las anteriores

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

El método readlines() retorna:

string

Una lista de líneas

Una lista de caracteres

Una lista de integers

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?