TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

C Tutorials

HIPO Chart

Overview

In this tutorial, we will learn about the HIPO Chart. HIPO acronym stands for Hierarchy + Input-Process-Output. HIPO chart is a programming design tool.

What is HIPO Chart?

The chart displays the overall program structure. This tool is used during the program design or the initial planning phase.

There are several names for this chart. A hierarchy chart is also known as:

  • Structure Chart
  • Top-down chart

Structure charts because the chart displays the overall program structure. Top-down chart because the tool is used during top-down program development approach.

 

HIPO Chart

The Structure chart is high-level and only shows the organization of the program. The chart breaks the program into modules and sub-modules. It displays how the program modules are related to each other. It doesn’t go into implementation or processing details. This chart is prepared before writing the program code.

The Top-down chart is read from the top to the bottom and from the left to the right direction.

 

Related Posts

C Language Characteristics

C Tutorials /

C Language Characteristics

C Source Code .c File

C Tutorials /

C Program Files & Formats

GNU Compiler Collection GCC

C Tutorials /

C Compilers

C Pointers

C Tutorials /

C Pointers

C Tutorials /

C Two-Dimensional Arrays

‹ C Typecasting› Computer Programming Languages

Recent Posts

  • Update draw.io on Windows
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com