Evaluación 10_p2

Quiz
•
Computers
•
10th Grade
•
Hard
Daniel Alejandro Arango Parrado
Used 2+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
¿Cuál de las siguientes opciones define correctamente una lista en Python?
mi_lista= {1, 2, 3}
mi_lista= (1, 2, 3)
mi_lista = [1, 2, 3, "a"]
mi_lista = {"a": 1, "b": 2}
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
¿Cómo se accede al elemento de valor 30 de la lista mi_lista = [10, 20, 30, 40]
mi_lista[3]
mi_lista(2)
mi_lista[2]
mi_lista.obtener(3)
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
¿Qué imprimirá el código de la siguiente imagen?
[5, 10, 15]
3
15
Error
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
¿Cuál de los siguientes métodos se utiliza para agregar un elemento al final de una lista?
extend()
append()
add()
insert()
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
¿Qué hará el siguiente código con la lista frutas = ["manzana", "pera"]?
["manzana", "pera", "banana"]
["manzana", "banana", "pera"]
["banana", "manzana", "pera"]
Error
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
¿Cuál de las siguientes métodos elimina el último elemento de una lista y lo devuelve?
pop()
remove()
delete()
clear()
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
¿Qué imprimirá el código de la siguiente imagen?
['a', 'c', 'b']
['a', 'b', 'c']
['a', 'c']
Error
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Microsoft Word

Quiz
•
10th Grade
20 questions
Diagnostico

Quiz
•
10th Grade
16 questions
Actividad DOCS PR3

Quiz
•
3rd Grade - University
12 questions
Scrum-Revisão

Quiz
•
9th - 12th Grade
20 questions
Folha de Cálculo

Quiz
•
10th Grade
12 questions
Arduino

Quiz
•
8th - 10th Grade
20 questions
ESTRUCTURA DE UNA COMPUTADORA

Quiz
•
10th Grade
20 questions
Evaluación Diagnóstica: Competencias Digitales del Siglo XXI

Quiz
•
9th Grade - University
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
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade