Exercise 6.1 - Chapter 6 - Information Processing - Term 3 - 7th Maths Guide Samacheer Kalvi Solutions
Updated On 26-08-2025 By Lithanya
You can Download the Exercise 6.1 - Chapter 6 - Information Processing - Term 3 - 7th Maths Guide Samacheer Kalvi Solutions with expert answers for all chapters. Perfect for Tamil & English Medium students to revise the syllabus and score more marks in board exams. Download and share it with your friends
Share this to Friend on WhatsApp
Ex 6.1 : Chapter 6 Information Processing Term 3 Class 7th std Maths Guide Samacheer Kalvi Solutions
Question 1.
Match the following:
.png)
Solution:
.png)
Question 2.
The steps of withdrawing cash from your saving bank account using ATM card are explained in the figures given below. Construct an appropriated flow chart.
.png)
.png)
Solution:
Algorithm: (i) Swipe your bank Debit card / credit card
.png)
(ii) Select banking
(iii) Select language
(iv) Select transaction
(v) Enter your PIN
(vi) Enter the required amount
(vii) Collect your money
Question 3.
Using given step by step process to recharge mobile phone, draw a sequence flowchart.
Step by Step process:
- Login the mobile recharge web browser
- Select prepaid or postpaid
- Enter mobile number
- Select operator and browse plans to choose your recharge plan
- Enter amount to recharge
- Procecd to recharge
Solution:
.png)
Question 4.
Complete the direction of the flowchart using arrows for the flow chart explaining the traffic rule given below
.png)
.png)
Solution:
.png)
Question 5.
Complete the given flowchart, input names of things and check whether it is living or non – living
.png)
Solution:
Input name Horse
Horse = a Yes
Print Living thing
.png)
Question $6 .$
Complete the given flowchart.
(i) Fill in the flow chart to print the average mark by giving your I term or II term marks as inputs.
.png)
(ii) Construct the flow chart to print teachers comment as “very good” if your average mark is above 75 out of 100 or else, as “still try more” can be inserted in the flow chart with earlier one
.png)
Solution:
.png)
Question $7 .$
A merchant calculates the cost price (CP) and the selling price (SP) of the product bought by him. Construct the flow chart to print 'PROFIT' if the selling price (SP) is more than the cost price (CP) or else 'LOSS'.
Solution:
First we have to input the cost price and selling price. Then we check whether cost price less than selling price. If S.P $>\mathrm{CP}$, then print "PROFIT" otherwise print 'Loss'.
Algorithm:
1. Enter cost price
2. Enter selling price
3. Checking whether $\mathrm{CP}<\mathrm{SP}$
4. If Yes print 'PROFIT'
5. If No print 'Loss'
.png)
