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
12 questions
Python Coding

Quiz
•
6th - 8th Grade
13 questions
Python Basics (Y9)

Quiz
•
8th - 10th Grade
10 questions
Ամփոփում Python ծրագրավորման լեզվում

Quiz
•
7th Grade
14 questions
Data types and Input

Quiz
•
7th - 9th Grade
14 questions
JavaScrip - DSI

Quiz
•
1st Grade - University
10 questions
Python Variables

Quiz
•
6th Grade
14 questions
Python Syntax

Quiz
•
6th - 12th Grade
10 questions
Maths in Python (EduBlocks)

Quiz
•
6th - 9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade