Conditional statements in python

Conditional statements in python

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Beginner

Python Beginner

12th Grade

10 Qs

Quiz On Conditional Statements In Python

Quiz On Conditional Statements In Python

12th Grade

6 Qs

Getting Started with Python

Getting Started with Python

11th Grade

15 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

computer science

computer science

11th Grade

13 Qs

Python If Else Statements

Python If Else Statements

9th - 12th Grade

15 Qs

Python

Python

10th - 11th Grade

10 Qs

Python Classes Quiz

Python Classes Quiz

9th - 12th Grade

15 Qs

Conditional statements in python

Conditional statements in python

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Sonali PGT

Used 164+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

A statement which does nothing is an ..................... statement.

2.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

A group of statements executed as a unit is called ....................... statement.

3.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

Find output of this code-

age=15

if age < 18:

print("Cannot vote")

4.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

....................... is a graphical representation of steps to solve a given problem.

5.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

Python supports ................ types of loops

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

‘If’ is a decision making statement

true

false

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The ‘else’ statement is optional in Python

TRUE

FALSE

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?