Python - Operators and Conditional Statement
Quiz
•
Computers
•
3rd - 10th Grade
•
Practice Problem
•
Hard
Aditya Sharma
Used 29+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the given expression find out the operator :
x - y
Arithmetic Operators
Bitwise Operators
Assignment Operators
Logical Operators
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what will be the output of the given code:
x = 400
if (X % 2 == 0):
print(" You are a good Programmer")
else :
print("You are Pro Level Programmer")
You are a good Programmer
You are Pro Level Programmer
Nothing will be Printed
Error Message
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To assign a value to a variable which operator is used ?
x = 5
Arithmetic
Logical
Assignment
Equality
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find out the output of the given code :
a = 20
b = 15
c = 15.0
if( b == c ):
print("Equal")
else :
print("Not Equal")
Equal
Not Equal
Error
Nothing Will be printed
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find out the output of the given code :
x = 20
y = 15
if (x != y):
print("False")
else :
print("True")
True
False
Error
Nothing Will be Printed
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find Out the output of the given code :
a = 5
b = 3
if ( a > 4 and b > 2):
print(" Good Morning! ")
else :
print(" Good Evening!")
Error
Nothing will be printed
Good Evening!
Good Morning!
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which type of data is this :
Odd = [ 1, 3, 5, 7, 9]
Int
Set
List
Tuple
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Coding Concepts A
Quiz
•
3rd Grade
13 questions
Which of these softwares???
Quiz
•
4th - 5th Grade
10 questions
Computer QUIZ
Quiz
•
4th Grade
10 questions
Visual Basic 2010
Quiz
•
8th Grade - University
10 questions
Review PAT TIK kelas 5
Quiz
•
5th Grade
9 questions
IT related jobs
Quiz
•
9th Grade
10 questions
Contact Center Sevices
Quiz
•
7th - 10th Grade
10 questions
Quiz 8 (01.09.2021)
Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Computers
18 questions
Company Logos
Quiz
•
6th - 8th Grade
13 questions
PowerPoint Basics
Quiz
•
6th - 8th Grade
10 questions
App Creators Lesson 2.1-2.4
Quiz
•
8th Grade
10 questions
Exploring Computer Science Careers and Subfields
Interactive video
•
6th - 10th Grade
15 questions
AP CSP Unit 4
Quiz
•
10th - 12th Grade
23 questions
Prog 1 Python Q1 Practice
Quiz
•
9th - 12th Grade
20 questions
logo quiz
Quiz
•
3rd Grade
