
Quiz de Python para Iniciantes

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
Similar Resources on Wayground
30 questions
Quiz sobre Estruturas Condicionais

Quiz
•
10th Grade
26 questions
Painel de controlo

Quiz
•
10th Grade
30 questions
Quiz sobre Estruturas Condicionais

Quiz
•
10th Grade
25 questions
Lenguajes programación

Quiz
•
10th Grade - University
25 questions
Python Class 9

Quiz
•
9th - 10th Grade
32 questions
Exercícios Computação

Quiz
•
8th - 12th Grade
30 questions
Quiz de Desenvolvimento Web

Quiz
•
10th Grade
30 questions
Quiz sobre Condicionais e Repetições

Quiz
•
10th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade