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
JavaScript and Graphics

Quiz
•
9th - 12th Grade
15 questions
Mảng 1 chiều

Quiz
•
8th - 11th Grade
10 questions
QBASIC Programming

Quiz
•
5th - 10th Grade
10 questions
tin 8 bài 4

Quiz
•
6th - 9th Grade
10 questions
Python - Operators and Conditional Statement

Quiz
•
3rd - 10th Grade
12 questions
Python

Quiz
•
7th - 9th Grade
12 questions
C++ References

Quiz
•
6th - 12th Grade
12 questions
Python Demo Quiz Set1

Quiz
•
9th - 12th 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
10 questions
Proper Keyboarding Techniques

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

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

Interactive video
•
7th - 12th Grade