Clase 10 Python taller de verano 2022

Quiz
•
Fun, Computers
•
KG
•
Hard
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
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
Similar Resources on Wayground
10 questions
C Sharp-conceptos básicos

Quiz
•
University
10 questions
Programación Avanzada II - Parte 7

Quiz
•
University
11 questions
Que tanto sabes de los dispositivos móviles

Quiz
•
University
15 questions
Quizz Programación 2

Quiz
•
University
18 questions
Examen diagnóstico Informática.

Quiz
•
5th Grade
10 questions
JavaScript

Quiz
•
11th Grade
15 questions
VisualBasic

Quiz
•
8th Grade
15 questions
BMC temas 11 y 12

Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade