0% found this document useful (0 votes)
7 views1 page

Python Programs for Class VII ICT

The document outlines programming exercises for seventh-grade ICT students. It includes tasks such as calculating the cube and square of a number, displaying a full name from first and last names, calculating the area of a rectangle, checking if a number is even, determining if a year is a leap year, and identifying if a number is positive, negative, or zero. These exercises aim to enhance students' programming skills in Python.

Uploaded by

democlass248
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)
7 views1 page

Python Programs for Class VII ICT

The document outlines programming exercises for seventh-grade ICT students. It includes tasks such as calculating the cube and square of a number, displaying a full name from first and last names, calculating the area of a rectangle, checking if a number is even, determining if a year is a leap year, and identifying if a number is positive, negative, or zero. These exercises aim to enhance students' programming skills in Python.

Uploaded by

democlass248
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

Subject: ICT Std: VII

Unit – 1
Block it out: Moving from blocks to text
1. Write a program to display the cube & square of an entered number.
2. Write a program to accept first name and last name and display the full name of the user.
3. Write a program to calculate area of rectangle.
4. Write a program to accept a number from the user and check if it is an even number or not.
5. Write a program in python to check whether a year entered by user is a leap year or not.
6. Write a program to accept a number from the user and check if it is positive, negative or
zero.

You might also like