What helps in the development of algorithm?
Flow chart
Connection
Loop
None of These
Which among the following is used to outline program before translating it into proper syntax?
LOOP
PROBLEM
PSEUDOCODE
None of these
A decision symbol may be used in determining the ____________ or ___________ of two data items.
Equality, inequality
Selecting ,Deselecting
Processing,storing
What refers to the dotted lines used to connect comment symbols?
Connector
Annotation symbol
Data
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
The flowchart is one of the best way to ________ a program.
Analysing
Documenting
Introducing
Which among the following is a set of instruction that repeats indefinitely or forever?
If then else
Do while
Infinite loop
Decision
Annotation
Terminal
At which point does a program, a module or a control structure begins?
Input
Output
Entry point
Process
What refers to a list of instructions given in a proper order to solve a program?
Flow charts
Diagram
Algorithm