
Quiz Arrays - Estrutura de dados
Quiz
•
Computers
•
University
•
Medium
Fabricio Silva
Used 1+ times
FREE Resource
Enhance your content
46 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual é a saída do seguinte código? array = [10, 20, 30, 40] print(array[2])
10
20
30
40
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual é o resultado da operação len(array) no seguinte código? array = [5, 8, 12]
2
3
4
5
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual será o conteúdo do array após a execução do código? array = [1, 2, 3] array.append(4)
[1, 2, 3]
[1, 2, 3, 4]
[1, 2, 3, 0]
[1, 2, 3, 4, 5]
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
O que acontece ao tentar acessar o índice 4 neste código? array = [9, 18, 27] print(array[4])
Retorna 0
Retorna None
Gera um erro de índice
Retorna o último elemento
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual será a saída do seguinte código? array = [2, 4, 6, 8] array.insert(2, 10) print(array)
[2, 4, 6, 8, 10]
[2, 4, 10, 6, 8]
[2, 10, 4, 6, 8]
[2, 4, 6, 10, 8]
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Qual função é utilizada para remover o primeiro elemento de um array?
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
O que o código a seguir faz? array = [1, 3, 5, 7] array.remove(5)
Remove o último elemento
Remove o elemento 5
Remove o primeiro elemento
Não faz nada
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
45 questions
Python Quiz
Quiz
•
University
50 questions
DS-UNIT-2-Stack Queue
Quiz
•
University
50 questions
Đề Cương Khoa Học Tự Nhiên 8
Quiz
•
1st Grade - University
45 questions
Midterm prep 10 gr
Quiz
•
10th Grade - University
50 questions
Trivia MKTD
Quiz
•
7th Grade - University
45 questions
Culture générale en informatique
Quiz
•
University
50 questions
Fundamental of OS - Revision 2
Quiz
•
University
50 questions
Test Mendix 1
Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
22 questions
FYS 2024 Midterm Review
Quiz
•
University
20 questions
Physical or Chemical Change/Phases
Quiz
•
8th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
12 questions
1 Times Tables
Quiz
•
KG - University
20 questions
Disney Trivia
Quiz
•
University
38 questions
Unit 6 Key Terms
Quiz
•
11th Grade - University
