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
14 questions
Python Basic Unit 1

Quiz
•
7th - 8th Grade
10 questions
Avaliação Pensamento Computacional - Prático

Quiz
•
1st Grade - Professio...
8 questions
A01T1PC

Quiz
•
8th Grade
11 questions
Python тіліндегі сызықтық алгоритмдерде өрнектерді және функциял

Quiz
•
8th Grade
10 questions
python 6 - сынып

Quiz
•
6th Grade
10 questions
Grade 7 & 8 First quiz term 3

Quiz
•
7th Grade
6 questions
Python Turtle

Quiz
•
7th - 8th Grade
10 questions
My Python : About Me

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade