
Quiz sobre Estruturas Condicionais

Quiz
•
Computers
•
10th Grade
•
Medium
Used 1+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a estrutura básica de um comando condicional "if" em Python?
if condição: instrução
if (condição) { instrução }
if condição, então instrução
if condição; instrução
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O que o seguinte código imprime? ```python x = 10 if x > 5: print("Maior que 5") else: print("Menor ou igual a 5") ```
Menor ou igual a 5
Maior que 5
10
Nada
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual palavra-chave é usada para adicionar uma condição extra entre o "if" e o "else" em Python?
elseif
elif
else if
elseif:
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual operador lógico representa "e" em Python?
&&
and
&
ou
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O que será impresso pelo código abaixo? ```python a = 3 b = 7 if a > 2 and b < 10: print("Verdadeiro") else: print("Falso") ```
Verdadeiro
Falso
3
7
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True
False
5
2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual operador lógico representa "ou" em Python?
or
||
ou
|
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
PAS INFORMATIKA 2025

Quiz
•
10th Grade - University
31 questions
Python Lists

Quiz
•
8th Grade - University
25 questions
Test évaluation N°1

Quiz
•
10th Grade
30 questions
Quiz sobre Estruturas Condicionais

Quiz
•
10th Grade
25 questions
Python - Unit Test 2

Quiz
•
9th Grade - University
30 questions
Python Introduction

Quiz
•
9th - 11th Grade
25 questions
Senior - Python Assessment 1

Quiz
•
9th - 12th Grade
25 questions
Python alap

Quiz
•
10th - 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