Which symbol indicates that the flowchart is continued on/from another page?
Rectangle
Arrow
Small circle
Number
Input,Output
Operations, sequence
Loop,Pseudocode
None of these
Which symbol is used to indicate the selection of an option based on certain condition?
Decision
Terminal
Process
Connection
Annotation
Connector
Which of the following is used to connect the symbols in a flowchart?
Module
Flow line
What was the original term that was changed to ‘algorithm’?
Algorism
Algorith
Chart
Symbols
What refers to a list of instructions given in a proper order to solve a program?
Flow charts
Diagram
Algorithm
Algorithms and flowchart helps us to
Know the memory capacity
Identify the base of a number system
Direct the output of a printer
Specify the problem clearly and completely
Which among the following is a set of instruction that repeats indefinitely or forever?
Loop
If then else
Do while
Infinite loop
The flowchart is one of the best way to ________ a program.
Analysing
Documenting
Introducing