Quiz sobre Listas, Funções e Estruturas de Dados em Python

Quiz sobre Listas, Funções e Estruturas de Dados em Python

10th Grade

41 Qs

quiz-placeholder

Similar activities

Filtri passivi

Filtri passivi

10th Grade

45 Qs

Alhazen - Thunkable Assessment

Alhazen - Thunkable Assessment

10th Grade

39 Qs

uts10infor

uts10infor

10th Grade

40 Qs

INTRODUÇÃO A REDES DE COMPUTADORES

INTRODUÇÃO A REDES DE COMPUTADORES

1st Grade - University

44 Qs

Unit 3 Vocab

Unit 3 Vocab

9th - 12th Grade

46 Qs

adobe photoshop 2015 certification quiz 1

adobe photoshop 2015 certification quiz 1

9th - 12th Grade

39 Qs

Chapter 4.1 & 4.2 : Computer Network (ICT IGCSE)

Chapter 4.1 & 4.2 : Computer Network (ICT IGCSE)

7th - 11th Grade

40 Qs

GOOGLE DOCS

GOOGLE DOCS

5th - 12th Grade

40 Qs

Quiz sobre Listas, Funções e Estruturas de Dados em Python

Quiz sobre Listas, Funções e Estruturas de Dados em Python

Assessment

Quiz

Instructional Technology

10th Grade

Medium

Created by

Leilane Kazuko

Used 2+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a função usada para adicionar um elemento ao final de uma lista em Python?

push()

append()

add()

insert()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o resultado da função len([10, 20, 30])?

10

2

30

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que a função range(n) retorna?

Uma lista de 1 a n-1

Uma lista de 0 a n-1

Uma lista de 1 a n

Uma lista de 0 a n

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída do código: for i in range(2): print(i)?

1 2

1 2 3

0 1 2

0 1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como se chama a estrutura de dados que usa pares de chave e valor?

Dicionário

Conjunto

Lista

Tupla

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída de print(aluno['nome']) se aluno = {'nome': 'Lucas', 'idade': 17}?

idade

Lucas

17

nome

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual método de lista modifica a lista original para ordená-la?

sort()

arrange()

sorted()

order()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?