T1028 Sem10

Quiz
•
Computers
•
1st - 5th Grade
•
Hard
Jorge Ramon
Used 5+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
lista = [35,67,89,23,34], ¿Qué imprime print(lista[-2])?
34
23
35
89
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
lista = [98, 97.5, 'N/A', 99 ,87], ¿Qué imprime print(lista[2:4]) ?
['N/A', 99 ,87]
['N/A', 99]
[97.5, 'N/A', 99]
[98, 97.5]
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
>>>>lista = [3,9,3,8,3,7] >>>>lista.pop(3) ¿Qué imprime print(lista)?
[3, 9, 3, 3, 7]
[3, 9, 8, 3, 3]
[3, 8, 3, 3, 7]
[3, 3, 3, 3, 3]
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
lista = [9,9,10,8,10,7,7,8,5,9,9,9,5,8,4,5,9,10]
lista2 = lista.copy()
lista.clear()
for i in lista:
if i <= 5:
print("No Aprobado")
"No Aprobado","No Aprobado"
3
4
Nada
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
lista = [10,10,8] + [7,7,8] ¿Qué imprime print(lista)?
[10, 10, 8, 7, 7, 8]
[17, 17, 16]
[18, 18, 15]
(10, 10, 8)( 7, 7, 8)
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
lista = [10,10,8,9,9,8,7,7,8] ¿Qué imprime print(lista.count(8))?
8
7
3
2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
lista = [2,2] cuenta = len(lista) ¿Qué imprime ... print(lista * cuenta)?
[4, 4]
[2, 2, 1, 1]
[2, 2, 2, 2]
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
letras = ["A", "B", "C", "D", "E", "F", "G"] ¿Qué imprime letras[0:5] = ["X"]?
['X','F','G']
["X", "x", "x", "x", "x", "F", "G"
['X','X','X','X', "F", "G"]
['X','X', 'F', 'G']
Similar Resources on Wayground
10 questions
B5 curs 9+10

Quiz
•
2nd Grade
12 questions
Previous set Capgemini

Quiz
•
1st - 3rd Grade
13 questions
R5_3.TEC_3 TRI_BACK END SLIDES 80_86 REVISÃO

Quiz
•
3rd Grade
10 questions
1°A - Actv. 21 (04-02-22) Impresora

Quiz
•
1st - 3rd Grade
12 questions
Python for loop

Quiz
•
4th - 12th Grade
10 questions
Teoria Python 6to informatica

Quiz
•
5th - 12th Grade
10 questions
Pre Test - CISS New Product Training - 9 May 2023

Quiz
•
1st Grade
7 questions
RENDIRSE JAMÁS

Quiz
•
1st - 3rd Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade