0% found this document useful (0 votes)
38 views

Class 8 Practical Assignment

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

Class 8 Practical Assignment

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Campus: Smart Campus

Session : 2024-25

PRACTICAL ASSIGNMENT
Name: Subject: Information and
Communication
Class : 8 CBSE/CLSP
Technology/Computing
Answer all Questions

Read the Instructions carefully and start your assignment


 Download the same word document for the assignment
 For flowchart ,you can draw on this word document using shapes or draw in a
notebook and take a picture and paste it in the same document
 For Pseudocode directly type in the Word document after the question.
 For Python programs use IDLE or any online Python online compiler
 Take a screenshot of the program and output and paste it in the word document.
 All the programs should have your name and class as a comment at the
beginning. .
 Space is given for all answers in the same document
Answer all questions (8CBSE can answer any 5 questions & 8CLSP should
answer all the questions)
I. Flowcharts
1. Draw a flowchart to find the smallest of two numbers.
2. Draw a flowchart to print the sum of 10 even numbers from 10 to 100 using count
controlled loop.
II. Pseudocode
3. Write a Pseudocode to print the cube of all numbers from 1 to a given number
4. Write a Pseudocode to get two numbers as input form the user and get the product
and find whether that number is divisible by 7 and 8 .
III. Python Program
5. Write a Python program to print the odd numbers from 50 to 70 using a for loop
6. Write a Python program to get a string as an input and print the following
a. 3rd character of the string
b. length of the string
c. lowercase of the string
d. upper case of the string
7. Write a Python program to accept the number of days from the user and
calculate the charge for library books according to following:
1 to 5 days : $1 per day
6 to 10 days : $2 per day
11 to 15 days: $3 per day
After 15 days : $5 per day
I. Flowcharts

1. Draw a flowchart to find the smallest of two numbers.

(Draw the flow chart here and continue with the rest of the answers in the similar
way. you can remove this line after drawing/pasting the first flow chart)

You might also like