
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
27 questions
Reading From a File in Python

Quiz
•
9th - 12th Grade
30 questions
Python Basics: Variables and Syntax

Quiz
•
10th Grade
26 questions
Basics of Pbasic

Quiz
•
10th - 12th Grade
25 questions
Python Conditional Statements

Quiz
•
9th - 12th Grade
27 questions
Python Loops

Quiz
•
9th - 12th Grade
35 questions
Program Development - Python: Code Tracing

Quiz
•
8th - 10th Grade
25 questions
Quiz Analisis Data

Quiz
•
10th Grade
30 questions
Python Beginner

Quiz
•
6th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade