Information Processing (Flowcharts and Scheduling) — Class 7 Maths (Samacheer Kalvi)
TN State Board (Samacheer Kalvi) Class 7 Mathematics, Term 3 — Chapter 6. Planning steps with flowcharts and schedules.
1. About this chapter
This chapter covers flowcharts — diagrams that show the steps of a process — and scheduling — arranging tasks to finish in the least time.
2. Flowcharts
- A flowchart is a step-by-step diagram of a process using standard symbols joined by arrows that show the order.
| Symbol | Meaning |
|---|---|
| Oval (terminal) | Start / Stop |
| Parallelogram | Input / Output |
| Rectangle | Process / action |
| Diamond | Decision (yes/no) |
| Arrow | Flow / direction |
- Example: a flowchart to add two numbers — Start → input a, b → compute sum = a + b → output sum → Stop.
3. Scheduling
- Scheduling means planning the order and timing of tasks so the whole work is done in the least possible time.
- Tasks that don't depend on each other can be done at the same time (in parallel); tasks that depend on another must wait for it to finish.
- Example: while rice is boiling (20 min), you can chop vegetables (10 min) at the same time, instead of one after the other — saving time.
4. Worked examples
Example 1. Which flowchart symbol shows a decision? The diamond.
Example 2. Which symbol marks the start of a flowchart? The oval (terminal).
Example 3. Tasks A (10 min) and B (15 min) are independent. Done in parallel, how long do they take? 15 minutes (the longer of the two).
5. Exercises (Samacheer Kalvi)
- Name the flowchart symbol used for (a) input/output (b) a process.
- Draw a flowchart to find the average of three numbers.
- Draw a flowchart that checks whether a number is even or odd.
- Three independent tasks take 8, 12 and 5 minutes. If done in parallel, how long is needed?
- List the tasks in making tea and schedule them to save time.
6. Common mistakes
- Mistake: Using the wrong symbol for a decision. Fix: A diamond is for a decision; a rectangle is for a process.
- Mistake: Doing independent tasks one after another. Fix: Parallel (independent) tasks can run at the same time to save time.
- Mistake: Leaving out the Start/Stop in a flowchart. Fix: Every flowchart begins and ends with an oval (terminal).
7. Quick revision
- Term 3 · Ch 6 · information processing.
- Flowchart symbols: oval (start/stop), parallelogram (input/output), rectangle (process), diamond (decision), arrow (flow).
- Scheduling plans tasks to finish in the least time; independent tasks run in parallel, dependent ones in sequence.
