Page 80 - TP_Prime_v2.2_Class_3
P. 80
06
STEPWISE
THINKING
Prime (Ver. 2.2)-III Learning Objectives
• Simple Instructions
• Decision Making
• Loops
• Understanding Programs
78 I always get confused when solving big problems. I don’t know what to
do first!
Try using stepwise thinking! Break down the big problem into smaller
steps and solve each one at a time. It makes everything easier! Let me
tell you about it.
Simple Instructions
The order of instructions to do a task is important. Let us see the sequence of
instructions to sharpen the pencil and write it in the notebook.
Step 1: Take a sharpner, a pencil and a notebook.
Step 2: Insert the pencil in the sharpner.
Step 3: Rotate it clockwise. 2
Step 4: Write ‘’Hello World” with the 1
pencil in the notebook.
Every task, from cooking to making rockets,
has a sequence of steps that need to be 3 4
followed. To do any task follow these steps:
List the main steps of the task.
Divide each main step into smaller steps.
Follow the sequence of steps.

