
Python Quiz 15a30

Quiz
•
Information Technology (IT)
•
10th Grade
•
Medium
Douglas Carvalho
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True
False
None
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual operador lógico é usado para inverter o valor de uma expressão booleana em Python?
and
or
not
xor
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True
False
None
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código Python? ```python if 10 > 5: print("Maior") else: print("Menor") ```
Maior
Menor
Error
Nenhuma das anteriores
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código Python? ```python x = 10 if x > 5: print("Maior que 5") elif x == 5: print("Igual a 5") else: print("Menor que 5") ```
Maior que 5
Igual a 5
Menor que 5
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código Python? ```python x = 3 if x > 5: print("Maior que 5") else: if x == 3: print("Igual a 3") else: print("Menor que 5") ```
Maior que 5
Igual a 3
Menor que 5
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Qual é a saída do seguinte código Python? ```python def fatorial(n): if n == 0: return 1 else: return n * fatorial(n-1) print(fatorial(4)) ```
24
12
4
1
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz aula 6

Quiz
•
9th - 12th Grade
10 questions
Aula 10

Quiz
•
9th - 12th Grade
20 questions
Analisis Data dengan Python

Quiz
•
10th Grade
10 questions
Quiz sobre Variáveis e Funções

Quiz
•
10th Grade
10 questions
Aula 4

Quiz
•
9th - 12th Grade
15 questions
Quiz de Robótica com Arduino e mBlock

Quiz
•
10th Grade
15 questions
Quiz de Programação para 10º Ano

Quiz
•
10th Grade
19 questions
Quiz Básico sobre p5.js

Quiz
•
10th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Information Technology (IT)
40 questions
Algebra Review Topics

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

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade