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

Câu hỏi về phép gán trong Python

Câu hỏi về phép gán trong Python

10th Grade

43 Qs

tin hk2

tin hk2

9th - 12th Grade

43 Qs

PAS Teknologi Informasi dan Komunikasi Kelas 4 SDN Gelam 1

PAS Teknologi Informasi dan Komunikasi Kelas 4 SDN Gelam 1

8th - 11th Grade

40 Qs

CORE Module 6 Intro to Construction Drawings Trade Terms (39)

CORE Module 6 Intro to Construction Drawings Trade Terms (39)

9th - 12th Grade

39 Qs

Gifted & Talented Coding Diagnostic Exam

Gifted & Talented Coding Diagnostic Exam

9th - 12th Grade

44 Qs

100029304927

100029304927

10th Grade

39 Qs

Conhecimentos da Tecnologia

Conhecimentos da Tecnologia

1st - 12th Grade

40 Qs

excel

excel

10th - 12th Grade

38 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?

Discover more resources for Instructional Technology