Python Basic

Quiz
•
Computers
•
10th Grade
•
Hard
Fendy K
Used 36+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is Python ?
Python is text-based programming
Python is a kind of snake
Python is block-based programming
Python is human language
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result of not(true or false) ?
true
false
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the difference between 10 / 3 and 10 // 3 ?
10 / 3 is division. 10 // 3 is subtraction.
10 / 3 is floor division. 10 // 3 is subtraction.
10 / 3 is floor division. 10 // 3 is division.
10 / 3 is division. 10 // 3 is floor division.
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Assignment Operator is ...
used to assign values to variables
and, or, not
+, -, %
+=, <<=, %=
==, <=, !=
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Is this code true or false?
number = int(input("Input your number:"))
if number % 3 == 0:
if number % 5 == 0:
print ("FizzBuzz")
else:
print("Fizz")
elif number % 5 == 0:
print("Buzz")
else:
print(number)
True
False
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How many errors in this image?
1
2
3
4
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What line is error?
4
5
6
7
8
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Mathematical Calculations and Operations

Quiz
•
9th Grade - University
13 questions
Python Operators & Expressions

Quiz
•
8th - 11th Grade
10 questions
Python Dasar

Quiz
•
10th Grade
17 questions
Python Modulus & Exponent & If 305

Quiz
•
9th - 12th Grade
10 questions
J277 - 2.2 - Functions in Python

Quiz
•
10th Grade - University
10 questions
PF Unit 10

Quiz
•
9th Grade - University
14 questions
Python Arithmetic, Boolean, and Strings

Quiz
•
9th - 12th Grade
15 questions
Цикл for в python

Quiz
•
10th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th 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
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade