Funções e Variáveis em Python

Funções e Variáveis em Python

11th Grade

20 Qs

quiz-placeholder

Similar activities

Python

Python

10th - 12th Grade

20 Qs

SOAL UH KESEBANGUNAN KELAS IX

SOAL UH KESEBANGUNAN KELAS IX

1st - 12th Grade

20 Qs

Slope Triangles

Slope Triangles

8th Grade - University

20 Qs

Angle Proof

Angle Proof

9th Grade - University

22 Qs

Slope from Similar Triangles

Slope from Similar Triangles

8th Grade - University

20 Qs

Review for Topic 2 (so far)

Review for Topic 2 (so far)

9th - 12th Grade

20 Qs

Similar Triangles Using Slope

Similar Triangles Using Slope

8th Grade - University

20 Qs

Midpoint Bisector Reflexive

Midpoint Bisector Reflexive

10th Grade - University

20 Qs

Funções e Variáveis em Python

Funções e Variáveis em Python

Assessment

Quiz

Mathematics

11th Grade

Hard

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a palavra-chave utilizada para definir uma função em Python?

function

def

func

define

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das opções abaixo representa uma variável do tipo string em Python?

nome = 10

nome = "Python"

nome = True

nome = 3.14

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que acontece se você tentar acessar uma variável que não foi definida em Python?

O valor será zero

O programa ignora a variável

Ocorre um erro do tipo NameError

O valor será None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int

str

float

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Considere a função abaixo: ```python def soma(a, b): return a + b ``` Qual é o nome dos parâmetros dessa função?

soma e a

a e b

return e soma

def e return

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das opções abaixo é uma chamada correta para a função definida como `def saudacao(nome):`?

saudacao()

saudacao

saudacao("Maria")

saudacao[Maria]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das opções abaixo NÃO é um tipo de dado primitivo em Python?

int

float

bool

list

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?