0% found this document useful (0 votes)
20 views2 pages

Python Control Structures Guide

The document outlines a curriculum for teaching Python control structures, including topics such as control structures, selection, iterations, and looping. It includes specific tasks for students to demonstrate their understanding through programming exercises, such as converting temperatures and calculating simple interest. Additionally, it emphasizes the importance of distinguishing between different conditional constructs in Python.

Uploaded by

gopesh jagrawat
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views2 pages

Python Control Structures Guide

The document outlines a curriculum for teaching Python control structures, including topics such as control structures, selection, iterations, and looping. It includes specific tasks for students to demonstrate their understanding through programming exercises, such as converting temperatures and calculating simple interest. Additionally, it emphasizes the importance of distinguishing between different conditional constructs in Python.

Uploaded by

gopesh jagrawat
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Topic: Python Control Structures

I……………………………………………of Grade …….. and I can –

Sl. No. Details Confide Not Need


nt Sure Revisit

1 What are Control Structures ?

2 Identify real-life applications of Selection and


Iterations
3 Explain range() functions and its various ways to
use
4 Write a python program to convert temperature
from Celsius to Fahrenheit
5 Perform basic arithmetic operations using if eleif

6 Explain what is looping and how it differs from a


Selection ?
7 Create a loop to display all natural numbers
between two numbers
8 Write a Python program to calculate the amount
payable if money has been lent on simple
interest. Principal or money lent = P, Rate = R%
per annum and Time = T years. Then Simple
Interest (SI) = (P x R x T)/ 100. Amount payable =
Principal + SI. P, R and T are given as input to the
program.
9 Write a program to repeat the string ‘‘GOOD
MORNING” n times. Here n is an integer entered
by the user.
10 Write a program to find the average of 3
numbers.
11 What is the difference between else and elif
construct of if statement?
12 Program to print the multiples of 10 for numbers
in a given range

Student’s signature: …………… Parent’s signature : ……………… Teacher’s signature:………

You might also like