Conditional statements in python

Conditional statements in python

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python: Chapter 5 - True or False

Python: Chapter 5 - True or False

10th Grade - University

15 Qs

Python Operators & Expressions

Python Operators & Expressions

8th - 11th Grade

13 Qs

Python Selection Statements

Python Selection Statements

11th Grade

10 Qs

Python Boolean

Python Boolean

11th - 12th Grade

11 Qs

CO - 2_ Quiz 1_Python Conditionals

CO - 2_ Quiz 1_Python Conditionals

10th Grade - University

15 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

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?