The symbol rounded rectangle denotes _______
I/O
Flow
Terminal
Decision
The process of drawing a flowchart for an algorithm is called __________
Performance
Evaluation
Algorithmic Representation
Flowcharting
Actual instructions in flowcharting are represented in __________
Circles
Boxes
Arrows
Lines
Diamond symbol denotes ............
Initiation
Initialization
A box that can represent two different conditions
Rectangle
Diamond
Circle
Parallelogram
Which of the following is not an advantage of a flowchart?
Better communication
efficient coding
Systematic testing
improper documentation
Which of the following is incorrect? Algorithms can be represented:
as pseudo codes
as syntax
as programs
as flowcharts
When an algorithm is written in the form of a programming language, it becomes a _________
Flowchart
Program
Pseudo code
Syntax
Which of the following is not a keyword in pseudo code ?
Read
Write
start
Print
The statement that tells the computer to get a value from an input device and store it in a memory location.
read
write
READ
WRITE