answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can you give an example of an input that you use in flowchart?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 should you use flowchart?

Use a flowchart when you want to visualize a process.


Example of input devices and their uses?

5 input device and what they are use to do


What does a flowchart proof use?

Boxes and arrows.


Give 3 examples of problems in the use of flowchart?

flowcharts is a item used to find out things that are hard to search or to make the problems resolved easily.


How do you use flowchart in a sentence?

His presentation was so boreing I almost fell asleep, if I never see another flowchart again, it will be too soon.


Why do you use flowcharts?

Flowchart means pictorial representing of an algorithm.


Is hard disk input or output device?

Hard disk drives are storage devices, they use an I/O buffer so to answer your question, they are both. I/O stands for input/output. Speakers are a good example of an output device. The mouse is a good example of an input device.


What is a flochart?

A flowchart is a diagram depicting the process of solving a problem. It highlights the questions that have to be asked at each stage, then branches off into different directions/actions depending on the answers to the questions. The classic example of a flowchart is as part of the design stage of a computer program, where the flowchart is a graphical depiction of the algorithm. In reality, flowcharts aren't used much for this purpose since programs tend to be too complex to efficiently depict/model this way, but the flowchart remains a useful concept that sees use. For example, a company might have a flowchart depicting what steps are taken in case of a certain emergency situation... so that they can refer back to it and be assured that their planning and forethought are reflected in action when the day comes.


What is keuboard?

keyboard is actually a most common input device use to give input to the computer in the form of text , graphic and many more....


Which symbol you would use to represent steps or action in a flowchart?

Rectangles


What is the difference between message box and input box give example for each of them?

we can use msgbox for display the message and getting input from user like vbyes/no method.. but inputbox only for input.. and for msgbox we can't set the x,y margin.. but in the input box we can set.. we can use inputbox as a variable value taker..............