answersLogoWhite

0


Best Answer

all symbol of flow chart

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Communication link

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do the symbols mean on the flowchart?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is the symbol for decision?

Making an assumption that you mean in a flowchart ... it is a diamond, wider than taller like: <>


What do the universal symbols mean?

it means the symbols dont change wherever you are in the world.


What is high level of flowchart?

I believe you mean, what is a high level flowchart. This is a macro view of a more complex flowchart showing the operations or tasks rolled into larger groups for easy review. In a basic example: a flow chart describing the efforts involved for washing a car might have 25 tasks which include getting a bucket, a sponge, wetting the car...all the way to the end. A high level flowchart of the same operation might be this: 1. Get supplies 2. Wash the car 3. Dry the car


What are the importance of flowchart?

A flowchart is a tool for your mind. Like all tools, its value depends on the person using it. It provides one way of describing how you will plan to do a complicated task. A flowchart shows what is done when each decision must be made and when to go to each process as a result. There is a saying, "A picture is worth a thousand words." A flowchart gives a picture of the way a particular item will occur. It was originally developed for computer programming. In calculating payroll taxes, the program asks, "Is this person married?" The answer is yes or no. If it is yes, the program goes to one rate. If no, it goes to another rate. The flowchart shows all such yes and no decisions. Following those makes it easier to find mistakes in the program.


When did symbols start?

Symbols started as soon as writing started in the beginning of time. These symbols were used to represent things people wanted, needed, or valued.

Related questions

Where can one find explanations for common flowchart symbols?

Flowchart symbols are important, but can be confusing. One might use BreezeTree as a way to determine the correct meanings and explanations of these symbols.


What are the symbols used in creating flowchart?

ellipse


How do you do calculation on programming flowcharts?

You just have to know the symbols of flowchart and make the graphical representation of algorithm


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

No that would be a flowchart.


What is flowchart and explain its symbols?

it is diagram which illustrate the flow of goods ,information ,people and transport at a given time and place


Give a sample problem with the use of algorithm and flowchart symbols?

design a flowchart that will input three numbers and get their sum. If the sum is greater than 20, then print "sum>20",else print the sum.


When and what are the symbols used in the flowchart for the program for the calculation of average numbers in C language?

Look up "Flowchart" in wikepedia, most of what you need to know can be found there. Get a flow chart symbol template and a sheet of paper and you are on your way.


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.


What is the basic symbol in flowchart?

there is no basic symbol in flowchart


Define flowchart and draw flowchart for GCD of two numbers?

pictorial representation of a program is called a flowchart


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

Flowchart.


Which is difficult to design flowchart or algorithem?

Algorithm is more difficult to create than flow charts. An Algorithm is just a full sequence of simple steps that are needed to solve a problem. A Flowchart is a graphical representation of an algorithm. We can crate flow chart with the help of symbols. Of the many Symbols accessible, the 6 Basic Symbols will be used most: 1. Start/Stop 2. Question, Decision (Use in Branching) 3. Input/output 4. Connector 5. Process, Instruction 6. Comments, Explanations, Definitions.