Python Quiz

Quiz
•
Computers
•
9th Grade
•
Medium
Maha Salim
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var_1 = 5
var_2 = 2
print(var_1 / var_2)
2
2.5
3
10
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var_1 = 5
var_2 = 2
print(var_1 ** var_2)
25
2.5
10
15
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var_1 = 5
var_2 = 2
print(var_1 // var_2)
3
2.5
2
20
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var_1 = 5
var_2 = 2
print(var_1% var_2)
0
1
2
2.5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
list_1 = [1,1]
list_2 = [2,2]
print(list_1 + list_2)
[3,3]
5
[1, 1, 2, 2]
6
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var_1 = 2
var_2 = 1.1
print(var_1 > var_2)
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var_1 = 2
var_2 = 1.1
print(var_1 != var_2)
True
False
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Programación

Quiz
•
7th - 9th Grade
10 questions
Internets sju nycklar

Quiz
•
3rd - 11th Grade
13 questions
[Hall] Unit 8 JS Variables & Animation

Quiz
•
9th - 12th Grade
10 questions
KIỂM TRA 26

Quiz
•
9th - 12th Grade
14 questions
Повторення Python

Quiz
•
9th Grade
10 questions
JavaScript: Coerción y Tipos de Datos

Quiz
•
1st - 10th Grade
15 questions
Алгоритмизация и основы программирования 9А класс

Quiz
•
9th Grade
12 questions
HTML & Java

Quiz
•
9th 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
20 questions
Digital Citizenship

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

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade