Python Quiz

Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Guilherme Prado
Used 5+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Como você adiciona um item ao final de uma lista em Python?
list.append(item)
list.insert(item)
list.push(item)
list.add(item)
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
O que é Python?
Uma linguagem de programação de baixo nível.
Uma linguagem de programação de alto nível.
Um sistema operacional.
Um banco de dados.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Como você cria uma variável com o valor 10 em Python?
var = 10
int var = 10
var : 10
int var := 10
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual a estrutura correta para um laço 'for' em Python?
for i = 0; i < 10; i++:
for i in range(10):
for (i = 0; i < 10; i++):
for i to 10:
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual a sintaxe correta para imprimir "Olá, Mundo!" em Python?
echo "Olá, Mundo!"
print("Olá, Mundo!")
printf("Olá, Mundo!")
cout << "Olá, Mundo!"
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Como você define uma função em Python?
function minha_funcao():
def minha_funcao():
func minha_funcao():
define minha_funcao():
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual destas opções é usada para verificar se um valor está presente em uma lista em Python?
if item in list:
if item is in list:
if item not in list:
if list has item:
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Qual a saída do seguinte código: print(2 + 3 * 2)?
10
7
12
8
9.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Qual o resultado da seguinte expressão: 4 / 2?
1
2
2.0
4
Similar Resources on Wayground
11 questions
Python strings

Quiz
•
8th - 9th Grade
14 questions
Arrays & Strings in programming

Quiz
•
8th Grade
10 questions
PYTHON (FOR LOOP)

Quiz
•
1st - 10th Grade
14 questions
Lists, Subroutines and Sequence in Pseudocode - Python

Quiz
•
1st - 11th Grade
10 questions
Pseudocode and Logic Quiz

Quiz
•
8th Grade
6 questions
for loop

Quiz
•
7th Grade
10 questions
L1 Console, Variables and Creating a Program

Quiz
•
8th Grade
10 questions
Banana Tales Part I (1-40)

Quiz
•
6th - 8th 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 Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Hallway & Bathroom Expectations

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

Interactive video
•
6th - 10th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
30 questions
Teacher Facts

Quiz
•
6th Grade
24 questions
Flinn Lab Safety Quiz

Quiz
•
5th - 8th Grade
22 questions
Figurative Language

Quiz
•
7th Grade