
Introduction to Python Programming

Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Georgios Kakavelakis
Used 5+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the print() function do?
Reads input from the user
Saves data to a file
Displays text on the screen
Runs a Python program
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of data does input() return?
String
Integer
Float
Boolean
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line correctly converts a string to an integer?
int = "5"
score = int("5")
score = input("5")
score = "int(5)"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code?
print("Hello", "World")
HelloWorld
Hello World
"Hello", "World"
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is wrong with this line of code?
print("Hi)
Indentation error
Brackets not closed
Missing quotation mark
Nothing is wrong
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword starts a conditional in Python?
check
if
else
when
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following represents "equal to" in Python?
!=
==
=/=
<>
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
Python

Quiz
•
6th - 8th Grade
35 questions
PLTW CSIM Lesson 1 Assessment

Quiz
•
5th - 9th Grade
25 questions
Quiz TIK 8th Grade 2023

Quiz
•
8th Grade
25 questions
GRADE 8 COMPUTER

Quiz
•
8th Grade
25 questions
Python Revisoin

Quiz
•
8th Grade
25 questions
Latihan Soal PAT Informatika Kelas 8

Quiz
•
8th Grade
30 questions
CodeHS Tracy the Turtle Final Test

Quiz
•
6th - 10th Grade
30 questions
PYTHON PRACTICE 2

Quiz
•
8th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd 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
25 questions
Exploring POV and Unreliable Narrators

Quiz
•
7th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

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

Quiz
•
5th - 6th Grade