
Understanding Python Identifiers and Operators

Quiz
•
Computers
•
11th Grade
•
Medium
Deepika A
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of operators have they used in this expression 5-3*6
logical
arithmetic
relational
assignment
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of operators have they used in this expression
score = 0
score += 5
logical
arithmetic
relational
assignment
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what does
score = 0
and
score == 100
mean ?
First one checks if score is equal to 0 and second one assigns the value to the variable
First one assigns to 0 and second one checks the value to the variable
Both are same .
Both checks the value
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of operators have they used in this expression
age >= 18
logical
arithmetic
relational
assignment
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of operators have they used in this expression
bill == 100 or member == true
logical
arithmetic
relational
assignment
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Out of the options which are mathematical operators
+ - / * % //
== != > < >= <=
= += -= *= /= %=
and not or
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to assign a value to a variable in Python?
+=
==
<>
=
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
SQL statements 1

Quiz
•
University
10 questions
DBMS

Quiz
•
University
10 questions
Algorithm and Flowchart

Quiz
•
University
18 questions
Unit 4 Variables, Conditionals & Functions CS20-21

Quiz
•
9th - 12th Grade
15 questions
Components of a Computer Program

Quiz
•
11th Grade
17 questions
ROUND 2

Quiz
•
University
10 questions
Conditional statements in python

Quiz
•
11th - 12th Grade
10 questions
TLE Q3 M6

Quiz
•
9th - 12th 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
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
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