Questionário de Programação em Python

Questionário de Programação em Python

12th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz sobre Netiqueta e Segurança Digital

Quiz sobre Netiqueta e Segurança Digital

9th Grade - University

20 Qs

Módulo 4 - Microsoft Word

Módulo 4 - Microsoft Word

4th Grade - University

20 Qs

Quiz sobre Software Livre

Quiz sobre Software Livre

12th Grade

20 Qs

Quiz sobre Estruturas de Dados em Python

Quiz sobre Estruturas de Dados em Python

12th Grade

15 Qs

Criptografia e Algoritmos de Cifra de Bloco

Criptografia e Algoritmos de Cifra de Bloco

12th Grade

20 Qs

Introduction to C# Programming

Introduction to C# Programming

10th Grade - University

20 Qs

HTML 5 2o. TEC

HTML 5 2o. TEC

12th Grade

15 Qs

Quiz de Programação e Negócios

Quiz de Programação e Negócios

9th - 12th Grade

20 Qs

Questionário de Programação em Python

Questionário de Programação em Python

Assessment

Quiz

Information Technology (IT)

12th Grade

Easy

Created by

FELIPE GARCIA VIEIRA

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Qual comando é utilizado para importar um módulo em Python?

import()

import module

from module import

include module

require module

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Qual é a saída do código abaixo? print(3 * 4 - 2)

12

10

14

24

6

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Qual das alternativas é uma forma correta de declarar uma lista em Python?

[1, 2, 3]

{1, 2, 3}

(1, 2, 3)

[1, 2; 3]

list(1, 2, 3)

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Como podemos acessar o último item de uma lista chamada meu_lista?

meu_lista[0]

meu_lista[-1]

meu_lista[-0]

meu_lista[1]

meu_lista[2]

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Qual é a sintaxe correta para definir uma função em Python?

def minha_funcao{}

function minha_funcao()

def minha_funcao():

func minha_funcao():

function minha_funcao{}

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Qual operador é utilizado para divisão em Python?

//

%

/

*

**

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Qual é a função usada para obter o tipo de uma variável em Python?

type()

variable()

gettype()

type_of()

checktype()

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 Information Technology (IT)