Decision
Annotation
Terminal
Connector
Which term is used for the Input operation?
GET
OUTPUT
READ
PRINT
Input,Output
Operations, sequence
Loop,Pseudocode
None of these
At which point does a program, a module or a control structure begins?
Input
Output
Entry point
Process
Which among the following is a set of instruction that repeats indefinitely or forever?
Loop
If then else
Do while
Infinite loop
Which symbol is used to indicate the selection of an option based on certain condition?
Connection
What refers to the dotted lines used to connect comment symbols?
Annotation symbol
Data
Which term is used to represent output operations?
What refers to a list of instructions given in a proper order to solve a program?
Flow charts
Diagram
Algorithm
The flowchart is one of the best way to ________ a program.
Analysing
Documenting
Introducing