COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
sequence
|
|
input / output
|
|
decision
|
|
wait
|
Detailed explanation-1: -Also known as an “Action Symbol, ” this shape represents a process, action, or function. It’s the most widely-used symbol in flowcharting. Also known as the “Terminator Symbol, ” this symbol represents the start points, end points, and potential outcomes of a path. Often contains “Start” or “End” within the shape.
Detailed explanation-2: -When designing algorithms, it is important to make sure that all the steps are presented in the correct order. This is known as sequencing, and can be displayed in pseudocode or flowcharts.
Detailed explanation-3: -Flowcharts use special shapes to represent different types of actions or steps in a process. Lines and arrows show the sequence of the steps, and the relationships among them. These are known as flowchart symbols.
Detailed explanation-4: -A flowchart consists of boxes called the symbols and arrows called the flow lines. The box depicts the process and the flow line indicates the next step to be performed.