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

Excel Vocab.

Excel Vocab.

9th - 12th Grade

38 Qs

Compreensão de Protocolos de Rede

Compreensão de Protocolos de Rede

10th Grade

36 Qs

CNC turning cert prep

CNC turning cert prep

10th Grade

41 Qs

DomoticaDefinizioniPrincipali

DomoticaDefinizioniPrincipali

10th Grade

38 Qs

Cyberbullismo, affidabilità siti, identità digitale, truffe

Cyberbullismo, affidabilità siti, identità digitale, truffe

4th - 12th Grade

40 Qs

Windows Server

Windows Server

10th Grade

41 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

Practice Problem

Medium

Created by

Leilane Kazuko

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?