Quiz de Python para Iniciantes

Quiz de Python para Iniciantes

10th Grade

30 Qs

quiz-placeholder

Similar activities

GDSC DEU & PYTHON

GDSC DEU & PYTHON

9th - 12th Grade

30 Qs

Big Time Wholesome Pythonic Quiz

Big Time Wholesome Pythonic Quiz

9th - 12th Grade

35 Qs

S3 SDD

S3 SDD

10th Grade

25 Qs

Quiz sobre Condicionais e Repetições

Quiz sobre Condicionais e Repetições

10th Grade

30 Qs

¿Qué es la progamación?

¿Qué es la progamación?

10th Grade

25 Qs

programación

programación

10th Grade

25 Qs

Python Test

Python Test

9th - 12th Grade

25 Qs

CSP Python Review

CSP Python Review

9th - 12th Grade

25 Qs

Quiz de Python para Iniciantes

Quiz de Python para Iniciantes

Assessment

Quiz

Computers

10th Grade

Medium

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das opções abaixo representa corretamente a declaração de uma variável do tipo inteiro em Python?

inteiro numero = 10

numero = 10

int numero = 10

numero := 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o tipo de dado retornado pela função `input()` em Python?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual comando é utilizado para exibir uma mensagem na tela em Python?

show()

print()

display()

output()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dado o código abaixo, qual será o valor da variável `x` após a execução? ```python x = 5 x = x + 2 ```

2

5

7

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das opções abaixo representa um tipo de dado float em Python?

10

"10"

10.0

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que será exibido ao executar o seguinte código? ```python nome = input("Digite seu nome: ") print("Olá,", nome) ```

Olá, nome

Digite seu nome: Olá, nome

Olá, seguido do nome digitado pelo usuário

Erro de sintaxe

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int

float

string

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?