Python Operator Precedence

Quiz
•
Other
•
Professional Development
•
Hard

Ajay Tech
Used 59+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The value of variable bmi would be
26.23
94.4
2229.7
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For the given values of variables
- qual
- exp
- Will the text "Qualified for the job" be printed or not ?
Yes
No
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A teenager is one whose age is in between 13 and 19.
Which of the following statements correctly capture the condition.
if age >=13 and age <=19 :
print ( "teenager")
if age >13 and age <19 :
print ( "teenager")
if age >=13 && age <=19 :
print ( "teenager")
if age >13 && age <19 :
print ( "teenager")
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
13 // 5
The result of the above code expression will be
2
3
2.6
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
13 % 5
The result of the above code expression will be
3
2
2.6
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2 ** (2 + 3 )
The result of the above code expression will be
32
8
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True and False
The result of the above code expression will be
False
True
Syntax error
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False
The result of the above code expression will be
True
False
Syntax error
9.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
x = 3
Which of the following expression evaluates to True
x == 3
not x == 3
not not x == 3
x != 3
not x != 3
Similar Resources on Wayground
10 questions
Jumanji welcome to the jungle quiz

Quiz
•
3rd Grade - Professio...
10 questions
Amadeus Refresher Course

Quiz
•
Professional Development
10 questions
TDX21 Quiz

Quiz
•
Professional Development
10 questions
JAVA_GAME

Quiz
•
Professional Development
10 questions
Quizzz Location System

Quiz
•
Professional Development
10 questions
EASY Test

Quiz
•
Professional Development
10 questions
Security Officer Induction

Quiz
•
Professional Development
10 questions
Air Traffic Control quiz

Quiz
•
Professional Development
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