answersLogoWhite

0

in loop when draw a flow chart of table 2

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
BeauBeau
You're doing better than you think!
Chat with Beau

Add your answer:

Earn +20 pts
Q: When Draw a flow chart of table 2?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are the 2 types of flowchart?

1. High Level Flow Chart 2. Low Level Flow Chart


What are the different levels of a flow chart?

1)Basic flow chart-shows the main steps in a process for a good overview 2)process flow chart-gives details of a process by listing the main steps and sub-steps 3)developement flow chart- is similar to process flow chart but identifies persons or department involved in a process. 4)oppertunity flow chart- highlights decision making steps and inspection points.


How do you prepare FIFO flow chart to adapt in automobile industry?

1)Basic flow chart-shows the main steps in a process for a good overview 2)process flow chart-gives details of a process by listing the main steps and sub-steps 3)developement flow chart- is similar to process flow chart but identifies persons or department involved in a process. 4)oppertunity flow chart- highlights decision making steps and inspection points.


Flowchart to find the sum of the square of first 30 even numbers?

The flowchart in deriving the sum of the square root of first N even numbers, You may follow the steps provided below: # Draw the start symbol then a flow line connecting to item #2 # Draw the init box for the syntax: set variable_A=0, variable_Chk=0, variable_Sum=0, variable_Sqrt, then a flow line connecting to item #3 # Draw the input box and write variable_A then a flow line connecting to item #4 # Draw the decision box for 'Is variable_A not numeric?'. if yes, draw a flow line connecting to item#3 else draw a flow line connecting to item#5 # Draw the process box for the syntax: compute variable_Chk=variable_A / 2 then a flow line connecting to item #6 # Draw the decision box for 'Is variable_chk not whole number?. if yes, draw a flow line connecting to item #3 else draw a flow line connecting to item #7 # Draw the process box for the syntax: compute variable_Sum=variable_Sum + variable_A then a flow line connecting to item #8 # Draw the decision box for 'Do you want to add another number?'. if yes, draw a flow line connecting to item#3 else draw a flow line connecting to item #9 # Draw the process box for the syntax: compute variable_Sqrt=SQRT(variable_Sum) then a flow line connecting to item #10 # Draw the output box and write variable_Sum, variable_Sqrt then a flow line connecting to item #11 # Draw the end symbol. Where: variable_A contains a given N number, variable_Chk contains the quotient of variable_A / 2, variable_Sum contains the sum of N numbers and variable_Sqrt contains the result.


What is flowchart of stack using array in c prog?

Two little problems: 1. stack doesn't have a flow-chart 2. there are no flow-charts in a C program