answersLogoWhite

0

A flowchart is a graphical approach to describe the computer program's logic process.

Pseudocode is a mock-up code written using easy-to-understand words to describe the details of that logic just before drafting the actual code to build the program.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Difference between pseudocode and flowchart?

Pseudo code is a sentence-like representation of an piece of code.A flowchart is a symbolic representation of code, using box shapes and arrows. http://wiki.answers.com/What_is_the_differences_between_Pseudocode_and_Flowchart#ixzz16xbjczkm


Develop an algorithm to display all prime numbers from 2 to 100 Give both the pseudocode version and the flowchart version Convert your pseudocode into a Java program?

Develop an algorithm to display all prime numbers from 2 to 100. Give both the pseudocode version and the flowchart version. Convert your pseudocode into a Java program.


Are Ovals used as terminal symbols marking the starting and end of the pseudocode?

No that would be a flowchart.


What is the difference between a hierarchy of modules and a flowchart?

What is the difference between a hierarchy of modules and a flowchart.


What will the beginners prefer to choose between flowchart and algorithm?

Flowchart.


Flowchart to check whether an integer is positive or negative?

I'll write it as pseudocode; you can easily convert it to a flowchart. If your number is more than 0 (Your number is positive) else if your number is less than 0 (your number is negative) else (your number is equal to zero)


Difference between macor flowchart and micro flowchart?

1. Macro flowchart shows less information whereas micro flowchart shows more information. 2. Macro flowchart is easy to design as comparative to micro flowchart. 3. Macro flowchart is difficult to study and understand as comparative to micro flowchart.


Draw a flowchart to generate odd numbers between 100?

Draw a flowchart to generate odd numbers between 100?


Difference between pseudocode and structured English?

structured English resembles spoken Englishwhere as pseudocode resembles programming languageWhat_are_the_differences_between_structured_English_and_pseudo_code


What the defferences kind of domistic and institutional?

what the defferences kind of domistic and institutional


What is the Difference between program and flowchart?

Flowchart it is diagrammatic Program it is coding. A flowchart is drawn out on paper, and shows the logic of an if/then/else statement. The programming actually is the if/then/else, not just the logic.


What is the difference between pseudocode and trace table?

pseudocode is a sentence-like representation of a piece of code while a trace table is a technique used to test a algorithms.