
Flashcard de Programação em Python

Flashcard
•
Computers
•
2nd Grade
•
Hard
Thiago Nasci
FREE Resource
Student preview

18 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Qual é a maneira correta de declarar uma variável em Python? Options: `var = 10`, `int var = 10`, `10 = var`, `variable: int = 10`
Back
`var = 10`
2.
FLASHCARD QUESTION
Front
Qual das seguintes opções é uma estrutura de controle em Python? `if`, `print`, `input`, `def`
Back
`if`
3.
FLASHCARD QUESTION
Front
Como você define uma função em Python?
Back
`def myFunction():`
4.
FLASHCARD QUESTION
Front
Qual é a saída do seguinte código?
```python
x = 5
if x > 3:
print("Maior que 3")
else:
print("Menor ou igual a 3")
```
Back
Maior que 3
5.
FLASHCARD QUESTION
Front
Qual das seguintes opções é um loop em Python? `for`, `while`, `do-while`, `A e B`
Back
`A e B`
6.
FLASHCARD QUESTION
Front
Como você lê a entrada do usuário em Python?
Back
`input()`
7.
FLASHCARD QUESTION
Front
Qual é a saída do seguinte código?
```python
for i in range(3):
print(i)
```
Back
0 1 2
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Estudo Dirigido: Princípios Básicos da Experimentação Agronômica

Flashcard
•
2nd Grade
14 questions
Robótica I

Flashcard
•
2nd Grade
15 questions
Propriedades da Matéria

Flashcard
•
KG
15 questions
EUROPA

Flashcard
•
2nd Grade
12 questions
Segurança do Trabalho - NR's

Flashcard
•
KG
15 questions
RP02T01A05 - Pensamento lógico

Flashcard
•
2nd Grade
14 questions
Pensamento Computacional

Flashcard
•
KG
14 questions
CADEIA ALIMENTAR

Flashcard
•
KG
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade