Program Designing Tools

Subject: Computer

Overview

Coming Soon

Things to remember
  • Popular tools and technique used to represent the programs are Algorithm, Flowchart, and Pseudocode.
  • A set of rules that define how a particular problem can be solved in finite number of steps is known as algorithm. 
  • Algorithm helps to write a program.
  • Flowchart is a pictorial representation of step by step solution of a problem. It is one of the oldest technique in programming.
  • Pseudo code is an outline of a program written in a form that can easily be converted into real programming statements.

© 2021 Saralmind. All Rights Reserved.