class_11cs_unit2_Computational_Thinking_and_Programming_–_1_Part (5)
class_11cs_unit2_Computational_Thinking_and_Programming_–_1_Part (5)
Step 3 .Coding
• Coding is the process of transforming ideas, solutions,
and instructions into the language that the computer can
understand.
Representation of Algorithms
• Once the steps are identified, the need is to write down
these steps along with the required input and desired
output.
• There are two common methods of representing an
algorithm —flowchart and pseudo code.
• To represent an algorithm keep in mind the following:
1. It showcases the logic of the problem solution, excluding
any implementation details
2. It clearly reveals the flow of control during execution of
the program
SUBSCRIBE HAMARI ACADEMY ON YOUTUBE
Pseudo code
• A pseudocode (pronounced Soo-doh-kohd) is another way of
representing an algorithm.
• input num1
• input num2
• COMPUTE Result = num1 + num2
• PRINT Result
SUBSCRIBE HAMARI ACADEMY ON YOUTUBE
Decomposition
• The process of dividing a complex problem in smaller sub
problems is called decomposition.
Decomposition Example
• School Management System
Teacher management
School management
Student management
Transport management
Library management
Sports management
Fees management
THANKS FOR WATCHING..
DON’T FORGET TO SUBSCRIBE
SHARE WITH FRIENDS ALSO