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
Pseudo Code

Quiz
•
1st - 3rd Grade
10 questions
quizz 2 info3

Quiz
•
3rd Grade - University
12 questions
Petlje u pythonu

Quiz
•
1st - 5th Grade
11 questions
Chapter1.1

Quiz
•
1st - 5th Grade
10 questions
Introduction to Python - If and Else

Quiz
•
1st - 6th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
9 questions
Python Conditional Statements Quiz

Quiz
•
1st - 5th Grade
11 questions
Estructuras de control

Quiz
•
4th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Afterschool Activities & Sports

Quiz
•
6th - 8th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
15 questions
Cool Tool:Chromebook

Quiz
•
6th - 8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
20 questions
Bullying

Quiz
•
7th Grade
18 questions
7SS - 30a - Budgeting

Quiz
•
6th - 8th Grade