Conhecimentos python django

Conhecimentos python django

Professional Development

12 Qs

quiz-placeholder

Similar activities

Ensino híbrido

Ensino híbrido

Professional Development

12 Qs

PFD - Impressão 3D

PFD - Impressão 3D

Professional Development

10 Qs

Diagrama TRC

Diagrama TRC

Professional Development

12 Qs

Grupo_6_Mamaco Show

Grupo_6_Mamaco Show

KG - Professional Development

10 Qs

Aula 3 While && DoWhile PPDM

Aula 3 While && DoWhile PPDM

Professional Development

10 Qs

Briefing 14/ago

Briefing 14/ago

Professional Development

12 Qs

Layout

Layout

Professional Development

9 Qs

Quiz: Sistema de Freios de Veículos Leves

Quiz: Sistema de Freios de Veículos Leves

Professional Development

10 Qs

Conhecimentos python django

Conhecimentos python django

Assessment

Quiz

Instructional Technology

Professional Development

Hard

Created by

Rodrigo e Silva Souza

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual é a função do PIP no ecossistema Python?

Executar scripts Python

Formatar código

Gerenciar pacotes e bibliotecas

Criar interfaces gráficas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a função len() em Python usada para?

Encontrar o valor máximo em uma lista.

Calcular o logaritmo natural.

Converter um número para string.

Obter o comprimento de uma sequência.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída do seguinte código Python?
print("Python" + 3)

Python

Python3

3

Um erro será gerado.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a estrutura de controle usada para executar um bloco de código repetidamente com um critério de parada em Python?

if

switch

for

while

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Em Python, qual é a maneira correta de declarar uma função?

def minhaFuncao() {}

fun minhaFuncao():

função minhaFuncao():

função minhaFuncao():

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o operador de atribuição em Python?

=

==

===

=>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a principal característica da programação orientada a objetos?

Utiliza apenas funções.

Foca em algoritmos eficientes.

Organiza o código em módulos.

Modela o mundo real com objetos e classes.

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?