Python Quiz

Quiz
•
Computers
•
6th - 9th Grade
•
Hard

Rafael Diolatzis
Used 58+ times
FREE Resource
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will the output of the following code be?
for i in ["A", "b", "3"]:
print(i)
Error
"A"
"b"
"3"
A, b, 3
A
b
3
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the output of the code below?
x = 5
if x == 0:
print("x is 0")
elif x > 1:
print("x is greater than 1")
elif x > 3:
print("x is greater than 3")
x is 0
x is greater than 1
x is greater than 3
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
for a in range(3):
print(a)
1
2
3
0
1
2
1 2 3
Error
4.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Which of the following is a python module?
Tkinter
Panda
SuperTyper
TensorFlow
Kivy
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the value of b?
a = 0
b = a
a = 3
0
3
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the output?
print(4**4)
4
16
356
256
Error
7.
MULTIPLE SELECT QUESTION
2 mins • 1 pt
Which of the following commands exists?
.upper()
.casefold()
.destroy()
.TextChar
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Selection, String Slicing and Input in Python 3

Quiz
•
9th Grade
20 questions
Python 3 Review Part 1

Quiz
•
9th - 12th Grade
20 questions
Introduction to Python programming

Quiz
•
6th - 8th Grade
20 questions
Python variables, expressions, and data types

Quiz
•
9th - 12th Grade
20 questions
Basics Python

Quiz
•
8th - 10th Grade
20 questions
Python Assessment

Quiz
•
7th Grade
20 questions
chatbot python

Quiz
•
6th Grade
20 questions
Class 8A Unit 9.1 Python Basic

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